body {
	margin: 			0px;
	background-color:	#FFFFFF;
	font-family:		Arial, Helvetica, sans-serif;
	font-size: 			11px;
	line-height:		18px;
	color: 				#575757;
}

a {
	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------------------------------------ */
ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav {
	color:#FFFFFF;
}

#nav a {
	color: white;
	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;
}

li { /* all list items */
	float: left;
	position: relative;
	padding:       		0px 5px 0px 5px;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color:#BCB28C;
	border-left:	1px solid #B2A985;
	border-right:	1px solid #B2A985;
	border-bottom:	1px solid #B2A985;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	border: 0;
	width:	80px;
	margin-top: 6px;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}


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

#rightbord {
	border-right:		1px solid #ECE7D4;
}

#feature {
	padding:			11px;
}

#featarea {
	height:				124px;
	padding:			0px 20px 0px 20px;
	border-bottom:		1px solid #FFFFFF;
}


#featarea a {
	color: 				#757575;
	text-decoration: 	none;
	font-weight:		bold;
	}
	
#featarea a:hover {
	color:	 			#3E3E3E;
	}


#featarea2 {
	height:				82px;
	padding:			0px 20px 0px 20px;
	border-bottom:		1px solid #FFFFFF;
}

#featarea2 a {
	color: 				#757575;
	text-decoration: 	none;
	font-weight:		bold;
	}
	
#featarea2 a:hover {
	color:	 			#3E3E3E;
	}



#content {
	padding:			20px;
	border-right:		1px solid #ECE7D4;
}

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

#content a:hover {
	color:	 			#6B694A;
	}
	
#header {
	height:				10px;
}

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

#header a:hover {
	color:	 			#8F8560;
	}

#sublink {	
	color:				#9C0B27;
	font-size:			11px;
}

#sublink a {
	color: 				#9C0B27;
	text-decoration: 	none;
	}

#sublink a:hover {
	color:	 			#560011;
	}

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

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

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

