@charset "utf-8";
/* CSS Document */
html, body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background: #000;
	}
a { text-decoration:none; color:#CCCCCC; border-bottom:thin dotted #999999;}
a:hover { text-decoration:underline; color:#FFFFFF; border:none;}
img { border-style:none;}
#container {width:100%;}
.halves {width: 100%;}
#topHalf { background:#FFFFFF url(../logo_aplus.png) bottom left no-repeat; height: 160px; position:relative;}
#bigTitle { display:inline-block; width: 50%; position:absolute; bottom:.25em; left: 400px; background:none;} 
#bottomHalf { color:#FFFFFF; min-height:350px;}
#updater { margin:.5em 2.5em;}
.breaker {clear:both; text-indent:-9999px; height:1px;}
.huge { margin: .25em .5em; font-size:3em; font-weight:700;}
#navBlock { margin:0 0 0 2.5em; padding:0;}
.navLink { float:left; border-right:#666666 thick solid; margin:0; padding:.35em 0;}
.first { border-left:#666 thick solid;}
.lastLink {border-right:none;}
.navLink a {text-decoration:none; padding: .35em .45em; color:#FFFFFF; border:none;}
.navLink a:hover {text-decoration:underline;}
.navLink a:active, .current { background: #666666;}

.message p { 
	padding: .2em 1em;
	margin: 1em 1em 0 2.5em;
	border-right:#990000 solid thick;
	border-left:#990000 solid thick;
	background: #CC0000; color:#FFCC00;
	font-weight:400; font-size:1.15em;}

.leftSide { float:left; width:30%;}
.middleSide {float: left; margin-left: 2em; width: 60%;}

.footer { 
	border-top:#333333 thin solid;
	color: #999999; 
	clear: both; 
	width:100%;
	margin-top: 2em;
	padding-bottom: 2em;
	}
.footer div {margin-right: 1em; text-align: right;}
.footer a { color:#666666; text-decoration:none; border:none;}
.footer a:hover { text-decoration:underline;}
.copy {color:#666666; font-size:.85em;}
.plug { color:#666666; font-size:.75em;}
