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

html, body {
	background-image:url(../images/bg.gif);
	background-color: #2B4939;
	height: 100%;
}

td,th {
	
}

/* #BE9546 light brown */
/* #003300 dark green */

img, div { 	
	behavior: url(iepngfix.htc);
	border-style: none;
	border: 0;
}
ul {
	list-style-type: disc;
	list-style-image: inherit;
	list-style-position: inside;
} 
#container {
	width: 980px;
	height: 100%;
	display: block;
	min-height: 100%;
	font-size: 14px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: underline;
}
.nav a:link {
	color: #2B4939;
	text-decoration: none; 
}
.nav a:visited {
	color: #2B4939;
	text-decoration: none;
}
.nav a:hover {
	color: #BE9546;
	text-decoration: none; 
}
.nav a:active {
	color: #BE9546;
	text-decoration: none;
}
.footerlinks a:link {
	color: #000;
	text-decoration: none; 
}
.footerlinks a:visited {
	color: #000;
	text-decoration: none;
}
.footerlinks a:hover {
	color: #999;
	text-decoration: none; 
}
.footerlinks a:active {
	color: #000;
	text-decoration: none;
}

.index a:link {
	color: #FFFFFF;
	text-decoration: none; 
}
.index a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.index a:hover {
	color: #999999;
	text-decoration: none; 
}
.index a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.main {
	color: #FFFFFF;
	font-weight: bold;
}
.black {
	color: #000000;
	font-weight: bold;
}
.boldwhite {
	color: #FFFFFF;
	font-weight: bold;
}
.white {
	color: #FFFFFF;
}
.footer {
	color: #000;
}
.bullets {
	color: #000;
	font-weight: bold;
	size: 22px;
}
.h3 {
	color: #2B4939;
	font-size: 20px;
	font-weight: bold;
}

/* -----   /////   DIV   /////    ----- */


#button {
	width: 12em;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #90bade;
	color: #333;
	}

#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#button li {
		border-bottom: 1px solid #90bade;
		margin: 0;
		}
#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #1958b7;
		border-right: 10px solid #508fc4;
		background-color: #2175bc;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

html>body #button li a {
		width: auto;
		}

#button li a:hover {
		border-left: 10px solid #1c64d1;
		border-right: 10px solid #5ba3e0;
		background-color: #2586d7;
		color: #fff;
		}



div.content_header {
	font-size: 18px;
	text-align: left;
	width: 980px;
	height: 311px;
	float: left;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
div.content_top {
	width:980px;
	height: 20px;
	background-image: url(../images/content_top.gif);
	float: left;
}
div.content_main {
	width:900px;
	min-height: 100%;
	padding: 0px 40px 0px 40px;
	float: left;
	background-color: #fff;
	background-image: url(../images/content_bg.gif);
}
div.content_bottom {
	text-align: center;
	width: 980px;
	height: 31px;
	float: left;
	background-image: url(../images/content_bottom.gif);
	background-repeat: no-repeat;
}
div.content_footer {
	text-align: center;
	width: 980px;
	height: 40px;
	float: left;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	padding: 10px 0px 0px 0px;
	margin-top: 5px;
}
div.nav {
	width: auto;
	padding: 0px 15px 0px 15px;
	min-height: 20px;
	float: left;
}
div.headerlinks {	
	width: auto;
	height: 30px;
	padding: 0px 30px 0px 40px;
	float: left;
	color: #003300;
	font-weight: bold;
	font-size: 20px;
}
div.leftcontent {
	width: 450px;
	height: 330px;
	float: left;
}
div.rightcontent {	
	width: 450px;
	height: 330px;
	float: left;
}
div.headertop {
	width: 500px;
	height: 227px;
	padding: 50px 0px 0px 400px;
	color: #2B4939;
	font-size: 20px;
}
div.headerbottom {	
	width: 980px;
	height: 30px;
	float: left;
}
