html {
	margin: 0;
	padding: 0;
}

body {
	text-align:center;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #FFFFFF url("gifs/bg.gif") repeat;
	color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: none;
}

#container {
	margin: 0 auto;
	background-color: #FFFFFF;
	color: #336699;
	width: 750px;
	text-align: left;
	border: 1px solid #808080;
}

#left {
	width: 200px;
	float: left;
	background-color: #FFFFFF;
	color: #808080;
}

#right {
	width: 510px;
	float: left;
	padding: 15px;	
	border-left: 1px solid #808080;
	background-color: #FFFFFF;
	color: #000000;
}

#header {
	height: 100px;
	width: 750px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #336699;
	color: white;
}

.subtitle {
	color: #336699;
	background-color: #FFFFFF;
}

.subtitle h3 {
	font-size: 16px;
	font-weight: bold;
}

#intro {
	padding-top: 10px;
	text-align: center;
}

#update a:link {
	color: #336699;
	background-color: #FFFFFF;
}

#update a:visited {
	color: #CC6699;
	background-color: #FFFFFF;
}

#update {
	font-style: italic;
	text-align: center;
}

.forms {
	font-size: 11px;
	text-align: left;
	color: black;
}

/*************************************************************
			Content
**************************************************************/

#content {
	padding-top: 3px;
	padding-bottom: 10px;
}

#content li {
	list-style-image: url("gifs/plus.gif");
	padding-bottom: 10px;
}

#content a:link {
	color: #336699;
	background-color: #FFFFFF;
}

#content a:visited {
	color: #CC6699;
	background-color: #FFFFFF;
}

#content h3 {
	font-size: 14px;
	font-weight: bold;
}

#content h2 {
	font-size: 12px;
	font-weight: bold;
}

.gototop {
	font-style: italic;
	text-align: center;
}

.gototop a:link, .gototop a:active, .gototop a:visited {
	color: #336699;
	background-color: #FFFFFF;
	text-decoration: none;
}

.gototop a:hover {
	color: #336699;
	background-color: #FFFFFF;
	text-decoration: underline;
}

.subsubtitle {
	text-align: center;
	color: #34282C;
}

.smsubtitle {
	color: #34282C;
}

.boldgray {
	color: #34282C;
	font-weight: bold;
}

.center {
	text-align: center;
}

/*************************************************************
			Database
**************************************************************/

.center-table {
	color: #3f3f3f;
	border: 0px;
	margin: auto;
}

.center-table td {
	padding: 10px;
}

.db {
	padding-top: 3px;
	padding-bottom: 5px;
	color: #3f3f3f;
}

.lists {
	margin-left: 40px;
	color: #3f3f3f;
}

.db li {
	list-style-image: url("gifs/plus.gif");
	padding-bottom: 5px;
}

.db a:link, .db a:visited, .db a:active {
	color: #3f3f3f;
	text-decoration: underline;
}	

.db a:hover {
	color: #336699;
}

.rt {
	text-align: right;
}

.spacing {
	height: 600px;
}

.frm-table {
	color: #3f3f3f;
	border: 0px;
	margin: auto;
}

.frm-table th {
	padding-top: 5px;
	padding-bottom: 5px;
}

.gray {
	color: #3f3f3f;
}

/*************************************************************
			Menus
**************************************************************/

#top_menu {
	height: 20px;
	border: 1px solid;
	background-color: #9999CC;
	text-align: right;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 1px;
	color: white;
	font-weight: bold;
}

#top_menu ul {
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

#top_menu li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid white;
}

#top_menu a:link, #top_menu a:visited, #top_menu a:active {
	color: white;
	background-color: #9999CC;
	text-decoration: none;
}

#top_menu a:hover {
	color: white;
	text-decoration: underline;
	background-color: #9999CC;
}

#menulist {
	margin: 15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	background-image: url("gifs/side_backgrd.gif");
	border: 1px solid #808080;
}

#menulist ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menulist li {
	margin: 0px;
	padding: 15px;
}

#menulist a:link, #menulist a:visited, #menulist a:active {
	color: #336699;
	text-decoration: none;
	display: block;
}

#menulist a:hover {
	text-decoration: underline;
	color: #336699;
	display: block;
}

/*******************************************************************
			Footer
********************************************************************/

#footer {
	width: 750px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	background-color: #9999CC;
	color: white;
	font-weight: bold;
	border-right: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-color: #808080;
	clear: both;
}

#footer a {
	text-decoration: none;
	color: white;
}

#footer a:hover {
	text-decoration: underline;
}

/*******************************************************************
			Site Map
********************************************************************/

.col {
	width: 350px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	background-color: #FFFFFF;
	color: #808080;
}

#maptitle {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/*******************************************************************
			Classes
********************************************************************/

.floater {
	float: left;	
}

.dashes {
	border-bottom: 1px dashed #808080;
}

p.indent {
	text-indent: 2em;
}

p.no-indent {
	text-align: left;
}

.smaller {
	font-size: 9px;
	color: #336699;
}

.form_body {
	padding: 30px;
	color: black;
}

.nav {
	font-style: italic;
	text-align: center;
	color: #336699;
	background-color: #FFFFFF;
}

.nav a:link, .nav a:active, .nav a:visited {
	text-decoration: none;
	color: #336699;
	background-color: #FFFFFF;
}

.nav a:hover {
	text-decoration: underline;
	color: #336699;
	background-color: #FFFFFF;
}
