body {
	padding: 0;
	font-family: 'Gill Sans MT', 'Trebuchet MS', arial, verdana;
/*	background: #fff url("/images/bg.jpg") repeat-x; */
	background: #eee;
	font-size: 13px;
	margin: 0 auto auto auto;
	text-align: center;
	}

h1 {
	font-family: 'Trebuchet MS', arial, verdana;
	font-size: large;
	font-weight: normal;
	color: #000080;
	margin: 3px 0 10px 0;
	}

h2 {
	font-family: 'Trebuchet MS', arial, verdana;
	font-size: small;
	font-weight: bold;
	color: #000080;
	margin: 13px 0 2px 0;
}

p {
	margin: 0 0 20px 0;
	}

a {
	color: #000;
	}
	
a:hover {
	color: #1c5eb2;
	}

ul {
	margin-bottom: 25px;
	}
	
img {
	margin: 0;
	padding: 0;
	border: none;
	}
	
div {
	padding: 0;
	margin: 0;
	}

form {
	padding: 0;
	margin: 0;
	}
	
div#container_large {
	width: 900px;
	padding-top: 0;
	margin: 0 auto 10px auto;
	}

div#container {
	background: #fff;
	border: 1px solid #ccc;
	text-align: left;
	width: 900px;
	padding-top: 0;
	margin: 0 auto 10px auto;
	}

div#main {
	background: #fff;
	border: none;
	text-align: left;
	width: 894px;
	margin: 5px auto auto auto;
	}
	
div#announcements {
	position: absolute;
	margin-left: 696px;
	margin-top: 70px;
	max-width: 184px;
	width: 184px;
	max-height: 155px;
	height: 155px;
	}
	
div#header {
	margin: 0 0 0 0;
	line-height: 0;
	}

table.links tr td {
	text-align: center;
	padding: 0 20px 0 20px;
	}

table.links tr td a {
	color: #fff;
	text-decoration: none;
	}

div#contact {
	margin: 0 0 10px 0;
	line-height: 0;
	text-align: center;
	}
	
div.text {
	text-align: left;
	background: #dff6aa;
	border-left: 1px solid #5f9305;
	border-right: 1px solid #5f9305;
	text-align: left;
	padding: 5px 0 5px 15px;
	max-width: 182px;
	font-size: 14px;
	line-height: 20px;
	color: #5f9305;
	}
	
div.text a {
	color: #5f9305;
	}
	
div.footer {
	text-align: center;
	font-size: x-small;
	margin: 0 0 10px 0;
	}
	
table.body {
	margin: 0;
	padding: 0;
	clear: both;
	width: 800px;
	border-left: 1px solid #1c61b8;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
	
div#body {
	clear: both;
	}
	
table tr th {
	background: #000080;
	color: #fff;
	padding: 3px;
	}

table tr td {
	vertical-align: top;
	}
	
table tr td.leftnav {
	background: #fff;
	width: 240px;
	max-width: 240px;
	}
	
div#leftnav {
	position: relative;
	top: -40px;
	background: #f3f5f7;
	border: 2px solid #e8eaef;
	padding: 3px;
	margin: 0 5px 0 20px;
	}
	
div#leftnav h2 {
	padding: 3px;
	margin: 0;
	color: #1d3261;
	}
	
div#leftnav ul {
	margin: 0 0 5px 15px;
	padding: 0;
	list-style: none;
	}
	
div#leftnav a {
	text-decoration: none;
	}
	
div#leftnav li a.selected {
	color: #1c5eb2;
	}

div#leftnav a:hover {
	text-decoration: underline;
	}

div#content {
	width: 660px;
	margin-top: 10px;
	min-height: 500px;
	}
	
div.content {
	padding: 0 10px 5px 15px;
	}
	
hr {
	color: #db9a00;
	margin: 0 0 0 10px;
	padding: 0;
	}
	
span.heading {
	font-weight: bold;
	}

table.data tr td {
	padding: 0 0 5px 0;
	}
	
.bold {
	font-weight: bold;
	}
	
input.button {
	background: url("/images/special_bg.jpg") repeat-x #1c5eb2;
	border: 1px solid #1c5eb2;
	color: #fff;
	}
	
.help {
	color: #d00;
	}
	
input.textfield {
	width: 275px;
	}

div#vnav {
	width: 894px;
	height: 54px;
	color: #fff;
	font-size: 12px;
	background: url("/images/topnav_bg.jpg") repeat-x #2b377f;
	}
	
div#vnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
div#vnav ul#nav li {
	float: left;
	position: relative;
	vertical-align: middle;
	text-align: center;
	}
	
