@charset "UTF-8";
/* CSS Document */
html, body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}
#wrapper {
	margin: 0px auto;
	padding:0;
	width:900px;
	height: auto;
}
#header {
	clear: both;
	float: left;
	width:880px;
	height: 121px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	padding: 10px 20px 0px 0px; 
}
#nav {
	clear: both;
	float: left;
	width: 850px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
#main {
	float: left;
	background-image: url(images/main-bg.gif);
	background-repeat: repeat-y;
	width: 860px;
	height: auto;
	margin: 0px;
	padding: 0px 20px 20px 20px;
	background-color: #000000;
}
#footer {
	clear: both;
	float: left;
	width: 880px;
	height: 20px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	background-color: #161616;
	font: 11px "Times New Roman", Times, serif;
	color: #666666;
	}
a.nav {
	font: bold 16px "Times New Roman", Times, serif;
	color: #cccccc;
	line-height: 2.5em;
	text-decoration: none;
	padding: 0px 10px;
}
a.nav:hover {
	text-decoration: none;
	color: #999999;
}
a.links {
	font: bold 15px "Times New Roman", Times, serif;
	color: #336699;
	line-height: 2.5em;
}
a.links:hover {
	color: #999999;
}
h1 {
	font: bold 24px "Times New Roman", Times, serif;
	color: #006699;
	line-height: 1.2em;
	}
h2 {
	font: bold 24px "Times New Roman", Times, serif;
	color: #009933;
	line-height: 1.2em;
	}
a.subnav {
	font: 11px "Times New Roman", Times, serif;
	color: #666666;
	text-decoration: none;
	}
a.subnav:hover {
	color: #cccccc;
	text-decoration: underline;
	}
a.header {
	font: bold 15px "Times New Roman", Times, serif;
	color: #cccccc;
	text-decoration: none;
	padding: 0px 5px;
	}
a.header:hover {
	color: #999999;
	text-decoration: none;
	}
p {
	margin:0px;
	padding: 20px;
	background-color: #cccccc;
	font: 12px "Times New Roman", Times, serif;
	color: #000000;
	text-align: left;
	}
.heading {
	font: bold 16px "Times New Roman", Times, serif;
	color: #336666;
	}
