@charset "utf-8";
/* CSS Document */


<!--
body {
	margin: 0px;
	padding: 0px;
	background-color: #003366 ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#master {
	position: relative;
	width:900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border: solid black 0px;
	background-color: #006600;
	text-align: left;
}
#navbar {
	position: absolute;
	height:30px;
	width: 100%;
	top: 150px;
	right: 0px;
	text-align: right;
	line-height: 35px;
	z-index:4;
}
#header {
	position: absolute;
	height:217px;
	width: 900px;
	top: 0px;
	right: 0px;
	background-image: url(../img/site_header.jpg);
	z-index:;
}
#bodywrap {
	background-color: #6699cc;
	margin-top: 217px;
	position: absolute;
	padding: 0px;
	width:900px;
}
#slogan {
	width:100%;
	height:10px;
	clear: both;
	padding: 0px 0px;
	text-align: center;
	margin-top: 10px;
	margin-left: 0px;
	color: #ffffff;
	font-family: Times New Roman, Times, serif;
	font-size:20px;
	z-index: 5;
}
#hTitle {
	width:100%;
	height:10px;
	clear: both;
	text-align: center;
	margin-top: 70px;
	margin-left: 0px;
	color: #ffffff;
	font-family: Times New Roman, Times, serif;
	font-size:42px;
}
#sidecol {
	z-index: 3;
	position:relative;
	float: left;
	width:200px;
	float: left;
	background-color: #006699;
	margin-bottom: 0px;
	padding: 5px;
	font-size:10px;
}
#maincol {
	z-index: 2;
	position:relative;
	float: right;
	background-repeat:no-repeat;
	background-position:right;
	width:100%;
	margin-top:-1040px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#footer {
	width:100%;
	height:30px;
	clear: both;
	padding: 0px 0px;
	text-align: center;
	color: #000000;
	font-size:10px;
}
#maincontent {
	z-index: 1;
	position:relative;
	background-image:url(../img/site_body.gif);
	background-repeat:no-repeat;
	margin-left:210px;
	margin-top:20px;
	margin-bottom: 20px;
	padding: 5px;
	font-size:13px;
}
#maincontentNew {
	z-index: 1;
	position:relative;
	background-color:#FFFFFF;
	width:650px;
	margin-left:225px;
	margin-top:50px;
	margin-bottom: 20px;
	padding: 5px;
	font-size:13px;
}
#paraText {
	margin-left:10px;
	width:630px;
	text-align:left;
}
#paraTextBULLET {
	margin-left:10px;
	width:630px;
	text-align:left;
}

<!-- LINKS -->
a:link {color: #000000; text-decoration: underline;}
a:active {color: #000000; text-decoration: underline;}
a:visited {color: #000000; text-decoration: underline;}
a:hover {color: #cccccc; text-decoration: none;}

a.one:link {color: #ffffff; text-decoration: underline;}
a:active {color: #ffffff; text-decoration: underline;}
a.one:visited {color: #ffffff; text-decoration: underline;}
a.one:hover {color: #cccccc; text-decoration: none;}
-->