div#vnav ul#nav li a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	height: 34px;
	padding: 10px 10px 10px 10px;
	vertical-align: middle;
	display: block;
	background: url("/images/topnav_bg.jpg") repeat-x;
	line-height: 14px;
	}
	
div#vnav ul#nav li.selected a {
	color: #ffe400;
	}
	
div#vnav ul#nav li a:hover {
	text-decoration: underline;
	}
	
div#vnav ul#nav li ul.subcat {
	display: none;
	position: absolute;
	top: 4.3em;
	left: 0;
	background: #002f6f;
	clear: both;
	padding: 5px;
	border: 2px solid #ccc;
	}
	
div#vnav ul#nav li ul.subcat li {
	text-align: left;
	float: none;	
	}
	
div#vnav ul#nav li ul.subcat li a {
	padding: 3px 5px 3px 5px;
	margin: 0;
	background: #002f6f;
	color: #fff;
	height: 19px;
	float: none;
	display: block;
	white-space: nowrap;
	}
	
div#vnav ul#nav li > ul {
	top: auto;
	left: auto;
	}
	
div#vnav ul#nav li:hover ul.subcat, div#vnav ul#nav li.over ul.subcat {
	display: block;
	}
	
div#footer {
	color: #666;
	font-size: 11px;
	text-align: center;
	clear: both;
	background: url("/images/bottomnav_bg.jpg") repeat-x #efefef;
	height: 39px;
	width: 894px;
	margin-left: 3px;
	}
	
div#footer a {
	color: #666;
	}
	
div#footer span {
	margin: 0;
	padding-top: 11px;
	}
	
table tr td.submit {
	background: #d4dfeb;
	text-align: right;
	padding: 5px;
	}
	
table.data {
	border: 1px solid #ccc;
	}
	
table.data tr td {
	padding: 2px;
	border: 1px solid #ccc;
	}

div.newsletter h2, div.calendar h2 {
	width: 190px;
	background: url("/images/footer_bg.jpg") repeat-x #2b377f;
	padding: 3px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	border-bottom: 2px solid #f2cf01;
	}
	
div.newsletter ul, div.calendar ul {
	margin: 0;
	padding: 4px;
	list-style-type: none;
	}
	
div.newsletter ul li, div.calendar ul li {
	vertical-align: middle;
	}
	
div#mary {
	float: right;
	background: url("/images/footer_bg.jpg");
	margin: 20px 0 0 0;
	padding: 0;
	border: none;
	}
	
.print {
	float: right;
	margin-right: 20px;
	}
	
#siteby {
	color: #999;
	width: 890px;
	text-align: right;
	font-size: 10px;
	margin: 3px 0 5px 0;
	}
	
#siteby a {
	color: #999;
	}
	
#sitemap ul.top li {
	margin-bottom: 2px;
	}
	
#sitemap ul.top li {
	font-size: 11px;
	}
	
#sitemap ul.second {
	margin: 1px 1px 1px 15px;
	padding: 3px;
	list-style-image: url("/images/arrow_small.gif");
	}
	
#sitemap ul.third {
	margin: 1px 1px 1px 15px;
	padding: 3px;
	list-style-image: url("/images/arrow_small.gif");
	}
	
table.classifieds {
	width: 100%;
	}
	
table.classifieds tr td {
	padding: 10px 10px 10px 0px;
	border-bottom: 1px solid #ddd;
	}

table.classifieds tr td.photo {
	width: 180px;
	}
	
table.classifieds tr td h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 15px;
	}
	
table.classifieds tr td a {
	color: #000080;
	text-decoration: none;
	}
	
table.classifieds tr td a:hover {
	text-decoration: underline;
	}

table.class_contact {
	width: 100%;
	}
	
table.class_contact tr th {
	background: #ddd;
	color: #333;
	font-weight: normal;
	}
	
table.class_contact tr td, table.class_contact tr th {
	padding: 4px 10px 4px 4px;
	border-bottom: 1px solid #ddd;
	}

table.class_contact tr td.field {
	color: #666;
	}
	
table.class_contact tr td h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 15px;
	}
	
table.data {
	border: 1px solid #ccc;
	}
	
table.data tr td {
	padding: 3px 8px 3px 8px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	}

table.data tr.odd td {
	
	}
	
table.data tr.even td {
	
	}
	
table.data tr td.field {
	background: #efefef;
	}
	
table.data tr.header td {
	background: #000080;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
	}
	
table.data tr.submit td {
	text-align: left;
	background: #dedede;
	padding: 5px;
	}

input {
	padding: 3px;
	}
	
input:hover {
	cursor: pointer;
	}

