@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #CCCCCC;
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	font-size: 0.9em;
}
#main {
	background-color: #FFFFFF;
	width: 780px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #666666;
}
#header {
	margin: 0px;
	height: 140px;
	width: 780px;
	background-color: #004B36;
	color: #FFFFFF;
	text-align: left;
}
#header #headerlogo {
	clear: right;
	float: left;
}
#header #search {
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#footer {
	height: 30px;
	width: 780px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #014C36;
	background-repeat: no-repeat;
	clear: both;
	color: #FFFFFF;
	text-align: center;
}
#footer1 {
	float: left;
	height: 30px;
	width: 215px;
}
#footer2 {
	float: left;
	height: 30px;
	width: 285px;
}
#footer3 {
	float: left;
	height: 30px;
	width: 260px;
}
#footer a {
	color: #333333;
	text-decoration: none;
	padding: 2px;
	background-color: #DDDDDD;
	position: relative;
	top: 8px;
}
#footer a:hover {
	background-color: #00FFCC;
	background-repeat: repeat-x;
}
#form1 {
	width: 300px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	margin-top: 0px;
	text-align: right;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:hover {
	color: #00FFCC;
}
#menu {
	background-color: #DDDDDD;
	width: 780px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #024C36;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	height: 1.9em;
	font-size: 110%;
}
#content {
	clear: both;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#content p {
	margin-top: 0px;
}
#content h1 {
	font-size: 180%;
	margin-top: 0px;
	color: #024C36;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.copyright-text {
	font-size: 80%;
	margin-bottom: 20px;
	color: #888888;
	padding-right: 70px;
}
#content a {
	color: #014B36;
}
#content    .lightbluelink   {
	color: #66CCCC;
}
