BODY {
	font-family : Verdana, Arial, Helvetica ;
	font-size : 11px;
	margin : 0px 0px 0px 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #c0c2cd;
}

.color1 { background-color: #004727; }
.color2 { background-color: #3e3428; }
.color3 { background-color: #c3c2c2; }
.color4 { background-color: #e2f1dd; }
.color5 { 	color: #004727;	}
.color6 { background-color: #d9d8d8; }

.clear { clear: both; }

#header {
	width: 950px;
	border: 0px;
	margin: 0px;
}

#topline {
	width: 950px;
	line-height: 25px;
}

#logoline {
	width: 920px;
	height: 230px;
	color: black;
	font-size: 20px;
	text-align: right;
	vertical-align: bottom;
	padding-right: 30px;
	background-image: url(images/header_background.jpg);
}

#pagenav {
	width: 950px;
}

#navlinks {
	width: 950px;
	height: 25px;
}

.nav_button {
	display: block;
	width: 154px;
	background-color: #f3efd0;
	margin-left: 0px;
	padding: 2px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	font-size: 14px;
	border: 2px solid #c5bfb8; 
	text-decoration: none;
	text-align: center;
}
.nav_button:hover { text-decoration: underline; }

#content {
	width: 950px;
	vertical-align: top;
	text-align: left;
}

TABLE {
	border-collapse: collapse;
}

TD {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}

.red_txt {
	color: red;
}

#main {
	padding: 20px;
	width: 747px;	
}

#sidebox {
	padding: 10px;
	padding-top: 20px;
	width: 200px;
	vertical-align: top;
	text-align: center;
}

#sideimg {
	float: center;
	vertical-align: bottom;
	padding: 0px;
	border: 5px solid #004727; 
}

#footerline {
	clear: both;
	width: 950px;
	line-height: 5px;
}

#footerbox {
	width:950px;
	padding: 0px;
	 background-color: #d9d8d8;
}

.footerlink {
	width: 140px;
	padding: 3px;
	display: block;
	float: left;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	font-family : Verdana, Arial, Helvetica ;
}
.footerlink_a:hover { text-decoration: none; }

.footerlink_small {
	width: 140px;
	padding: 3px;
	display: block;
	float: left;
	font-size: 9pt;
	text-decoration: none;
	text-align: center;
	font-family : Verdana, Arial, Helvetica ;
}
.footerlink_small:hover { text-decoration: underline; }

.superheader_txt {
	font-family : Verdana, Arial, Helvetica ;
	font-size: 12pt;
	font-weight: bold;
	color: #004727; 
	padding: 5px;
	width: 100%;
	display: block;
	text-align: center;
}

.header_txt {
	font-family : Verdana, Arial, Helvetica ;
	font-size: 11pt;
	font-weight: bold;
	color: purple; 
	padding: 5px;
	width: 440px;
	display: block;
	border-bottom: 4px solid #004727; 
}

.sub_header {
	font-family : Verdana, Arial, Helvetica ;
	font-size: 10pt;
}

.side_contact {
	font-family : Verdana, Arial, Helvetica ;
	font-size: 9pt;
}

.main_image {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 5px solid #004727; 
}

.bold_txt {
	font-family : Verdana, Arial, Helvetica ;
	font-size: 10pt;
	color: #004727; 
	font-weight: bold;
}

.white_back {
	padding: 8px;
	margin-top: 5px;
	background-color: white;
	border: 1px solid #004727; 
}

.included_img {
	float: left;
	margin-right: 10px;
}

.included_img2 {
	float: right;
	margin-left: 10px;
}

.white_back, .shadow {
  position: relative;
  bottom: 4px;
  right: 4px;
}
.shadow { 
	background-color: #ccc; 
	width: 80%;
	margin-top: 15px;
	margin-left: 5px;
}

#dropmenudiv {
	position:absolute;
	border:2px solid #c5bfb8;
	font:normal 10px Verdana;
	line-height:15px;
	z-index:100;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #004727;
	background-color: #f3efd0;
}

#dropmenudiv a:hover { 
	background-color: #c5bfb8;
	color: #004727;
}


