@charset "utf-8";
/* CSS Document */

body {
	background: 		#4d6242 url(../img/background.jpg) center top repeat-x;
	text-align:			center;
	font-size: 			16px;
}

div#container {
	margin: 			0 auto;
	text-align:			left;
	width: 				950px;
}




div#header {
	height:				263px;
	overflow: 			hidden;
}
div#header h1, div#header h2, div#header h3 {
	border: 			0;
	margin: 			0; 
	overflow: 			hidden; 
	padding: 			0; 
	text-indent: 		-9999px; 
}


div#menu {
	height: 			40px;
}
ul#mainnav {
	margin: 0;
	padding: 0;
}
ul#mainnav li{
	display:			inline;
	float: 				left;
	list-style:			none;
}
ul#mainnav li a {
	color: 				#fff;
	display:			block;
	font-size:			20px;
	padding: 			0 40px 0 0;
	text-decoration:	none;
}
ul#mainnav li a:hover, ul#mainnav li.current {
	color: 				#f4f5c9;
	text-decoration:	underline;
}




div#content {
	background: 		#fff;
}
div#content-top {
	background:			url(../img/content-top.jpg) top center no-repeat;
	height:				10px;
	overflow: 			hidden; 
}
div#content-middle {
} 
div#content-bottom {
	background:			url(../img/content-bottom.jpg) top center no-repeat;
	height:				10px;
	overflow: 			hidden; 
}





div#utility {
	height: 			40px;
	width:				950px;
}
ul#nav {
	margin: 			0;
	padding: 			10px 0;
}
ul#nav li{
	display:			inline;
	float: 				left;
	list-style:			none;

}
ul#nav li a {
	color: 				#fff;
	display:			block;
	padding: 			0 20px 0 0;
	text-decoration:	none;
}
ul#nav li a:hover, ul#nav li.current {
	color: 				#f4f5c9;
	text-decoration:	underline;
}





/* ------------------------ Common Classes ----------------------------*/
.clear {
	clear: 				both;
	display:			block;
}

.border {
	border:				1px solid #CCCCCC;
	padding: 			5px;	
}

span.notice {
	font-weight:		bold;
	margin:				0;
	padding:			0;
	
}