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

* {
	margin: 0px;
	padding: 0px;
}
h1 {
	margin-left: -9000px;
	font-size:12px;
}
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 70px;
	background-image: url(../images/Header.jpg);
	background-repeat: no-repeat;
}
h4 {
	margin-left: -9000px;
	font-size:12px;
}
h3 {
	margin-left: -9000px;
	font-size:12px;
}
#nav {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #588BAE;
	border-left-color: #588BAE;
	text-align: left;
	vertical-align: middle;
	background-image: url(../images/navBK.jpg);
	background-repeat: repeat-x;
	height: 40px;
}
#nav li {
	display: inline;
}
#nav ul {
	padding: 0px;
	margin-left: 10px;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 13px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
}
#nav a:hover {
	text-decoration: underline;
}
#leftcolumn {
	width: 430px;
	float: left;
	clear: both;
}
#rightcolumn {
	width: 310px;
	float: left;
}
h2 {
	margin-left: -9000px;
	font-size:12px;
}
p {
	padding-bottom: 10px;
	line-height: 16px;
	padding-top: 10px;
}
.leftrightpadding {
	padding-right: 10px;
	padding-left: 10px;
}
#footer {
	width: 760px;
	text-align: center;
	background-color: #84B1C7;
	margin-top: 40px;
}
.footertext {
	color: #FFFFFF;
	font-size: 90%;
}
.imagebullettextright {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 25px;
	padding-left: 10px;
}
ol {
	padding-top: 5px;
}
#content {
	text-align: left;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: auto;
	height: auto;
	clear: both;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/shadow.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
}
#banner {
	height: 170px;
}
.clearer {
	clear: both;
}
#rightcolumn ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-top: 10px;
}
#footer li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
#footer ul {
	padding-top: 4px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 90%;
}
#maincolumn {
	width: 740px;
}
.requiredfield {
	color: #FF0000;
}
.imagenumbertextright {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 30px;
	padding-left: 10px;
}
#blanker {
	background-color: #84B1C7;
	height: 300px;
}
.imagetoppadding {
	padding-top: 10px;
}
.leftrightbottompadding {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}

/* styles for the horizontal menu */
.rollover_menu {
	display: none;
	position: absolute;
	-moz-opacity: 0.95;
	opacity:.95;
	filter: alpha(opacity=95);
	width: 170px;
}
#nav .rollover_menu li {
	display: list-item;
	clear: both;
	list-style-type: none;
}
#nav .rollover_menu a {
	clear: none;
	color: #FFFFFF;
	background-color: #4F89AD;
	display: block;
	width: 100%;
}
#nav .rollover_menu a:hover {
	clear: none;
	color: #FFFFFF;
	background-color: #999999;
	display: block;
	width: 100%;
	text-decoration: none;
}
