body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#AEDFE4;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	background: url(images/bg4.jpg);
	background-repeat:repeat-x;
	background-color:#AEDFE4;
	height:100%;
}

/* Header */

#header {
	width: 950px;
	height: 226px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/header.png) no-repeat left top;
}


#banner {
	margin-bottom: 20px;
	border: 12px #ECECEC solid;
}

/* Menu */

#menu {
	width: 950px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	background: url(images/navbg.png) no-repeat;
}

#menu ul {
	float: left;
	margin: 0;
	padding: 0px 15px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	list-style: none;
}

#menu a {
	display: block;
	width: 105px;
	height: 30px;
	margin-left: 10px;
	padding-top: 10px;
	background: url(images/button2.png) repeat-x left top;
	font-family:Arial, Helvetica, sans-serif; 
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	color: #c0ad00;
}

#menu .current_page_item a {
	background: url(images/button.jpg) no-repeat left top;
	padding-left: 0;
	color: #c0ad00;
}

/* Page */

#top_page {
	width: 998px;
	height:30px;
	margin: 0 auto;
	padding: 0;
	background-image:url(images/top.png);
	background-repeat:no-repeat;
}

#page {
	width: 1000px;
	margin: 0px auto;
	padding: 5px 0 0 0;
	
}

#interior_leftnav{
	width: 150px;
	float:left;
	height:300px;
	background: #FFFFFF;
	}

#content{
	padding: 5px 5px 5px 5px;
	width: 990px;
	height:auto;
	background: #FFFFFF;
	}
		
#vertline{
	background-image:url(images/VERTbg.jpg); background-repeat:repeat-y;
	width:1px;
	height:375px;
	}
	
#horizline{
	background-image:url(images/VERTbg_dash.jpg); background-repeat:repeat-x;
	height:1px;
	}
	
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #005288;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 120%;
	font-family:Arial, Helvetica, sans-serif;
}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: underline;
	color: #b32317;
}

a:hover {
	text-decoration: none;
}

h2 a {
	text-decoration: none;
}

ul {
	padding-left: 50px;
}
li {
list-style:circle;
	list-style-type:circle;
	}


#bot_page {
	width:1000px;
	height: 50px;
	margin: 0 auto;
	padding:17px 0 0 0; 
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/bottom.png);
	background-repeat:no-repeat;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
}
