@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	/*text-transform:uppercase;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000033;
}
h1 {
	font-size:18px;
	color:#00497f;
}
h2 {
	color:#4bb0ff;
	font-weight:bold;
}
#subnavTR {
	background-image:url(images/subnavBG.png);
	height:29px;
	line-height:29px;
	color:#FFFFFF;
	text-align:center;
	border-left:1px solid #66CCFF;
}
#subnavA {
	padding: 5px 7px 5px 7px;
	vertical-align:top;
}
#subnavB {
	border-right:1px solid #66CCFF;
}
#subnavC {
	vertical-align:top;
	text-align:justify;
	background-color:#e2f2ff;
	border:0px solid #66CCFF;
}
#subnavD {
	vertical-align:top;
	text-align:justify;
	padding-top:7px;
	padding-left:5px;
}
#copyright {
	/*color:#4ab0fe;*/
}
a.menuhead:link{
	color:#FFF!important;
}
a.menuhead:visited{
	color:#FFF!important;
}
a:link, a:visited {
	color:#4bb0ff;
	text-decoration:none;
}
a:hover {
	color:#4bb0ff;
}
.nav {
	position:relative;
	margin-top:10px;
}
#nav_table {
	background-image:url(images/headerBG.png);
	background-repeat:no-repeat;
}
#dotRow {
	background-image:url(images/dotBG.png);
	background-position:center;
}
#nav_row {
	border-right:1;
	border-color:#00CCFF;
}
#bodycontainer {
	width:auto;
	height:auto;
	margin-top:36px;
	position:relative;
	border-left:1px solid #66CCFF;
	border-right:1px solid #66CCFF;
	border-bottom:1px solid #66CCFF;
}
#mainimg {
	border-right:1px solid #66CCFF;
	margin-right:5px;
}
#maintext {
	padding: 0px 15px 0px 10px;
	text-align:justify;
}
#search_box {
	position:relative;
	width: 179px;
	height: 22px;
	background:url(images/lay_03.png);
}
#search_box #s {
	border: 0;
	background: none;
}
#search_box #go {
	margin: 0px 3px 0 0;
}
.s_margin {
	margin-left: 20px;
	text-align:right;
	font-size:12px;
	color:#CCDDFF;
	line-height:16px;
	padding-top:3px;
}
.buttons a, .buttons button {
	width:100%;
	height:100%;
	line-height:35px;
	display:block;
}
.buttons button {
	width:auto;
	overflow:visible;
	padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type] {
	padding:5px 10px 5px 7px; /* Firefox */
	line-height:17px; /* Safari */
}
*:first-child+html button[type] {
	padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img {
	margin:0 3px -3px 0 !important;
	padding:0;
	border:none;
	width:16px;
	height:16px;
}
button:hover, .buttons a:hover {
	background-color:#4aaffe;
	color:#FFFFFF;
}
.buttons a:active {
	background-color:#6299c5;
	border:1px solid #6299c5;
	color:#fff;
}
/* MENU */
.popupTable {
	background-color:#0060a5;	
	padding-left:5px;
	padding-right:5px;
}
.outerTable {
	
}
div.mainmenu {
	position: absolute;
	top:124px;
	font-weight: bold;
	z-index: 10;
	left: 50%;
	width: 922px;
	margin-left: -461px;
}
div.menu {
width:100%;
}
div.popup {
text-align:left;
}
div.popup a:hover {
	background-color: #4bb0ff;
	color:#FFFFFF;
}
div.menu:hover div:first-child {
	border-bottom: none;
}
div.menu div.popup {
	display: none;
}
div.menu:hover div.popup {
	display: block;
	/*background-color: #0060a5;*/
	position:absolute;
	left:50%;
	margin-left:-461px;
}
div.menu div {
	width:100%;
	color:#FFFFFF;
}
div.popup div, div.popup a {
	display:block;
	text-decoration: none;
	line-height: 20px;
}
div.popup div + div, div.popup a + a {
	margin-top: 3px;
}
div.menuitems {
	display:none;
}
td.mi {
text-align:center;
height:35px;
line-height:35px;
}

A.BottomNav {  color: #4ab0fe;}

A.BottomNav:hover {  color: #6299c5; }

A.BottomNav:active {  color: #4ab0fe; }

