body{
	background-color: white;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 	small;
	margin: 	0px;
	width:		1024px;
}

#header{
	background-color: white;
	margin: 	10px;
	height: 	108px;
	width:		1200px;
	font-size: 	120%;
	text-align: center;
	float:		none;
}

#main{
	margin: 5px;
	background: white;
	font-size:  105%;
	padding:	5px;
	width: 		1200px;
	float: right 		;
	text-align: center;
	
}

#main2{
	background:	white;
	text-align: center;
	color:		#990000;
}

#sidebar{
	background-color: white;
	font-size: 	105%;
	text-align: center;
	padding:	15px;
	margin:		0px 10px 10px 10px;
	width:		180px;
	float:		left;
	color:				#990000;
}

#footer_nav{
	float: right;
	background-color:	white;
	text-align:			center;
	padding:			15px;
	margin:				10px;
	font-size: 			110%;
	width:				1024px;
	color:				#990000;
}

#footer{
	float: right;
	background-color:	white;
	text-align:			center;
	padding:			15px;
	margin:				10px;
	font-size: 			90%;
	width:				1024px;
}

h1{
	color:		#990000;
}

h4{
	color:		#990000;
	text-align: center;
	font-size:	90%;
}

h2{
	font-size: 150%;
	color:		#990000;
	text-align: left;
	
}

table{
	text-align: center;
}

table td{
	font-weight:bold;
	size:		40;
	color:		#990000;
}