@charset "UTF-8";
body {
	background-color: #000;
	background-image: url(./../Images/blacktobluebkgrd.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	height: 37px;
	margin-right: 180px;
}
#main {
	/*height: 650px;*/
}
#formDiv {
	color:#FFFFFF;
}
#rawsite {
	text-decoration: none;
	color: #FFFFFF;
}
#rawsite:hover {
	color: #9E0000;
}
.current {
	background-image: url(./../Images/upbutton1.png);
	width: 100px;
	height: 35px;
}
.navbtn {
	background-image: url(./../Images/upbutton2.png);
	width: 100px;
	height: 35px;
}
.navbtn_over {
	background-image: url(./../Images/upbutton1.png);
	width: 100px;
	height: 35px;
}
td a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Stencil;
}
