body  {

	background-color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	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 */
}

#wrapper {
	padding-top: 10px;
	width: 817px;
	text-align: left;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#top-nav {
	padding: 10px 0px 30px 0px;
	text-align: left;
	width: 817px;
	color: #FFFFFF;
	font-size: 9px;
}	
	
	
#top-nav	a:link, #top-nav a:visited {
	color: #FFFF8A;
	text-decoration:none;
	font-weight:bold;
	padding: 10px 3px;
	font-size: 11px;
	
	
}

#top-nav a:hover {
	color: #ffffff;
	text-decoration:  underline;
	font-weight:bold;
	padding: 10px 3px;
	font-size: 11px;
	}


p {
	font-size: 12px;
	line-height: 22px;
	color: #FFFFFF;
}

td {
	font-size: 12px;
	line-height: 22px;
	color: #FFFFFF;
}


h1 {
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}



li {
	line-height: 22px;
}	

.SCCBackground {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}


.style3 {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #FFFF8A;
	text-decoration:none;
	font-weight:bold;
	
}
a:hover {
	color: #ffffff;
	text-decoration:  underline;
	font-weight:bold;
	}
	
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	
	}
	
.copyright {
	font-size:9px;
	color: #ffffff;
	text-align: center;
}


	