﻿/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0 0px 0 1px;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	line-height: normal;
	font-style: normal;
}
body {
	background-color: #FFF;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/backgroundbeige.jpg);
}
h1 {
	color: #B22222;
	font-size: 24px;
	font-weight: bold;
	line-height: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	margin-bottom: 10px;
	padding-top: 5px;
}
h2 {
	color: #996600;
	font-size: 19px;
	font-weight: bold;
	line-height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 5px;
}
a, a:link {
	color: #03C;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #CD3700;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #CD3700;
	text-decoration: underline;
}
a:focus {
	color: #CD3700;
}
a:active {
	color: #03C;
	font-size: 14px;
}
#outerWrapper {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 880px;
}
#topDiv {
	background-color: #FFF;
}
#headerwrapper {
	text-align: center;
	background: #FFFFFF ;
}
#go {
	float: right;
}
#topimage {
	float: right;
}
#header {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	background-COLOR: #FFF
}
#navwrapper {
	background-color: #CD853F;
}
#nav {
	height: 35px;
	width: 880px;
	margin: auto;
}
.menu {
	width: 880px;
	font-family: "Comic Sans MS", cursive;
}
.menu ul {
	margin: 0;
	padding: 0;
	float: left;
}
.menu ul li {
	display: inline;
}
.menu ul li a {
	float: left;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 35px;
	text-align: center;
	padding: 0px;
}
.menu ul li a:visited {
	color: white;
}
.menu ul li a:hover, .menu ul li .current {
	color: #fff;
	background-color:#004159;
	text-decoration: none;
}
#contentWrapper {
	height: 100%;
	clear: left;
	font-size: 14px;
	background-color: #FFF;
}
#leftColumn {
	float: left;
	padding: 0px 0px 10px;
	width: 200px;
	line-height: 14px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFF;
}
#leftColumn h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	line-height: 39px;
	padding-left: 18px;
	text-transform: uppercase;
}
#leftColumn h4 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	line-height: 39px;
	padding-left: 18px;
	text-transform: uppercase;
}
#leftColumn ul {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-left: 25px;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style: disc inside;
}
#leftColumn ul li {
	padding-left: 5px;
	font-weight: bold;
}
#leftColumn ul li a:link, #leftColumn ul li a {
	color: #FFF;
	font-weight: bold;
}
#leftColumn ul ul {
	padding-left: 15px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#leftColumn ul ul li {
	padding-left: 11px;
}
#leftColumn ul ul li a:link, #leftColumn ul ul li a {
	font-weight: normal;
}
#leftColumn a, #leftColumn a:link {
	color: #FFF;
	font-weight: normal;
	font-size: 12px;
}
#rightColumn {
	float: right;
	padding: 5px;
	width: 97%;
	background-color: #7F98C3
}
#rightColumn a:link, #rightColumn a:visited, #rightColumn a:active {
	color: #B22222;
}
#rightColumn h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	letter-spacing: normal;
	margin-top: 15px;
	line-height: normal;
	margin-bottom: 10px;
}
#rightColumn h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	letter-spacing: -1px;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D7C8;
	padding-bottom: 3px;
	line-height: 22px;
}
#rightColumn h3 strong {
	font-size: 21px;
	font-weight: bold;
}
#rightColumn p {
	margin-top: 8px;
	margin-bottom: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#rightColumn ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;	
}
#content {
	margin: 0px 195px 45px 210px;
	padding: 0px 0px 5px;
	line-height: normal;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background: #FFF;
}
#clearFloat {
	clear: both;
	display: block;
}
#footer {
	background-color: #CD853F;
	background-position: right top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 30px;
	line-height: 10px;
	font-size: 14px;
}
#footer-right {
	float: left;
	width: 880px;
	text-align: left;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	font-weight: normal;
}
#contentWrapper #content p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	right: auto;
	clip: rect(auto,auto,auto,auto);
}
#table {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000;
	background: #FFF;
	padding-left: 4px;
	width: 98%;
}
#footercredit {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 0.6em;
	color: #666;
}
.style1 {
	text-align: center;
}
.style2 {
	font-weight: normal;
}
.newStyle1 {
	color: #FF0000;
}
.red {
	color: #FF0000;
	font-weight: normal;

}


