body {
	background-color: #000;
	}
	
p {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	font-family: arial, helvetica;
	}
	
ul {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	font-family: arial, helvetica;
	}
	
	
	
	
	
p.normal {
	font-weight: normal;
	}
a, a:visited, a:link {
	color: #ffff00;
	}
a:hover {
	color: #fff;
	}
	
.font_yellow {
	color: #ffff00;
	}
	
.font_blue {
	color: #99ccff;
	font-size: 12px;
	font-weight: bold;
	font-family: arial, helvetica;
	}

p.footer, p.footer a, p.footer a:link, p.footer a:visited {
	font-family: arial, helvetica;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	}
	

	
	
.page_wrapper {
	width: 800px;
	height: auto;
		background-color: #003370;

		/* 
		background-image: url(../images/box_bg.gif);
		background-repeat: repeat-x; 
		*/
	
	border: 2px solid #fff;
	margin: 30px auto 30px auto;
	padding: 0px 0px 10px 0px;
	}
.main_nav_buttons {

	padding: 32px 0px 0px 0px;
	border-bottom: 2px solid #fff;
	}

.home_box {
	background-color: #003370;
	/* 
	background-image: url(../images/box_bg.gif);
	background-repeat: repeat-x; 
	*/
	
	}
	
.subnav {
	clear: both;
	border-top: 1px solid #fff;

	padding: 10px 0px 10px 10px;
	}
	
.subnav a, .subnav a:visited, .subnav a:link {
	font-family: arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	width: 150px;
	}
.subnav a:hover {
	color: #ffff00;
	}

