@charset "iso-8859-1";
body {
	background-color:#000000;
	margin-top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container {
	width: 820px;
	height: auto;
	margin-top:inherit;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}	
	
#header {
	background-color:#F71808;
	height:230px;
	text-align:center;
	border-top:4px;
	border-top-color:#FF8C8C;
	border-top-style:solid;
	border-bottom:4px;
	border-bottom-color:#EA0000;
	border-bottom-style:solid;
}

#nav {
	background-color:#F4D006;
	border-top-color:#FDDB17;
	border-top-style:solid;
	border-top-width:3px;
	border-bottom-color:#E8C604;
	border-bottom-style:solid;
	border-bottom-width:3px;
	text-indent:12px;
}

#belt {
	background-color:#99CCFF;
	width:790px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding:12px;
}

#content {
	background-color:#FFFFFF;
	float:left;
	padding:30px;
	position:relative;
}

#right {
	background-color:#FFFFFF;
	width:360px;
	position:relative;
	float:right;
}

#headertext {
	height:180px;
}

ul {
	font-size:11px;
	font-weight:bold;
	color:navy;
	float: left;
	margin-left:10px;
}

li { 
	display: block;
	margin-left:5px;
}

td, th {
	color: #99CCCC;
}

h1 {
	color: black;
	font-family:"Times New Roman", Times, serif;
	font-size:44px;
	padding-top:20px;
}

h2 {
	color: #009999;
	font-size:20px;
	font-weight:bold;
}

h3, h4 {
	color: #999999;
	font-size:22px;
}

h5, h6 {
	color: #6699CC;
}

p {
	color: maroon;
	font-size:12px;
}


a {
	font-size:14px;
	font-family:sans-serif;
	color: navy;
	text-decoration:none;
}

a:hover {
	color:red;
	text-decoration:underline;
}

