/* v1.3 last updated 27/05/04 by cg*/
body {
	background-color: #BCCF9D;
	margin: 0px;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:visited{color: #5261E5!important; text-decoration: underline!important;}
a:hover {color: #2E8B57!important; text-decoration:underline!important}

li a:link, li a:visited {color: #5261E5; text-decoration: underline;}
li a:hover {border: 0; text-decoration: underline; color: #2E8B57;}

.oddrow {background-color: E5ECD9; }
.evenrow {background-color: E2E0D6;}

TD {font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;}

TH {font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;}

HR {color: #CC6600;}

LI {margin-right:25px}

H1 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 16px;
	COLOR: #000066;
	padding: 8px;
	border-width: 1px;
	border-style: solid;
	border-color: #BCCF9D;
	background: url(../images/bg_h1.gif);
	margin-bottom: 8px;
}

H2 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 15px;
	COLOR: #000066;
	padding: 4px 4px 4px 8px;
	border-top: 1px solid #BCCF9D;
	border-right: 1px solid #BCCF9D;
	border-bottom: 1px solid #BCCF9D;
	border-left: 1px solid #BCCF9D;
	background: url(../images/bg_h2.gif) bottom;
}

H3 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	COLOR: #000066;
	padding: 2px 2px 2px 8px;
	border-top: 1px solid #BCCF9D;
	border-right: 1px solid #BCCF9D;
	border-bottom: 1px solid #BCCF9D;
	border-left: 1px solid #BCCF9D;
	background-image: url(../images/bg_h3.gif);
}

.main {
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ecedf0;
	border-bottom-color: #ecedf0;
	border-left-color: #ecedf0;
	background-color: #F5FCE9;
	padding: 5px 5px 15px 5px;
}

.main p{padding: 0 25px 0 5px; background-color: #F5FCE9;}

label {cursor:hand}

input.search {
	border: 1px	 #000000 solid;
	background-color: #5E945B;
	width: 50px;
	height: 15px;
	font-size: 10px;
	cursor:pointer;
}

input.search.hover {
	border: 1px	 #333333 solid;
	background-color: #ffffff;
	cursor:pointer;
}

input.searchbox {
	border: 1px	 #000000 solid;
	width: 50px;
	height: 15px;
	font-size: 10px;
}

.tab {
	background-image: url(../images/tabborder.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 20px;
	background-color: #FFFFFF;
	padding-top: 4px;

}
/*
.tab a:link, .tab a:visited  {color: #cc0000; text-decoration: none!important}
.tab a:hover {text-decoration: underline!important; color: #2E8B57; }
*/

.tabactive {
	background-image:  url(../images/tabactive.gif);
/*	font-size: 10px;*/
	color: #EFC45B;
	height: 20px;
	padding-top: 4px;
}

/*.tabactive a:link, .tabactive a:visited {color: #6D68CB; text-decoration: none!important}
.tabactive a:hover { border: 0; text-decoration: underline!important; color: #2E8B57;}*/

.breadcrumb {
	font-size: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ecedf0;
	background-color: #FFFFFF;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ecedf0;
	border-left-color: #ecedf0;	background-image: url(../images/bg_breadcrumb.gif);
}
.breadcrumb a:link,.breadcrumb a:visited{color: #5261E5!important; text-decoration:none!important;}
.breadcrumb a:hover {color: #2E8B57!important; text-decoration:underline!important}

.utility {
	font-size: 10px;	
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #ecedf0;
	background-image: url(../images/bg_utility.gif);
}
.utility a:link, .utility a:visited{color: #5261E5!important; text-decoration: none!important;}
.utility a:hover{color: #2E8B57!important; text-decoration:underline!important}

/* menus */
.menulabel{
	padding: 1px 1px 1px 1px;
	margin:0px 0px 0px 0px;
	background-color:#F4D578;
	font-weight:bold;
	width:100%;
	border: 1px solid #ccc;
	background: url(../images/bg_h1.gif);
}

.menu table{
	width:280px; padding: 0px 0px 0px 0px;

	}
	
.menu td{
	padding: 0px 10px 10px 0px;
	margin:0px;
}

.menuactive{color: #2E8B57;background: #ffffff;border-color: #aaab9c #cccccc #cccccc #cccccc;}

ul#menulist {
text-align: left;
list-style: none outside ;
padding: 0;
margin: 0px;
font-size: 11px;
text-align: left;
}

ul#menulist li {
display: block;
margin: 0;
padding: 0;
}

ul#menulist li a {
	display: block;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border-width: 1px;
	border-color: #ffe #ccc #ccc #ccc;
	border-style: solid;
	color: #000000;
	text-decoration: none!important;
	background: #FEF9BA;
}

ul#menulist li#active a {background: #f0e7d7;color: #2E8B57;}
ul#menulist li a:hover, ul#menulist li#active a:hover {color: #2E8B57; background: #ffffff;border-color: #aaab9c #cccccc #cccccc #aaab9c;text-decoration:none!important}


.mapinfo td{border-bottom:1px solid #cccccc}
.mapinfo p{margin:0px; padding:2px;background:#fff;border: 1px solid #CCCCCC; border-bottom:0px;}

.quickzoom td{font-family: Arial, Helvetica, sans-serif; font-size: 8pt; background-color:#F0CA65; font-weight:bold;background-image:  url(../images/tabactive.gif); border:1px solid #000066; border-top: 1px solid #F5FCE9; border-left: 1px solid #F5FCE9;}

/*.quickzoomActive td{font-family: Arial, Helvetica, sans-serif; font-size: 8pt; background-color:#F0CA65; font-weight:bold; background-image:  url(../images/tabactive.gif); border:1px solid #F5FCE9; border-top: 1px solid #000066; border-left: 1px solid #000066;}*/

.quickZoomBorder {background-color:#BCCF9D;}
.quickzoom a, .quickzoom a:visited {font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color:#000; text-decoration: none!important;}
.quickzoom a:hover {color: #2E8B57; text-decoration: underline!important;}

.mapfont {font-size: 8pt; font-weight:bold;}
.mapbg {background-color:#BCCF9D;}


a.menuItemLink:visited {font-family: verdana; font-size: 11px; text-decoration: none}
a.menuItemLink:link {font-family: verdana; font-size: 11px; text-decoration: none}
a.menuItemLink:hover {color: white; background-color: black}
span.menuSub {width: 130px; float: right; margin-left: 10px; margin-right: 2px;}
div.menuSubTable {margin-bottom: 10px;}
div.menuSubHeader {background-color: Navy; border: 1px solid black; color: white; padding: 2px;}
div.menuSubRow {background-color: #e0e0e0; padding: 2px; border-bottom: 1px solid; border-left: 1px solid; border-right: 1px solid;}
div.menuSubRowHiglighted {background-color: #55ffff; padding: 2px;  border-bottom: 1px solid; border-left: 1px solid; border-right: 1px solid; line-height: 80%}
span.contactBox {background-color: #bbbbbb; padding: 2px; text-align: center; width: 130px; float: right; text-decoration: none; border: 1px solid}

.buttonwrapper{background-color: #F5FCE9; }
.buttonwrapperon{background-color: #F0CA65; }

.thumb {background-color:#ABAABA}

.utility {
	font-size: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ecedf0;
	background-color: #FFFBBE;
}

.datatable {border: 1px solid #cccccc; background-color: #ffffff; text-align:left;}
.datatable td{border: 1px solid #BCCF9D; FONT-SIZE: 12px; background-color: #FFFFFF; padding:4px;margin:0px}
.datatable th{border: 1px solid #BCCF9D; FONT-SIZE: 12px;background-color: #DFE6F9; padding:4px; margin:0px}

.inputtable{border: 1px solid #BCCF9D; background-color: #F5FCE9;}
.inputtable td{	border: 1px solid #BCCF9D; FONT-SIZE: 12px; background-color: #FFFFFF;padding:4px;}
.inputtable th{	border: 1px solid #BCCF9D; FONT-SIZE: 12px; background-color: #dfe6f9;text-align:left;padding:4px;}

.inputtableBG{background-color: #F5FCE9; border: 1px solid #cccccc;}
.inputtableBG p {background-color: #FFFFCC; border: 1px solid #cccccc; padding:2px; margin-left:5px; width:100%;}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 3px;
	position: static;
	visibility: visible;
	z-index: auto;
	left: 3px;
}

.graph{	border: 1px solid #BCCF9D; background-color: #ffffff;}

.small {border: 1px solid #BCCF9D; font-size: 9px; background-color: #dfe6f9; padding:5px;}

ul {
	list-style : disc inside;
	list-style-position : outside;
}

li {margin-top : 10pt;}

.note {
	color : #C40000;
}

.multiplechoice td{
	background-color: #EDEDEE;
	padding: 12px;
	border-top: 1px dotted #999999;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px dotted #999999;
	font-size: 11px;
}

 .options {
	margin: 5px;
	padding: 3px;
	height: 300px;
	width: 200px;
	border: 10px solid #666666;
	float: right;
}

.newscontent P {background-color:  #ffffff}

.home{margin:3px; margin-right:3px; margin-top:5px;}

.homeheader {
	height:30px;
	padding: 4px 4px 4px 8px;
	border-top: 1px solid #BCCF9D;
	border-right: 1px solid #BCCF9D;
	border-bottom: 1px solid #BCCF9D;
	border-left: 1px solid #BCCF9D;
	background-image: url(../images/bg_h2.gif) ;
}

.homeheader a:link, .homeheader a:visited {color: #000066!important; text-decoration: none!important; font-size:15px!important; font-weight:bold!important}
.homeheader a:hover {text-decoration: underline!important; color: #2E8B57!important; }

.homeheader1 {color: #000066; font-size:16px!important; font-weight:bold!important;
	height:30px;
	padding: 4px 4px 4px 8px;
	border-top: 1px solid #BCCF9D;
	border-right: 1px solid #BCCF9D;
	border-bottom: 1px solid #BCCF9D;
	border-left: 1px solid #BCCF9D;
	background-image: url(../images/bg_h1.gif) ;
}

.homeheader1 a:link,.homeheader1 a:visited{color: #000066!important; text-decoration: none!important;font-size:18px!important; font-weight:bold!important}
.homeheader1 a:hover {text-decoration: underline!important; color: #2E8B57!important;}

.homecontent {
	height:70px;
	padding: 4px 4px 4px 8px;
	border-right: 1px solid #BCCF9D;
	border-bottom: 1px solid #BCCF9D;
	border-left: 1px solid #BCCF9D;
	background-color:#ffffff;
}
.homecontent a, .homecontent a:visited {color:#5261E5!important;text-decoration: underline!important;}
.homecontent a:hover {color: #2E8B57!important;text-decoration: underline!important}

.newsheader {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #000066;
	height:20px;
	width:370px;
	padding: 4px 4px 4px 8px;
	border-top: 1px solid #BCCF9D;
	border-right: 1px solid #BCCF9D;
	border-bottom: 1px solid #BCCF9D;
	border-left: 1px solid #BCCF9D;
	background-image: url(../images/bg_h2.gif) ;
}

.newsheader a:link, .newsheader a:visited{color: #000066!important; text-decoration: none}
.newsheader a:hover {text-decoration: underline; color: #2E8B57!important; }

.newscontent {
	padding: 4px 4px 4px 8px;
	border-right: 1px solid #BCCF9D;
	border-bottom: 1px solid #BCCF9D;
	border-left: 1px solid #BCCF9D;
	background-color:#ffffff;
}
.newscontent a, .newscontent a:visited {color:#5261E5!important;text-decoration: underline!important;}
.newscontent a:hover  {color: #2E8B57!important;text-decoration: underline!important}

ul#nav {
	list-style: none;
	padding: 0;
	margin: 0;
}


#nav a, #nav a:visited{
	font-weight:bold;
	font-size:10px;
	padding: 0;
	margin: 0;
	text-decoration:none!important;
}

#nav li li a, #nav li li a:visited {
	display: block;
	font-weight: normal!important!;
	color: #6D68CB!important;
	padding: 2px 10px;
	text-decoration: none!important;
}

#nav li li a:hover {
	font-weight: normal;
	padding: 2px 5px;
	border: 5px solid #2E8B57;
	border-width: 0 5px;
	color:#2E8B57!important;
	text-decoration: none !important;
	background: url(../images/bg_dd.gif) top left no-repeat;

}

#nav li {
	font-size: 10px;
	float: left;
	position: relative;
	width: 120px;
	height:20px;
	text-align: center;
	cursor: default;
	padding:0px;
	margin:0px;
	background-color: white;

}
a.menuopt {
	text-align: left;
	text-decoration : none;
	display: block;
}

#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -40px;
	font-weight: normal;
	background: url(../images/bg_dd.gif) bottom left no-repeat;
	background-color:#ffffff;
	padding: 5px 0px 5px 0px;
	border-right: solid 1px #6D68CB;
}

ul#nav li>ul {top: auto;left: auto;}

ul#nav li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

ul#nav li:hover ul, ul#nav li.over ul {display: block;}
	
.navarea{border-right: solid 1px #6D68CB;}
