@charset "UTF-8";
body {
	font: 12 Verdana, Arial, Helvetica, sans-serif;
	background: #005176;
	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;
}
.oneColFixCtr #container {
	width: 836px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #005176;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
}
#frameTop {
	margin: 0px;
	padding: 0px;
	height: 14px;
}
#bodyGroup {
	margin: 0px;
	padding: 0px;
	width: 836px;
	background: url(../images/frame_bg.png);
	position: relative;
}
#bodyGroup #construction {
	position: absolute;
	width: 700px;
	top: 30px;
	left: 60px;
	height: 400px;
	color: #FFFFFF;
	font: 15px "Trebuchet MS", Verdana;
	text-align: center;
	visibility: hidden;
}
#bodyGroup #construction #background {
	width: 700px;
	height: 400px;
	top: 30px;
	left: 1px;
	background: #000000;
	opacity: .8;
	filter: alpha(opacity=80);
	position: absolute;
	right: 41px;
	top: 0px;
	z-index:98;
	text-align: right;
}
#bodyGroup #construction #message {
	position: absolute;
	right: 79px;
	top: 55px;
	z-index:99;
}
#bodyGroup #construction #background .close {
	margin: 0px;
	padding: 20px 20px 0px 0px;
	font: 11px "Trebuchet MS", Verdana;
}
#bodyGroup #construction #background .close a {
	color: #FFFFFF;
	text-decoration: none;
}
#bodyGroup #construction #background .close a:hover {
	text-decoration: underline;
}

#bodyGroup #logo {
	margin-left: 17px;
	padding-top: 40px;
}
#bodyGroup #nav {
	margin-left: 17px;
	margin-top: 55px;
}
#bodyGroup #nav .navItem {
	float: left;
	margin: 0px;
	padding: 0px;
}


#bodyGroup #title {
	margin-left: 17px;
	padding-top: 20px;
}
#bodyGroup #colLeft {
	margin: 0px 0px 0px 18px;
	padding: 0px;
	width: 198px;
	float: left;
}
#bodyGroup #colLeft img {
	margin: 0px;
	padding: 0px;
}
#bodyGroup #colCenter {
	margin: 0px;
	padding: 0px 20px;
	width: 362px;
	float: left;
	color: #450500;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
}
#bodyGroup #colCenter a {
	color: #450500;
	font-size: 14px;
	text-decoration: none;
}
#bodyGroup #colCenter a:hover {
	text-decoration: underline;
}
#bodyGroup #colCenter p {
	margin: 0px;
	padding: 0px 0px 15px;
}

#bodyGroup #colLeft a {
	color: #450500;
	font-size: 14px;
	text-decoration: none;
}

#colCenter #menu p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#colCenter .menu .updated {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	display:none;
}
#bodyGroup #colRight {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 182px;
	text-align: center;
}



#footer {
	font: 11px Arial, Helvetica, sans-serif;
	color: #3399CC;
	margin: 0px;
	padding: 0px 0px 15px;
	text-align: center;
}
#footer a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #3399CC;
	text-decoration: none;
}
#bodyFooter {
	padding-top: 15px;
	background: url(../images/frame_bg.png);
}