html {
	overflow: -moz-scrollbars-vertical;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-color: #e1e9f0;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a:link{
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* MAIN CONTAINER STYLES */

#header {
	width: 996px;
	margin-left: auto;
	margin-right: auto;
	background: #37b5dd url("../images/header_background.jpg") repeat-y top center;
	height: 180px;
	text-align: left;
	margin-bottom: 0px;
}

#headertitle {
	height: 160px;
	text-align: right;
	width: 790px;
	float: left;
	margin-top: 0px;
	padding: 0px;
	font-family: Trebuchet MS , Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#headertitle h1 {
	color: #91ddf5;
	margin: 5 0 0 0;
	padding: 0;
	font-size: 88px;
	line-height: 90px;
}

#headertitle h2 {
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 29px;
	margin-top: -8px;
	line-height: 30px;
}

#headertitle h3 {
	color: #91ddf5;
	margin: 0;
	padding: 0;
	font-size: 23px;
	margin-top: 0px;
	line-height: 24px;
}


#headerright {
	float: right;
	width: 164px;
	height: 150px;
	margin-top: 10px;
	margin-right: 24px;
	.margin-right: 12px;
	padding: 0px;
}

#main_container {
	width: 996px;
	margin-left: auto;
	margin-right: auto;
	background: #e1e9f0 url("../images/main_background.jpg") repeat-y top center;
	text-align: left;
}


#footer {
	width: 996px;
	margin-left: auto;
	margin-right: auto;
	background: #e1e9f0 url("../images/footer_top.jpg") no-repeat top center;
	font-size: 10px;
	text-align: center;
	height: 36px;
	clear: both;
	padding-top: 4px;
}

#footer p {
	padding-left: 200px;
}

#left_menu {
	width: 200px;
	background: url("../images/menu_top.jpg") no-repeat top center;
	float: left;
	text-align: left;
	padding-top: 35px;
}

/* HEADER STYLES */
#mini_menu {
	text-align: right;
	background: url("../images/mini_menu.jpg") no-repeat top center;
	width: 162px;
	height: 82px;
	margin: 0;
	padding: 5 0 0 0;
	.padding: 0 0 0 0;
}

#mini_menu ul {
	margin: 0 15 0 0;
	.margin: 5 15 0 0;
	padding: 0;
	list-style: none;
}

#mini_menu li 
{
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #008000;
  line-height: 15px;
}

#mini_menu li a:link {
	color: #444444;
	text-decoration: none;
}
#mini_menu li a:visited {
	color: #444444;
	text-decoration: none;
}
#mini_menu li a:hover {
	color: #444444;
	text-decoration: underline;
}
#mini_menu li a:focus {
	color: #444444;
	text-decoration: underline;
}
#mini_menu li a:active {
	color: #444444;
	text-decoration: none;
}

#search {
	margin: 0;
	padding: 0;
	float: right;
	margin-top: -5px;
	.margin-top: 0px;
	margin-right: 3px;
	height: 48px;
}

.search_input {
	height: 22px;
	margin-bottom: 4;
	padding: 0;
  	background-image:url('../images/magnifying_glass.gif');
  	background-repeat:no-repeat;
  	padding-left:20px;
	width: 125px;
	border: 1px solid #008000;
}

.search_submit {
	width: 24px;
	height: 24px;
	border: none;
	margin: 0;
	margin-bottom: -8;
	.margin-bottom: 0;
	padding: 0;
}

/* MENU STYLES */
#menu_background {
	background: url("../images/menu_background.jpg") repeat-y top center;
	padding: 0;
	margin: 0;
	text-align: left;
}

#menu_content {
	margin-left: 25px;
	font-size: 10px;
}

#menu_content h2 {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #70499d;
  margin-bottom: 0px;
  margin-top: 10px;
}

#navigation {
	margin: 0;
	padding: 0;
	clear: both;
}

#navigation ul {
	margin: 0 0 0 -5;
	padding: 0;
	list-style: none;
}

#menu li 
{
  padding-left: 25px;
  background-image: url("../images/bullet_green.gif");
  background-repeat: no-repeat;
  background-position: 0.5em;
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #008000;
  line-height: 25px;
}

#menu li a:link {
	color: #008000;
	text-decoration: none;
}
#menu li a:visited {
	color: #008000;
	text-decoration: none;
}
#menu li a:hover {
	color: #008000;
	text-decoration: underline;
}
#menu li a:focus {
	color: #008000;
	text-decoration: underline;
}
#menu li a:active {
	color: #008000;
	text-decoration: none;
}

