@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	height: 100%;
	background: #999;
}
#headerWrapper  {
	background: #999;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 2px solid #000066;
	width: 100%;
}
#header {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	background: #999;
	margin-top: 15px;
}
#nav {
	height: 34px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
#mainContentWrapper  {
	background: #FFF;
	width: 100%;
	margin: auto;
	padding-top: 60px;
	padding-bottom: 25px;
}
#mainContentShadow {
	background: url(../assets/graphics/shadow.gif) no-repeat center top;
	height: 345px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#mainContent {
	background: #FFF;
	width: 930px;
	height: 330px;
	border: 1px solid #F60;
	margin-right: auto;
	margin-left: auto;
}
#mainContentNavWrapper {
	background: #FFF;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	height: 61px;
}
#credentials {
	width: 240px;
	float: left;
}
#slogan {
	float: right;
	font-style: italic;
	font-weight: bold;
	color: #666;
	text-align: right;
}

#footerWrapper  {
	background:#999;
	border-top: 2px solid #000066;
	width: 100%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	background:#999;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	padding-top: 5px;
}
#tblMainContentNav a:link {
	color: #006;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}

#tblMainContentNav a:visited {
	color: #333;
}
#tblMainContentNav a:hover {
	color: #F90;
	text-decoration: underline;
}
#tblMainContentNav a:active {
	color: #9ACB3C;
	text-decoration: underline;
}

#footer a:link {
	color: #000;
	font-size: 0.9em;
	text-decoration: none;
}
#footer a:visited {
	color: #333;
}
#footer a:hover {
	color: #F60;
	text-decoration: underline;
}
#footer a:active {
	color: #9ACA3C;
	text-decoration: underline;
}


.pageBody {
	padding-left: 25px;
	padding-right: 25px;
}
.pageBody a:link {
	color: #006;
	font-weight: bold;
	text-decoration: none;
	font-size: .9em;
}
.pageBody a:visited {
	color: #333;
}
.pageBody a:hover {
	color: #F60;
	text-decoration: underline;
}
.pageBody a:active {
	color: #99CA3C;
	text-decoration: underline;
}
.colon {
	font-size: 1em;
	font-weight: bolder;
	color: #F60;
}

.button { font-family: Verdana; font-size: 10px; color: #000000; background-color: #DFDFEC; border: 1px #FF9900 solid;; height: auto; width: 75px}



.form { border: 1px #FF9900 solid; font-family: Verdana; color: #000000; font-size: 10px; font-weight: normal ; background-color: #DFDFEC; height: auto}
.forms {  text-align: left; vertical-align: middle}
.form_text_left { font-family: Verdana; font-size: 10px; color: #000000; text-align: left; vertical-align: middle }
.form_text_right { font-family: Verdana; font-size: 10px; color: #000000; text-align: right; vertical-align: middle }
.form_text_req { font-family: Verdana; font-size: 10px; color: #FF0000; text-align: left; vertical-align: middle }
.underConstruction {
	text-align: center;
	line-height: 200px;
	font-weight: bold;
}
