body {
	background:#FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 700px;
	height: auto;
	border: 2px;
	border-color: #000000;
	margin-left:auto;
	margin-right: auto;
	border:#000000 thin solid;
	}

#banner{
	width: 700px;
	height: auto;
}
#header{
	width: 700px;
	height: 151px;
}
#navigation{
	width: 700px;
	height: 30px;
	font-weight: bold;
	
}

#navigation a {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
	
#navigation a:hover {
	color: #FF0099;
	font-weight: bold;
	text-decoration: underline;
}


#main {
	width:700px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	padding: 0 2px 0 2px;
	}
	
#main a {
	color: #0033FF;
	font-weight:normal;
	text-decoration: inherit;
}

#main  a:hover {
    color: #0033FF;
	font-weight:normal;
	text-decoration:underline;
	}
	
	
	
	


	
	
	
	
	
	
	

