@charset "UTF-8";


body  {
	font: Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container { 
	width: 780px; 
	background: #ffffff;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
 
#header {
	width: 780px;
	
} 

#nav {
	width: 779px;
	height: 27px;
	clear: both;
	background-color: #333333;
	padding-top: 2px;
	padding-left: 1px;
}

#content {
	clear: both;
	padding: 2px 15px 2px 15px;
	width: 750px;
	height: 350px;
	overflow: auto;
}

#rightFloat1 {
	float: right;
	width: 210px;
	padding: 5px 15px 0 10px;
}

#footer {
	clear: both;
	width: 768px;
	text-align: right;
	color: #FFFFFF;
	font-size: 10px;
	background-color: #333333;
	border: 1px solid #FFFFFF;
	padding: 3px 5px;
}


p {
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

ul {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}

li {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}


.white {
	color: #ffffff;
}



td {
	font-size: 11px;
}
	

a:link {
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #333;
	text-decoration: underline;
	font-weight: normal;
}

a:active {
	color: #333;
	text-decoration: none;
}


h1 {
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	padding: 2px;
	background-color: #990000;
}

h2 {
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	padding: 2px;
}
