/* CSS Document */

body {
	margin:0;
	text-align:center;
	background-color: #006000;
	font-size: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Calligraphy";
	line-height: 110%;
}
#wrapper {
	width:90%;
	text-align:left;
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006000;
	height: 155px;
}
#headerLeft {
	float:left;
	width:300px;
}
#headerRight {
	float:left;
	width:470px;
	text-align:right;
}
#tagline {
	clear:left;
	font-style: italic;
	font-weight: bold;
	color: #006000;
	text-align: center;
	padding-bottom: 8px;
}
#content {
}
#leftContent {
	float:left;
	width:200px;
}
#leftContent ul {
	margin-top: 30px;
	margin-left: 0px;
}
#leftContent ul li {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	background-color: #006000;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 5px;
	padding-left: 5px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#leftContent a {
	color: #FFFFFF;
	text-decoration: none;
}
#rightContent {
	/*width:550px;*/
	margin-left:210px;
	padding-top: 10px;
}
#footer {
	clear:both;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #006000;
	border-bottom-color: #006000;
	font-weight: bold;
	color: #006000;
}
#footer a {
	color: #006000;
	text-decoration:none;
}
.green {
	color: #003300;
}
h1, h2, h3 {
	line-height:normal;
}
h1 {
	font-size: x-large;
}
h2 {
	font-size: large;
}
h3 {
	font-size: medium;
}
