@charset "UTF-8";
/* CSS Document */

<style type="text/css">
<!--
body {
	
	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 */
}
#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	width: 950px;
	background: #FFFFFF;
	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0px 0px 0px 0px;

}
#container a
{color:#FFFFFF;}

#container a:hover
{ color:#999999;}

#mainContentnoscroll {
	padding: 5px auto 0px auto; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px auto;;
	background: #FFFFFF;
	text-align:center;
}

#maincopy {
margin: 10px 10px 10px 10px;
border: 1px black solid;
background:#000;
color: #FFFFFF;
text-align:left;
padding: 50px 50px 50px 50px;
height: auto;}



#navcontainer ul
{
text-align: center;
padding-bottom: 0px;
padding-top: 25px;
padding-left: 0;
margin-top: 0;/* cancels gap caused by top padding in Opera 7.54 */
/*margin-bottom: 0px;*/
margin-left: 0;
background-color: #FFF;
color: #000;
width: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
text-transform: uppercase;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 0px;
/* matches link padding except for left and right */
padding-top: 25px;
}

#navcontainer ul li a
{
padding-left: 50px;
padding-right: 50px;
padding-bottom: 0px;
padding-top: 25px;
color: #000;
text-decoration: none;
}

#navcontainer ul li a:hover
{
text-decoration: underline;
}

#navcontainer #active a  { text-decoration: underline }

img.navtop {
    display: block;
    margin-left: auto;
    margin-right: auto }
	
.copybottomhome{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-style:italic;
color:#333333;
font-size:12px;
margin: 40px 20px 40px 200px;
text-align: right;
line-height:18px;}

#footer {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding:0px 0px 0px 0px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}
	
#footer a
{color:#FFFFFF;}

#footer a:hover
{ color:#999999;}

.copyrightinfo {font-size: 9px;}

img.standard{
margin: 5px 10px 25px 5px;
border: 1px solid #000;

}

img.alignright {
float: right;
clear: right;
margin: 5px 10px 5px 10px;
border: 1px solid #000;

}

img.alignleft {
float: left;
clear: left;
margin: 5px 20px 10px 0px;
border: 1px solid #000;

}

h1
{font-size: 24px;
text-transform:uppercase;
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#666666; 
letter-spacing: 3px; 
padding: 5px 5px 5px 5px;
border-bottom: solid; 
border-bottom-width: 1px;
}


td a { color: #FFFFFF;}
td a:hover {color: #808080;}
td {
text-decoration: none;}





-->
</style>