html {margin: 0; padding: 0;}
body {margin: 0; padding: 0; text-align: center; background: #600  url(../i/bkg_maincol.gif) center repeat-y;}
#wrapper {width: 575px; margin: 0 auto; padding: 0; text-align: left;}

#content { margin: 0; padding: 0 62px 50px 62px;}
#content ul {border: 0; margin: 12px 0; padding: 0; list-style-type: none;}      

h3 {color: #600; font-family: Georgia, Times, Times New Roman, serif; font-weight: normal; font-size: 30px; padding: 0; margin: 30px 0 0 0;}
p, li, form {font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 12px; line-height: 14px; color: #333; margin: 10px 0 6px 12px;}
li {font-family: Verdana, sans-serif; font-size: 12px; color: #000;}

#header img {
	width: 548px; 
/*	height: 100px; */
	display: block; 
	border-top: 1px; border-bottom: 3px groove gray; border-left: 0px; border-right: 0px; 
	padding: 0px; margin: 0px; 
	position: relative; left: 14px;
}

#header a {font-family: Verdana, sans-serif; font-size: 12px; color: #999; text-decoration: none; font-size: 11px;}
#header a:hover {color: #000;}
#header #current a {color: #000;}


.right {text-align: right;}
img {float: left; padding: 5px; border: 1px solid black; margin: 8px 8px 0 0}
.imgright {float: right;}

#underline {border-bottom: 1px solid #7C0303}
#totalSpan {font-family: Times New Roman, serif; font-weight: bold;}

.announcement {color: #DD0000;}


/* Naviagtion */
#nav hr { position: relative; left: 22px; top: 5px; width: 530px; }
#nav ul {
	list-style: none; display: inline; padding: 0; margin: 0;
	clear: both; /* clear means it will drop below all floating obj above it */
	position: relative; left: 37px; top: 5px;
	 border-bottom: 1px solid black; padding-bottom: 3px;
} 
#nav ul li {
	list-style: none; display: inline; 
	font-size: 12px; padding: 4px 11px 4px; margin: 0;
}
#nav ul li a:link {text-decoration: none; color: #757575; font-weight: bold;}
#nav ul li a:active {text-decoration: none; color: #757575; font-weight: bold;}
#nav ul li a:visited {text-decoration: none; color: #757575; font-weight: bold;}
#nav ul li a:hover {text-decoration: none; color: darkred; font-weight: bold;}
#nav ul li#selected a {color: darkred; font-weight: bold;}

/* Links */
a:link {text-decoration: none; color: #740101;}
a:active {text-decoration: none; color: #740101;}
a:visited {text-decoration: none; color: #740101;}
a:hover {text-decoration: underline; color: #740101;}
