/* CSS Document */
* { 
margin: 0;  

} 
body {
	background-color: #999999;
	font-family: "Courier New", Courier, monospace;
}

h2 {
	font-family: "Courier New", Courier, monospace;
}

#mainframe {
width:802px;
height:auto;
margin-right:auto;
margin-left:auto;
padding:0px;
text-align:left;
border:0px;
}

#everything {
background-color:#999999;
height:auto;
margin-right:auto;
margin-left:auto;
padding:0px;
text-align:left;
border:0px;
top:0px;

}
#topbar {
width:802px;
height:70px;
padding:0px;
border:0px;
}
#logodiv {
width:802px;
padding:0px;
height:155px;
}
#navdiv {
width:802px;
padding:0px;
height:45px;
}
#contenttopbar {
width:802px;
padding:0px;
height:30px;
}
#content {
width:802px;
padding:0px;
margin:0px;
border-bottom:0px;
}

#content2 {

position:relative;
top:-13px;
left:1px;
}

#content3 {
width:688px;
padding:0px;
margin:0px;
border-bottom:0px;
}


.copytext {color: #666666;
font-size:10px;}

.fontten{
font-size:10px;}

.regulartext {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}
.whitetitletext {
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
}
