form {margin:0;padding:0}
/* the above resets padding and margins*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	margin:15px 0px; padding:0px;
	/*background-color:#22331E;*/
	background-color:#FFFFFF;
	color:#555555;
}
#wrapper {
	width:780px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-color:#FFFFFF;
	padding:0px;
	}
.inp{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	border-style:solid;
	border-color:#c0c0c0;
	color:#232323;
	background-color:#EEEDE3;
	border-width:1px;
	margin-bottom:3px;
}
/*  this below is all the nav css */
#header #top{
	width:780px;
	background: url(images/top-bkgrnd.jpg) no-repeat left top;
	height:107px;
	margin-bottom:3px;
}
#header #nav a:hover {
	/*color:#FFFFCC;*/
	text-decoration:underline;
}
#header #nav {
	height: 23px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#8D0404;
	margin:0;
	padding: 13px 0 0 0;
}

#header #nav ul {
	margin: 0;
	padding: 0px 0px 0px 12px;
	list-style: none;
	background: none;
	height: 23px;
	color: #FFF;
	white-space:nowrap;
}

#header #nav li {
	float: left;
	background: url(images/nav-left-inactive.gif) no-repeat left top #BD2700;
	margin:0px;
	margin-left: 3px;
	height: 23px;
	padding: 0 0 0 10px;
}
#header #nav a {
	float: left;
	display: block;
	width: .1em;
	background: url(images/nav-right-inactive.gif) no-repeat right top;
	padding: 5px 13px 0px 3px;
	text-decoration: none;
	margin: 0;
	/*font-weight: bold;*/
	height: 21px;
	color: #FFF;
}

#header #nav > ul a {
	width: auto;
}
#header #nav #loginnav{float:right;margin-right:6px;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/

#header #nav a {
	float: none;
}

/* End IE5-Mac hack */

#home #header #homenav, 
#history #header #historynav, 
#registration #header #registrationnav,
#staff #header #staffnav,
#community #header #communitynav,
#contact #header #contactnav, 
#login #header #loginnav {
	background: url(images/nav-left-active.gif) no-repeat left top;
}
#home #homenav a, 
#history #historynav a, 
#registration #registrationnav a, 
#staff #staffnav a, 
#community #communitynav a, 
#contact #contactnav a, 
#login #loginnav a {
	background: url(images/nav-right-active.gif) no-repeat right top;
	color: #666;
}
/*end of nav css */
.title{
	font-size:22px;
	color:#274C91;
	padding-bottom:4px;
}
a {text-decoration:none}
a:hover {text-decoration:underline}
.southbay {
	width:780px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:right; /* Counteract to IE5/Win Hack */
	padding-top:5px;
	}
a.sb{
	text-align:right;
	font-size:10px;
	color:#999999;
}
