@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../graphics/back.jpg);
}
#container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	margin-top: 10px;
}
#mainContent {
	padding-right: 10px;
	margin-left: 10px;
	background-repeat: no-repeat;
}


#header {
	height: 145px;
	border-bottom: solid #999 1px;
}

#sector1 {
	text-align: center;
}
#sector2 {
	text-align: left;
	background-image: url(../graphics/w_mark.jpg);
	background-repeat: no-repeat;
	color: #000;
}
#sector2 a:link {
	color: #0B3D94;
	padding: 20px 7px 20px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;

}
#sector2 a:active {
	color: #0B3D94;
	float: right;
	padding: 20px 7px 20px 7px;
	margin: 0px 0px 0px 2px;
	text-decoration: none;
}

#sector2 a:visited {
	color: #0B3D92;
	padding: 20px 7px 20px 7px;
	margin: 0px 0px 0px 2px;
	text-decoration: none;
}
#sector2 a:hover {
	color: #7F6600;
	padding: 20px 7px 20px 7px;
	margin: 0px 0px 0px 2px;
	text-decoration: none;
}
#map {
	width: 800px;
	height: 300px;
	margin: 0px 5px 5px 20px;
}

.paddedcell {
	padding: 3px 3px 3px 3px;
}
.paddedcell2 {
	padding: 3px 3px 13px 3px;
}


.blackcell {
	padding: 3px 3px 10px 3px;
	font-weight: bolder;
}

#spanel {
	width: 150px;
	float: left;
	background-repeat: no-repeat;
	background-color: #FFF;
	padding-bottom: 30px;
	position: relative;
	top: -1px;
	border-bottom: solid #999 1px;
	border-right: solid #999 1px;
	display: none;
}
#topnav {
	float: left;
	width: 130px;
	padding-left: 10px;
	position: relative;
	top: -2px;
	display: none;
	
}
a.menu:link {
	color: #333;
	padding: 3px 5px 5px 5px;
	margin: 5px 5px 0px 0px;
	text-decoration: none;
	width: 120px;
	height: 50px;
	font-weight: 600;
	float: left;
	display: block;
	background-image: url(../graphics/button_bg.jpg);
	border: solid 1px #CCCCCC;
}
a.menu:active {
	color: #333;
	padding: 3px 5px 5px 5px;
	margin: 5px 5px 0px 0px;
	text-decoration: none;
	width: 120px;
	font-size: 1em;
	height: 50px;
	font-weight: 600;
	float: left;
	display: block;
	background-image: url(../graphics/button_bg.jpg);
	border: solid 1px #CCCCCC;
}
a.menu:visited {
	color: #333;
	padding: 3px 5px 5px 5px;
	margin: 5px 5px 0px 0px;
	text-decoration: none;
	width: 120px;
	font-size: 1em;
	height: 50px;
	font-weight: 600;
	float: left;
	display: block;
	background-image: url(../graphics/button_bg.jpg);
	border: solid 1px #CCCCCC;

}
a.menu:hover {
	color: #7D6501;
	padding: 3px 5px 5px 5px;
	margin: 5px 5px 0px 0px;
	text-decoration: none;
	width: 120px;
	font-size: 1em;
	height: 50px;
	font-weight: 600;
	float: left;
	display: block;
	background-image: url(../graphics/button_bg2.jpg);
	border: solid 1px #CCCCCC;

}

.fleft {
	float: left;
	margin: 0px 5px 5px 0px;
}

.fright {
	float: right;
}

.clear {
	clear: both;
}

.img {
	border: none;
}
.smallprint {
	font-size: 12px;
}



#footer {
	clear: both;
	background-color: #CCC;
	color: #333;
	padding-left: 20px;
	font-size: 0.8em;
}
a.footmenu:link {
	color: #FFFFFF;
	padding: 20px 7px 20px 7px;
	margin: 0px 0px 0px 2px;
	text-decoration: none;

}
a.footmenu:active {
	color: #FFFFFF;
	float: right;
	padding: 20px 7px 20px 7px;
	margin: 0px 0px 0px 2px;
	text-decoration: none;
}

a.footmenu:visited {
	color: #FFFFFF;
	padding: 20px 7px 20px 7px;
	margin: 0px 0px 0px 2px;
	text-decoration: none;
}
a.footmenu:hover {
	color: #F15C22;
	padding: 20px 7px 20px 7px;
	margin: 0px 0px 0px 2px;
	text-decoration: none;
}
