body
{
	margin: 0px;
	background-color: #143248;
	background-image: url(images/topline.gif);
	background-position: top center;
	background-repeat: repeat-x;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3;
}

#content
{
	position: relative;
	margin: 0px auto 20px auto;
	width: 730px;
	height: auto;
	z-index: 1;
	background-color: #ffffff;
	padding: 10px;
}

#header
{
	position: relative;
	margin: 15px auto 0px auto;
	width: 750px;
	height: 118px;
	z-index: 0;
}

img
{
	border: none;
}

a
{
	color: #0555a4;
	text-decoration: none;
}

h1
{
	color: #366822;
	font-size: 16px;
	text-align: center;
}

h3
{
	color: #0555a4;
	font-size: 13px;
}

.green
{
	font-weight: bold;
	color: #0555a4;
}

.blue
{
	font-weight: bold;
	color: #0555a4;
}

ol ol
{
	list-style: lower-alpha inside;
}

#testimony
{
	font-size: 11px;
	font-style: italic;
	color: #0555a4;
}

/* Navigation Rollover CSS
-----------------------------------------------------------------------------*/
#navmain 
{
	position: relative;
	margin: 0px auto 0px auto;
	width: 750px;
	height: 30px;
	z-index: 2;
	background-color: #99cc33;
}

#navmain ul
{
	
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	font-weight: bold;
}

#navmain li
{
	float: left;
	position: relative;
	display: inline;
	padding-left: 40px;
	padding-top: 6px;
}

#navmain a
{
	float:left;	
	margin:0pt;
	overflow:hidden;
	text-decoration:none;
	color: #000000;
}

#navmain a:hover
{
	float:left;	
	margin:0pt;
	overflow:hidden;
	text-decoration:none;
	color: #ffffff;
}

/*-----------------------------------------------------------------------------------*/
/* copyright information */
#copyright
{
	position: relative;
	margin: 0px auto 0px auto;
	width: 730px;
	background-color: #ffffff;
	font-size: 10px;
	color: #777777;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.5;
}