
body {
	background-color: #fff;
	background-image: url(back.jpg);
	background-repeat: repeat-x;
	background-position:top;
	width: 100%;
	text-align: center;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:13px;
	color: #333333;
}

img
{
	border: 0px;
}

h4
{
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 1px;
	
}
h5
{
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	
}

h4.green
{
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 1px;
	color: #89c300;
}

div#content ul.spaced li
{
	margin: 18px 1px 15px 6px;
	text-align: left;
}
div#header
{
	height: 195px;
	margin: 0px;
	padding: 0px;
}

div#header h1, h2
{
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}


#container{
	width:644px;
	background-image:url(header.jpg);
	background-position:top;
	background-repeat:no-repeat;
	text-align:left;
	margin: 0px auto;
}

/*Styles for Navigation */

div#leftside
{
	float: left;
}
div#navigation{
	
	width: 237px;
	background-image:url(navbottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;	
	margin-left: 0px;
	padding: 0px 0px 60px 0px;
	margin-top: 27px;
	
	
}
ul#navitem
{
	margin-left: 23px;
}
div#navigation ul
{
	list-style-type: none;
	border-top:#999 solid 1px;
	padding: 0px;
	width: 198px;
}

ul#navitem a:hover{
	display:block;
	background-image:url(navover.jpg);
	color:#fff;
	background-color:#98c71e;
	text-decoration:none;
}

ul#navitem li a
{
	display: block;
	height: 20px;
	color: #696969;
	text-decoration: none;
	padding-left: 18px;
}

ul.navitem2 li a
{
	text-indent: 9px;
	
}

div#navigation ul li
{
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(navback.jpg);
	line-height:20px;
	color:#333;	
	padding:0px;
	border-bottom:#999 solid 1px;
	border-top:#fff solid 1px;
	margin: 0px;
	padding: 0px;
		
}

.navitem2
{
	margin: 0px;
	padding: 0px;
	border-top:#999 solid 1px;
}

div#navigation li.last
{
	border-bottom:none;
	border-top:#fff solid 1px;
}

div#navigation h3
{
	margin: 0px;
	font:Arial, Helvetica, sans-serif;
	color: #000;
	font-size:12px;
	font-weight: normal;
	
}

div#navigation h3 a
{
	color: #000;
}

div#navigation li.topnav h3
{
	
	padding: 0px 0px 0px 18px;
}



/*Main Content Styles*/

div#content
{
	float: right;
	text-align:left;
	width: 300px;
	margin-right: 16px;
	background-image:url(contentbottom.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	text-align:justify;
	padding: 0px 35px 40px 40px;
	margin-top: 0px;
	
}


#content h3{
	
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-size:28px;
	font-weight: normal;
	line-height:normal;
	color:#5b6a79;
}

.clear
{
	clear: both;
}

#footer{
	background-image:url(footer.jpg);
	background-repeat:repeat-x;
	height:48px;
	width:100%;
	text-align: center;	 
}

/* Styles that were all there before  and general styles*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:13px;
	color: #333333;
}


a:link {
	color: #789c00;
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color: #789c00;
}
a:hover {
	text-decoration: underline;
	color: #789c00;
}
a:active {
	text-decoration: none;
	color: #789c00;
}


.subtitle {
	color:#5b6a79;
	font-size:16px;
	line-height:normal;
	text-align:left;
	font-weight:lighter;
}

.bottom1{
	
	background-image:url(bottomlrg.jpg);
	background-repeat:no-repeat;
	width:145px;
	height: 64px;
	margin: 0 0 20px 22px;
	padding: 10px 10px 10px 45px;
}

.bottom2{
	background-image:url(bottom2.jpg);
	background-repeat:no-repeat;
	width:145px;
	height: 64px;
	margin: 0 0 20px 22px;
	padding: 10px 10px 10px 45px;
}

.acenter
{
	text-align: center;
}

.style1
{
	color: #89c300;
	font-weight: bold;
	display: block;
}

.halign
{
	clear: none;
	float: left;
}

/*Reg form*/

label
{
	width: 100px;
	float:left;
}

label.q
{
	width: 400px;
	
}