body{
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #3366FF;
}


a:link, a:visited {
	color: #FFFF00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	font-family: Verdana, Arial, sans-serif;
	color: #FFFF00;
}


div#container{
	width: 970px;
	text-align: center;
	background-color: #3366FF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF9933;
	border-left-color: #FF9933;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
}



#siteInfo{
	clear: both;
	font-size: 14px;
	color: #66FF00;
	margin-top: -1px;
	background-color: #3366FF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-position: bottom;
	text-align: center;
	border-top-color: #CCCCCC;
	font-family: Verdana, Arial, sans-serif;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */


#siteInfo img{
	padding: 2px 2px 2px 0px;
	vertical-align: middle;
}

#siteInfo a:hover {
	text-decoration: underline;
	font-family: Verdana, Arial, sans-serif;
	color: #FFFF00;
}

