@charset "utf-8";
/* CSS Document */


body {
	font: 100% Verdana, 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: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	padding: 20px 0px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    margin: 20px 0px 0px 0px;


}

#title {
position:relative;
top:-6px;
font-family:Verdana, Arial, Helvetica, sans-serif
font-size:15px;
color: #FFFFFF;
width:300px;
}

#mainContent {
	padding: 0 20px;
	font-size:15px;
	font-family:"Courier New", Courier, monospace;
	color:#ffffff;
}	


#mainContent2 {
	
	height:300px;
	
	padding: 0 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:15px;
	color:#ffffff;
}	


.subContentTitles {

padding: 20px 30px 10px 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:18px;
	color:#ffffff;

}


.subContent {

padding: 10px 30px 10px 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:15px;
	color:#ffffff;
}


/* link formatting for .subContent */
.subContent  a:link { text-decoration:none;
color:#CCCC00;
}
.subContent  a:visited { text-decoration:none; color:#CCCC00;  }
.subContent  a:active { text-decoration:none; color:#CCCC00; }
.subContent  a:hover { text-decoration:none; color:#FFF; background-color:#CCCC00;}



#table {
	width:780px;
	height:150px;
	padding: 50px 0px;
	margin:0 auto;
	border:0;
	font-size:15px;
	font-family:Verdana, Geneva, sans-serif;
	color:#ffffff;
}	


#copyright {
	padding: 10px 0px 10px 0px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:15px;
	color:#ffffff;
	
	width:120px;
	position:relative;
	left:0px;
	top:0px;
}	




/* link formatting for #table */
#table  a:link { text-decoration:none; color:#ffffff;  }
#table  a:visited { text-decoration:none; color:#ffffff;  }
#table  a:active { text-decoration:none; color:#ffffff; }
#table  a:hover { text-decoration:none; color:#ffffff; background-color:#42b0b0; }




/* link formatting for #mainContent2 */
#mainContent2  a:link { text-decoration:none; color:#ffffff;  }
#mainContent2  a:visited { text-decoration:none; color:#ffffff;  }
#mainContent2  a:active { text-decoration:none; color:#ffffff; }
#mainContent2  a:hover { text-decoration:none; color:#ffffff; background-color:#42b0b0; }


