/* CSS Document */

#footer a:hover {
	color: #FF0000; text-transform: uppercase; font-weight: bold
}#footer a:link, #footer a:visited, #footer a:hover {
	color: #FFFFFF; 
}
body {
	background-color: #FEF7DE;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	background-color: #000066;
}
#leftnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
}
#header {
	background-color: #000066;
}
#header h1 {
	font-size: 46px;
	color: #FFFF00;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0px;
}
h1 {
	font-size: 30px;
	font-weight: bolder;
	color: #FF0000;
	text-decoration: underline;
	font-style: italic;
}
#content {
	padding-right: 8px;
	font-size: 16px;
	font-weight: 700;
}
.hilite {
	font-size: 22px;
	font-weight: bold;
	color: #FF0000;
}
.double {
	border: 3px double #000000;
}
#adminNav a {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
