/*-------------------------
		Elements
-------------------------*/
body, table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0;
	}
body {
	background-color: #cccccc;
	}
p {
	padding-left: 10px;
	}
h1, h2, h3, h4 {
	display: inline;
	}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #0056A6;
	}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #0056A6;
	}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #0056A6;
	}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	}
/*-------------------------
			IDs
-------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width:1024px;
	}
#header {
	width: 1024px;
	height: 111px;
	background: url(images/navBar_bkg.gif) repeat-x;
	}
#motto {
	width: 1024px;
	color: #FFFFFF;
	}
#infoCenter {
	}
#buttons {
	float: left;
	width: 164px;
	text-align: center;
	margin-top: 30px;
	}
#news {
	float: left;
	width: 630px;
	overflow: auto;
	height: 166px;
	}
#ads {
	float: left;
	width: 224px;
	}
#topNav {
	clear: both;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;	
	}
#navBar {
	background-image: url(images/navBar.gif);
	background-repeat: no-repeat;
	width: 470px;
	height: 25px;
	position: relative;
	top: -17px;
	padding: 4px 0 0 10px;
	color: #FFFFFF;
	}
#navBar a {
	color: #003333;
	font-weight: bold;
	text-decoration: none;
	}
#navBar a:hover {
	text-decoration: underline;
	}
#content {
	padding: 0 0 10px 20px;
	min-height: 200px;
	}
#whatsnew {
	float: left;
	padding-right: 5%;
	width: 45%;
}
	#whatsnew .blueText {
		color: #0056A6;
		font-weight: bold;
	}
#holiday {
	float: left;
	width: 45%;
	padding-right: 5%;
	}
#rateLinks {
	margin-bottom: 20px;
	}
#rateLinks a {
	margin: 0 10px 0 10px;
	}
#footer {
	clear: both;
	width: 1018px;
	background-color: #0056A6;
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
	margin-bottom: 3px;
	}
#footer a{
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	}
#footer a:hover{
	color: #C5CDE6;
	}
/*-------------------------
		Classes
-------------------------*/
.statement {
	width: 1008px;
	height: 14px;
	font-size: 14px;
	font-weight: bold;
	background-color: #0056A6;
	padding: 8px;
	}
.blue{
	width: 1024px;
	background-image: url(images/blueFade.gif);
	background-repeat: repeat-x;
	height: 8px;
	}
.randomImage {
	float: left;
	text-align: center;
	width: 700;
	}
.weather {
	float: right;
	padding-right: 30px;
	}
.small {
	font-size: 10px;
	}
/*-------------------------
		IE Hacks
-------------------------*/
* html #navBar {
	top: -23px;
	}
*html #footer {
	width: 1024px;
	}
* html .statement {
	width: 1024px;
	}
