body {
    background: url('../images/bak2.gif') repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
	font-size: 12px;
	margin: 0;
}


#wrapper {
	width: 996px;
	min-width: 760px;
	max-width: 1200px;
	border: none;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}



ul {
	list-style-type: disc;
}	

a:link, a:visited {
	color: #326cb5;
}

a:hover {
	color: #cc0000;
	/* font-weight: bold; */

}

h2 {
	font-size: 16px;
	color: #326cb5;
}

h2.red {
	color: #cc0000;
	margin-top: 12px;
	font-size: 18px;
}

/* ******BANNER**** */
#banner {
	width: 996px;
	border: none;
	position: relative;
    right: 25px;
	padding-bottom: 20px;
}

#banner #logo {
	border: none;
	padding: 10px;
}

#banner #informed {
	border: none;
	position: absolute;
	top: 26px;
	right: -25px;
}

/* *****NAVIGATION***** */
#nav {
	width: 996px;
	margin-bottom: -25px;
	margin-left: 0;
	padding-left: 0;
	padding: 1px;
	list-style: none;
}


#nav li#youarehere {
	border-bottom: 3px solid #cc0000; 
	
}

#nav #current_page {
	border-bottom: 3px solid #cc0000;
}
	

#nav a {
	text-decoration: none;
	color: #666666;
	font-size: 14px;
	padding: 5px 5px 0 5px;
	margin-right: 5px;
}

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

#nav li {
	display: inline;
}




/************MAIN CONTENT ************ */
	
#main_content_wrapper {
	width: 995px;
	border: none;
	padding: 0;
	text-align: left;
	marigin-bottom: 10px;
}


/***** CODE FROM CURRENT WEBSITE *********** */

.about_box {

		padding: 6px;
		vertical-align: top;
		font-size: 12px;

	}

	.content_box {

		font-size: 12px;
		vertical-align: top; 
		border: 1px solid #ececec;
		padding: 5px;

	}

.gray_box {

		font-size: 12px;
		vertical-align: top; 
		padding: 7px;
		background-color: #ececec;
		
	}
	
#navlist1, #navlist2
{
margin-left: 0;
padding-left: 0;
padding-top: 0;
margin-top: 0;
margin-bottom: 10px;
list-style: none;
}

#navlist3
{
margin-left: 0;
padding-left: 5px;
padding-top: 0;
margin-top: -7px;
margin-bottom: 10px;
list-style: none;
}

#grey_x {
	background-image: url(/images/grey_x.gif);
	border-bottom: 10px solid #ffffff;
	color: #326cb5;
	text-align: left;
	padding-bottom: 0;
	padding-left: 8px;
	padding-top: 6px;
	padding-right: 6px;
	margin-right: 5px;
    letter-spacing: 1px;

}

#navlist3 li
 {
padding-left: 13px;
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: 0px .3em;
padding-bottom: .3em;
}

#navlist1 a, #navlist2 a, #navlist3 a 
{
	text-decoration: none;
}

#navlist1 li, #navlist2 li
{
padding-left: 11px;
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: 0px .3em;
padding-bottom: .3em;
}

/* *****FOOTER***** */

#footer {
	width: 996px;
	border-top: 1px solid #ececec;
	font-size: 12px;
	padding-top: 5px;
	margin-top: -35px;
	clear: both;
}

#footer li {
	list-style-type: none;
	padding-bottom: 6px;
}

#footer h2 {
	color: #326cb5;
	font-size: 14px;
}

#footer h2.red {
	color: #cc0000;
	font-size: 12px;
}

#footer h2 a {
	font-size: 14px;
	text-decoration: none;
}


#footer #sitemap {
	width: 165px;
	float: left;
}

#footer a {
	text-decoration: none;
}

#footer #sitemaplarge {
	width: 167px;
	float: left;
}



#footer #copy {
	border-top: 1px solid #ececec;
	padding-top: 15px;
	clear: both;
}
	


