body {
	background-color: #030802;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p, li  {
	font-size: 75%;
	line-height: 140%;
	color: #374C23;
	margin-top: 0px;
	margin-bottom: 8px;
	
}


h1   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 10px;	
}
h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #374C23;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin-top: 0px;
	margin-bottom: 5px;
	font-style: italic;
	color: #374C23;
	padding-top: 10px;
}
ul   { /*body unordered list*/
	list-style-type: none;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	margin-top: 10px;
}

li   { /*body lists*/
	margin-left: 0px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em 6px;
	padding-left: 0.8em;
	margin-top: 0px;
	padding-top: -10px;
	margin-bottom: 5px;
}
ol > li {
	background-image: none;
	padding-left: 0em;
}
ol > li > ul > li {
	font-size: 100%;
	background-image: none;
	list-style-type: lower-alpha;
	margin-left:1.5em;
	padding-left:0em;
}
a:link  {
	color: #002D00;
	text-decoration: underline;
	
}

a:visited  {
	color: #627A22;
	
}
table {
	border: 1px none #003333;
}
.tableHeadRow p {
	color: #FFFFFF;
	background-image: url(../images/background_topnav.gif);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-bottom: 5px;
}
#wrapper  {
	width: 800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#topbanner  {
	width: 800px;
	height: 101 px;
}

#content  {
	width: 800px;
	background-image:url(../images/background_content.gif);
	height: auto;
}

#sidebar  {
	width: 169px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	float:left;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images/background_sidebar.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-top: 400px;	
}

#sidebar p  {
	font-size: 75%;
	line-height: 150%;
	font-weight: bold;
	color: #FFFFFF;
}
 
#topnav  {
	width: 590px;
	height: 22px;
	background-image:url(../images/background_topnav.gif);
	background-repeat: no-repeat;
	float:right;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 3px;
}

#topnav a:link  {
	 color: #FFFFFF; 
	text-decoration: none;
	
}

#topnav a:visited  {
	 color: #FFFFFF;  
	text-decoration: none;
	
}
#topnav a:hover  {
	 color: #999999;  
	text-decoration: none;
	
}
* html #topnav  {
	width: 587px;
	w\idth: 590px;
}
#textarea  {
	width: 570px;
	float: right;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 19px;
	background-color: #FFFFFF;
}
* html #textarea  {
	width: 567px;
	w\idth: 570px;
}
#rightCol  { /*holds the text on the right hand side*/
	width: 180px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: right;
	margin-left: 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #004488;
	margin-bottom: 20px;
}
#bottominfo  {
	width: 611px;
	background-color: #030802;
	padding-top: 5px;
	color: #FFFFFF;
	padding-left: 189px;
}

#bottominfo p  {
	font-size: 65%;
	line-height: 120%;
	color: #FFFFFF;
}

#bottominfo a:link  {
	 color: #FFFFFF; 
	text-decoration: underline;
	
}

#bottominfo a:visited  {
	 color: #FFFFFF;  
	text-decoration: underline;
	
}
.clearit  {
	clear:both;
}
.subscribebutton {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	padding: 0px; 
	margin-bottom: 0px;
}

.imgfloatleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.imgfloatright {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.more {
	font-style: italic;
}
.runin {
	font-weight: bold;
}
input {
	margin-top: 5px;
}
hr {
	color: #003300;
}
.evenrow {
	color: #FFFFFF;
	background-color: #4B662F;
	font-size: 75%;
}
.oddrow {
	background-color: #849A6D;
	color: #FFFFFF;
	font-size: 75%; 
}
.evenrow td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.oddrow td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
