@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #d4f0fc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;

}
html { min-height: 100%; margin-bottom: 1px; }

html { overflow: -moz-scrollbars-vertical !important; }


.oneColFixCtr #container {
	width: 916px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
}

#header {
	height: 30px;
}
#banner {
	height: 105px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#navbar {
	float: right;
	width: 100px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	text-decoration: none;
}
#navbar2 {
	width: 100px;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	text-decoration: none;
}

#sidebar {
	float: left;
	width: 214px;
	margin-left: 20px;
	margin-top: 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#topnavunder  {
	height: 31px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 26px;
	font-weight: normal;
	display: block;
	width: 201px;
	height: 29px;
	background-image: url(images/home_03.png);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-decoration: none;
}
#topnavunder a {
	width: 180px;
	height: 28px;
	display: block;
}

.oneColFixCtr #container #contentwrapper {
	background-color: #FFF;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-width: 3px;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	background-image: url(images/underbanner.jpg);
	background-repeat: no-repeat;
	border-right-width: 3px;
	border-right-style: solid;
}
#footer {
	clear: both;
	height: 28px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	line-height: 26px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #a0ddf9;
}



#maincontent {
	background-color: #FFF;
	margin-left: 250px;
	margin-top: 100px;
	text-align: left;
	padding-right: 30px;
}
#maincontent a {
	color: #09F;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #28c4f4;
}
#midnavunder {
	width: 215px;
	background-image: url(images/shadow_07.png);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}



#bottomnavunder {
	height: 40px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 26px;
	background-image: url(images/bottomnav_09.png);
	padding-left: 10px;
}

#bottomnavunder a {
	width: 180px;
	height: 28px;
	display: block;
	font-weight: normal;
}
#Vision {
	height: 100px;
	width: 200px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 250px;
}
#visiontitle {
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
}

.oneColFixCtr #container #contentwrapper #Vision p {
	font-size: 12px;
	font-style: italic;
	text-align: center;
}
.centertext {
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
body,td,th {
	font-size: 11px;
	text-align: center;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 11px;
	font-weight: bold;
}
h6 {
	font-size: 9px;
}

#footerstatement {
	float: right;
	width: 300px;
	height: 20px;
	text-align: right;
	padding-right: 10px;
}

#footercopyright {
	float: left;
	height: 20px;
	width: 100px;
}
.contentlinks {
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.sponsors {
	font-size: 11px;
	color: #000;
	font-weight: normal;
}
.oneColFixCtr #container #contentwrapper #maincontent table {
	text-align: center;
}
.oneColFixCtr #container #contentwrapper #maincontent table tr td {
	vertical-align: middle;
}

