@charset "UTF-8";
body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 100%;
	margin: 0px 0 20px 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;
}
.oneColFixCtrHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header { 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 130px;
}
.oneColFixCtrHdr #header #logo	{
	margin: 30px 0 0 0;
	padding: 0;
	width: 100px;
	float: left;
	
}
.oneColFixCtrHdr #header #logo img {
	border: none;
	padding: 12px 0 0 0;
}
.oneColFixCtrHdr #header #menuBar {
	width: 500px;
	margin: 30px 0 0 0;
	height: 100px;
	float: left;
}
.oneColFixCtrHdr #header #menuBar #contBar {
	height: 20px;
	margin: 0;
	padding: 40px 0 0 45px;
}
.oneColFixCtrHdr #header #menuBar #contBar a {
	margin: 30px 0 0 0;
	font-size: 80%;
}
.oneColFixCtrHdr #header #menuBar #navBar{
	height: 50px;
	margin: 0;
	padding: 0 0 0 40px;
}
.oneColFixCtrHdr #header #blueBook {
	width: 422px;
	float: left;
	margin:0;
	padding: 0;
	height: 100px;
}
.oneColFixCtrHdr #header #blueBook p {
	padding: 20px 0 0 30px;
	width: 200px;
	text-align: center;
	font-size: 77%;
}
.oneColFixCtrHdr #slideshow {
	margin: 30px 0 0px 61px;
	width: 900px;
	height: 380px;
	border: 1px solid #000000;
}
.oneColFixCtrHdr #mainContent {
	margin: 30px 0 20px 0;
	padding: 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border: 4px double #000000;
	font-size:100%;
}
.oneColFixCtrHdr #mainContent h1 {
	padding: 0 0 15px 0;
	color: #000000;
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent h2 {
	padding: 0 0 10px 0;
	color: #006;
	font-style: italic;
}
.oneColFixCtrHdr #mainContent h3 {
	padding: 10px 0 10px 0;
	color: #003;
}
.oneColFixCtrHdr #mainContent h4 {
	padding: 0 0 10px 0;
	color: #063;
	font-weight: bold;
	font-size: 110%;
	text-decoration:underline;
}
.oneColFixCtrHdr #mainContent h5 {
	padding: 0 0 5px 0;
}
.oneColFixCtrHdr #mainContent p {
	padding: 0 17px 15px 20px;
	text-align: justify;
	font-size:100%;
}
.oneColFixCtrHdr #mainContent img {
	float: left;
	border: 1px solid #000000;
	margin: 10px 30px 10px 0px;
}
.oneColFixCtrHdr #mainContent #form {

}
.oneColFixCtrHdr #mainContent #form p {
	text-align: justify;
}

.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width: 1024px;
}
.oneColFixCtrHdr #footer p {
	width: 1024px;
	text-align: center;
	font-size: 80%;	
}
.form {
	margin: 0 30px 0 10px;	
}
.drop {
	margin: 0 30px 0 0;	
}
.mix {
	margin: 0 10px 0 10px;	
}
.button	{
	margin: 30px 0 0 0;	
}
* {padding:0 ; margin:0}
.dropdown {float:left; padding-right:5px}
.dropdown dt {border:0px; padding:8px 20px 0 0px;font-weight:bold; cursor:default; background-color:#ffffff; text-align:center}
.dropdown dt:hover {}
.dropdown dd {position:absolute; overflow:hidden; width:206px; display:none; background:#fff; z-index:200; opacity:0}
.dropdown ul {width:204px; border:1px solid #666; list-style:none; }
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:#ffffff; width:194px; text-align: center}
.dropdown a:hover {color:#000000; text-decoration:underline}
.dropdown .underline {border-bottom:1px solid #666}

a.hover:active	{
	color: #666;
	text-decoration: none;
	font-style: underline;
}
a.hover:link	{
	color: #666;
	text-decoration: none;
	font-style: underline;
}
a.hover:visited	{
	color: #666;
	text-decoration: none;
	font-style: underline;
}

a.hover:hover	{
	color: #006;
	text-decoration: underline;
}
