/* CSS Document by Andrew // 10/28/2007 */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	margin: 0px 0px 0px -9999px;
	padding: 0px;
}
h2 {
	font-family: "Arial Black";
	font-size: 24px;
}
h3 {
	margin-top: 50px;
	color: #000099;
}
#container {
	margin: 0 auto;
	text-align: left;
	width: 790px;
}
#banner {
	height: 81px;
	background-image: url(images/bgNavi2.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: -20px;
}
#logo {
	overflow: visible;
}
#navlist {
	text-align: right;
	float: right;
	margin: 25px 10px 0px 0px;
}
#navlist li {
	display: inline;
	font-family: "Arial Black";
	font-size: 14px;
	text-transform: uppercase;
	padding-right: 2px;
	padding-left: 20px;
}
#navlist a {
	height: 47px;
	width: 90px;
	background-image: url(images/bgBlueRibbon.gif);
	background-repeat: no-repeat;
	background-position: -47px;
	text-decoration: none;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #000000;
}
#navlist a:hover {
	background-position: center center;
	color: #0000FF;
}
#wrapper {
	background-image: url(images/bgContent.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
#sidebar {
	background-image: url(images/bgSidebar.jpg);
	background-repeat: repeat-y;
	width: 249px;
	float: left;
	padding: 0;
}
#top {
	padding: 10px 10px 5px;
}
#bottom {
	padding: 0px 10px 5px;
}
#clear {
	height: 1px;
	clear: both;
}
#content {
	margin-left: 250px;
	width: 512px;
	padding: 0px 10px 5px;
}
#footer {
	background-image: url(images/bgFooter.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 20px;
	font-size: 10px;
	padding-left: 10px;
	margin-top: -15px;
	background-position: center top;
	padding-top: 25px;
}

