@charset "utf-8";
#container, #header, #links, #main, #footer {
	height: auto;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
.td {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#container {
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: 10px;
	border-bottom-width: thin;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #004400;
	border-right-color: #004400;
	border-bottom-color: #004400;
	border-left-color: #004400;
}
body {
	background-color: #CCCCCC;
}
#header {
	width: 750px;
	height: 170px;
	background-image: url(img/main.jpg);
}
#links {
	height: 34px;
	width: 750px;
	background-image: url(img/links.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	border-top-color: #004400;
	border-top-style: solid;
	border-top-width: thin;
}
#body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(img/back_logo.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #004400;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 0px;
}
#credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #909090;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#spacer {
	width: 750px;
	height: 30px;
}
#linktab a:link {
	color: #FFFFFF;
}
#linktab a:visited {
	color: #FFFFFF;
}
#linktab a:hover {
	color: #CCCCCC;
}
#linktab a:active {
	color: #FFFFFF;
}
#linktab table {
	width: 750px;
}

#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	z-index:100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 3px;
}
#dropmenudiv a:visited{ /*hover background color*/
	background-color: #FFFFFF;
	color: #666666;
	font-weight: normal;
}
#dropmenudiv a:link{ /*hover background color*/
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
}
#dropmenudiv a:active{ /*hover background color*/
	color: #FF0000;
	font-weight: normal;
}
#dropmenudiv a:hover{ /*hover background color*/
	background-color: #004400;
	color: #FFFFFF;
	font-weight: normal;
}
#google_map {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #004400;
	border-right-color: #004400;
	border-bottom-color: #004400;
	border-left-color: #004400;
}

.announcement {
	font-size: large;
	color: #006600;
	border: thick #006600 ridge;
	padding: 0.5em;
	text-align: center;
}