body {
	margin: 			0px;
	background: 		url(../images/bg-main.gif) repeat-x #FFFFFF;
	background-position:left;
	background-position:top;
	font-family:		Arial, Helvetica, sans-serif;
	font-size: 			11px;
	line-height:		18px;
	color: 				#757575;
}

a, a:link, a:visited, a:active {
	color:				#005280;
}

a:hover {
	color: 				#000000;
}

input, textarea, select {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			10px;
	background-color:	#FFFFFF;
	color:				#727272;
	border:				1px solid #727272;
}

#container {
	position:			absolute;
	left:				50%;
	width:				760px;
	margin-left:		-380px;
}

/* -----------------------NAVIGATION START------------------------------------ */

#nav {
	color:#ACACAC;
}

#nav a {
	color: #ACACAC;
	text-decoration: none;
	padding-right: 10px;
}

#nav a:hover {
	color: #DCD4B8;
}

#nav li li a {
	display: block;
	padding: 0.2em 2px;
}

#nav li li a:hover {
	color:#DCD4B8;
}


/* --------------------------NAVIGATION END-------------------------------- */

#homefeatures td {
	padding:			8px;
	border-bottom:		1px solid #CCCCCC;
}	

#homefeatures .bullet {
	background:			url(../images/bullet.gif) no-repeat 4px 12px;
}

#homefeatures .bulletother {
	background:			url(../images/bullet-other.gif) no-repeat 4px 12px;
}

#featarea a {
	color: 				#757575;
	text-decoration: 	none;
	}

#featarea a:hover {
	color:	 			#3E3E3E;
	}

#content {
	padding:			2px 20px 0px 25px;
}

#content a {
	color: 				#B0AE8E;
	text-decoration: 	none;
	}

#content a:hover {
	color:	 			#959370;
	}
	
#header {
	color: 				#90BD00;
	padding:			10px;
	font-size:			9px;
}

#header a {
	color: 				#90BD00;
	text-decoration: 	none;
	}

#header a:hover {
	color:	 			#A9DE00;
	}

#footer {
	height:				89px;
	color:				#B9B9B9;
	font-size:			11px;
	line-height:		22px;
}

#footer a {
	color: 				#B9B9B9;
	text-decoration: 	none;
	}

#footer a:hover {
	color:	 			#A2A2A2;
	}
