html,body { margin: 0px; padding: 0px; border: 0px; height: 100%; width: 100%; text-align: center; }
body,td,tr,table,font,p,input,textarea,select { font-family: Tahoma; font-size:11px; text-align: left; }
form { margin: 0px; padding: 0px; }
a { color: #10499E; text-decoration: underline; }
a:hover { color: #FDBD3B; text-decoration: none; }

#mainDiv { min-height: 100%; position: relative; text-align: center; }

#headerDiv { width: 100%; height: auto; overflow:visible; background-color: #cccccc; text-align: center; border-bottom: 1px solid #555; }
#headerDiv .container { position: relative; width: 780px; height: auto; overflow:visible; color: #CCC; margin: auto; text-align: center; margin-bottom: 10px; }

#bodyDiv { width: 100%; height: auto; overflow:visible; background-color: #FFF; text-align: center; padding-bottom: 45px; }
#bodyDiv .container { width: 780px; height: auto; color: #000; overflow:visible; margin: auto; text-align: left; }

#footerDiv { width: 100%; background-color: #cccccc; text-align: center; height: 45px; position: absolute; left: 0; bottom: 0; border-top: 1px solid #555; }
#footerDiv .container { overflow:hidden; position: relative; width: 780px; margin: auto; text-align: left; }

#contentDiv {
	width: 770px;
	margin: 5px auto 5px;
	background-color: #FFF;
	font-family: Tahoma;
	font-size:11px;
	text-align: left;
	padding: 5px 5px 5px;
	border: 0px;
}

.pageBody {
	margin: 0px 0px 0px;
	border: 0px;
}

.pageHeader {
	font-size: 11px;
	text-align: left;
}

.sectionHeader {
	color: #10499E;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
}

.sectionBody {
	margin: 0px 0px 10px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

#noscript-bg { position: fixed; left:0; top:0; width:100%; height:100%; background-color:white; -moz-opacity:.7; opacity:.7; z-index:9999; }
#noscript-text { position:absolute; text-align: center; left:0; width:100%; top:30%; font-size:18px; line-height:1.5em; z-index:10000; padding-top:70px; background:url('/images/logo_bg.png') center top no-repeat; }
#noscript-text strong { font-size:22px; }