html, body{
margin: 0;
padding: 0;
height:100%;
overflow:auto;
background-color:#666666;
font-family: Verdana, arial, helvetica;
font-size:0.8em;
color:#999999;
}

/*Keeps page centered*/
#container {
	width: 910px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	}

/*logo position*/
#Logo{
	padding-top:5px;
	padding-left:5px;
	width: 281px;
	height: 39px;
}
/*counter position*/
#counter{
	width: 910px;
	height: 20px;
	background: none;
	position:absolute;
	bottom:0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top:10px;

}

/*nav*/
#nav{
	float:right;
	margin-top:-24px;
	margin-right:5px;
	width: 470px;
	height: 20px;
	background: #FFFFF;
	text-align:right;
	vertical-align:middle;
}



/*main banner position*/
#mainbanner{
	padding-top:5px;
	padding-left:5px;
	width: 900px;
	height: 278px;
}
	
/*main text*/
#textcontainer {
	margin-top:-5px;
	margin-left:5px;
	margin-right:7px;
	font-family: Verdana, arial, helvetica;
	font-size:1.2em;
	color:#999999;
	text-align:justify;
	background: #FFFFFF;
	}

/*popout box*/
#boxcontainer {
	float:right;
	clear: right;
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
	font-family: Verdana, arial, helvetica;
	font-size:1.2em;
	color:#999999;
	width:200px;
	background:#ffffff;
	text-align:justify;
	}
/*popout image*/
#bannermini {
	float:right;
	clear: both;
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
	width:200px;
	height:50px;
	background:#ffffff;
	
	}
	
td.orange {
font-family: Verdana, arial, helvetica;
	font-size:1.2em;
	color:#FFFFFF;
	background: #ff9900;
	font-weight:600;
	padding-bottom:5px;
}
	
h3{
	font-size:1.4em;
	color:#666666;
	background: #FFFFFF;
	
	}
	
h2{
	font-size:1.2em;
	color:#ff9900;
	background: #FFFFFF;
	}
/* clears the float tables */
.clearboth { clear: both; }
	
/*Orange Links*/
a.orange:link {
font-family: Verdana, arial, helvetica;
font-size:1em;
color:#ff9900;
font-weight:bold;
text-decoration:none;
}
a.orange:visited {
font-family: Verdana, arial, helvetica;
font-size:1em;
color:#ff9900;
font-weight:bold;
text-decoration:none;
}

a.orange:active {
font-family: Verdana, arial, helvetica;
font-size:1em;
color:#ff9900;
font-weight:bold;
text-decoration:none;
}

a.orange:hover {
font-family: Verdana, arial, helvetica;
font-size:1em;
color:#ff9900;
font-weight:bold;
text-decoration:underline;
}

/*Nav Links*/
a.nav:link {
font-family: Verdana, arial, helvetica;
font-size:1.1em;
color:#999999;
font-weight:bold;
text-decoration:none;
}
a.nav:visited {
font-family: Verdana, arial, helvetica;
font-size:1.1em;
color:#999999;
font-weight:bold;
text-decoration:none;
}

a.nav:active {
font-family: Verdana, arial, helvetica;
font-size:1.1em;
color:#999999;
font-weight:bold;
text-decoration:none;
}

a.nav:hover {
font-family: Verdana, arial, helvetica;
font-size:1.1em;
color:#999999;
font-weight:bold;
text-decoration:underline;
}