/* ---------- structure ---------- */

* {
		padding: 0; 
		margin: 0;
		}

html, body {
		height: 100%;
		}

body	{
		background: #FFFFFF;
		}

#wrapper {
		height: 100%;
		background-color:white;
		}

#mainContentWrapper {
		width: 458px;
		float: left;
		margin-right: 5px;
		}

#mainContentWrapper2 {
		width: 627px;
		float: left;
		margin-top: 5px;
		margin-right: 7px;
		background-color:#f2fff3;
				}

#firstNavColumn {
		float: left;
		width: 165px;
		margin: 2px;
		margin-right: 5px;
		text-align: left;
	
		}

#secondNavColumn {
		float: left;
		width: 165px;
		text-align: right;
		margin-top: 2px;
		}
		
#mainContent {
		padding: 3px;
		}
		
/* ---------- navigation ---------- */

a		{
		color: #31572d;
		}
		
#firstNavColumn ul, #secondNavColumn ul {
		list-style-type: none;
		margin-left: 0;
		border-top: 1px dotted #cccccc;
		background-color: #e0eede;

		}

#firstNavColumn li, #secondNavColumn li {
		border-bottom: 1px dotted #cccccc;
		margin-top: 1px;
		padding-bottom: 0em;
		}

#firstNavColumn a, #secondNavColumn a {
		text-decoration: none;
		font-weight: bold;
		}

#firstNavColumn a:hover, #secondNavColumn a:hover {
		text-decoration: underline;
		color: #21df0a;
		}

#EVDesc
{
		font: 1.0em/1.2em arial, sans-serif;
		color: #666666;
		text-align: right;
}

/* ---------- fonts ---------- */
#thecard table
{
	width:95%;
	
}
#thecard td
{
	text-align:center;
	font: .8em/1.0em verdana, sans-serif;
}

html {
		font-size: 100%;
		}
		
body {
		font-size: 62.5%;
		}
		
h1 {
		font: bold 2.0em/1.0em arial, sans-serif;
		margin-bottom: 10px;
		text-align: center;
		}

#maincontent h1 {
		font-size: 2em;
		line-height: 1.8em;
		text-align: center;
		color: #000000;
		}
#firstNavColumn h1 {
		font-size: 1.3em;
		line-height: 2.4em;
		text-align: center;
		color: #ffffff;
		margin-bottom: 0px;
		background:url(images/shared/greenbg.gif) no-repeat;

		}

#secondNavColumn h1 {
		font-size: 1.3em;
		line-height: 2.4em;
		text-align: center;
		color: #ffffff;
		margin-bottom: 0px;
		background:url(images/shared/greenbg.gif) no-repeat;

		}
		
#firstNavColumn p {
		color: #666666;
		margin-bottom: 0px;
		background-color: #aad7a4;
		
		}
		
#secondNavColumn p {
		color: #666666;
		margin-bottom: 0px;
		background-color: #aad7a4;
		}


h2 {
		font: bold 1.5em/1.0em Arial, sans-serif;
		margin-top: 1.5em;
		margin-bottom: 5px;
		}

p {
		font: 1.1em/1.6em Verdana, Arial, sans-serif;
		margin-bottom: 1em;
		}
		
ul {
		margin-left: 2em;
		margin-bottom: 5px;

		}
		
li {
		font: 1.1em/1.6em  Verdana, Arial, sans-serif;
		margin-bottom: 2px;
		}

hr {
		background-color: #666666;
		color: #666666;
		border: 0;
		height: 1px;
		}
		