#menu .active{
	color: #70499d;
	background-image: url("../images/bullet_purple.gif");
}

#menu .active a:link {
	color: #70499d;
	text-decoration: none;
}
#menu .active a:visited {
	color: #70499d;
	text-decoration: none;
}
#menu .active a:hover {
	color: #70499d;
	text-decoration: underline;
}
#menu .active a:focus {
	color: #70499d;
	text-decoration: underline;
}
#menu .active a:active {
	color: #70499d;
	text-decoration: none;
}


#menu_bottom {
	background: url("../images/menu_bottom.jpg") no-repeat top center;
	height: 16px;
}

#main_content {
	text-align: left;
	font-size: 12px;
	margin-top: 0px;
	.margin-top: 10px;
	margin-right: 30px;
	.margin-right: 30px;
	width: 755px;
	.width: 755px;
	float: right;
	margin-bottom: 25px;
}

#main_content p table{
	font-size: 12px;
}


#main_content h1 {
	color: #37b5dd;
	font-size: 24px;
	margin-top: 0px;
	
}

#main_content h2 {
	color: #134c86;
	font-size: 20px;
}

#main_content h3 {
	color: #000000;
	font-size: 18px;
}

#main_content h6 {
	color: #000000;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
}

#main_content a:link {
	color: #790000;
	text-decoration: underline;
}
#main_content a:visited {
	color: #790000;
	text-decoration: underline;
}
#main_content a:hover {
	color: #790000;
	text-decoration: none;
}
#main_content a:focus {
	color: #000000;
	text-decoration: none;
}
#main_content a:active {
	color: #790000;
	text-decoration: underline;
}

#intro {
	margin-left: 10px;
	line-height: 20px;
}

#utilities {
	width: 162px;
	margin: 0px;
	padding: 0px;
	margin-top: 24px;
	.margin-top: -20px;
}

#utilities table {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	width: 162px;
}

#breadcrumb {
	font-size: 11px;
	margin-left: 215px;
	margin-top: 0px;
	float: right;
	margin-right: 25px;
	.margin-right: 15px;
	padding: 0px;
}

#rss {
	width: 150px;
	text-align: center;
	margin-top: 50px;
}

#rss a{
	color: #333333;
	text-decoration: underline;
}

#rss a:hover{
	color: #ffffff;
	text-decoration: none;
}

.news_item {
	color: #202326;
	font-size: 10px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 25px;
	margin-right: 0px;
	width: 720px;
}

.news_text {
	color: #202326;
	font-size: 13px;
	font-weight: normal;
}

.news_footer {
	text-align: right;
	border-top: 1px solid #264545;
	border-bottom: 1px solid #264545;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #202326;
	font-size: 10px;
}

.news_header h2{
	color: #264545;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #264545;
}

.small {
	font-size: 10px;
}

#guestpanel {
	width: 750px;
	height: 310px;
	background: url("../images/guest_panel.jpg") no-repeat top center;
	text-align: center;
	margin-top: 20px;
}

#guestpanel_header {
	width: 750px;
	height: 52px;
}

#guestpanel_header img {
	margin-top: 20px;
}

#guest {
	width: 160px;
	margin: 15px 45px 0px 45px;
	.margin: 15px 35px 0px 35px;
	padding: 0px;
	height: 225px;
	float: left;
	text-align: center;
}

#guest h3 {
	color: #000000;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS , Verdana, Arial, Helvetica, sans-serif;
}

#guest h3 a:link{
	color: #000000;
	text-decoration: none;
}

#guest h3 a:visited {
	color: #000000;
	text-decoration: none;
}

#guest h3 a:hover {
	color: #000000;
	text-decoration: none;
}

hr {
color: #37b5dd;
background-color: #37b5dd;
height: 1px;
}

#gohimage {
	width: 190px;
	height: 230px;
	float: right;
	background: url("../images/gohpanel.jpg") no-repeat top center;
	margin-right: 10px;
	margin-left: 5px;
}

#gohimage img {
	margin-top: 13px;
	margin-left: 12px;
}

div.error {
	background-color: #FFCCCC;
	padding: 5px;
	border: 1px solid #FF0000;
	margin-top: 5px;
	margin-bottom: 10px;
}

span.required {
	color: #ff0000;
}

tr.error {
	background: #ffcccc; 
}


td.error {
	background: #ffcccc; 
}

span.error, p.error, h4.error { background: #ffcccc;
}