@charset "utf-8";

a:link {color:#3B58A4; text-decoration:underline;}
a:active {color:#3B58A4; text-decoration:underline;}
a:visited {color:#3B58A4; text-decoration:underline;}
a:hover {color:#48780D; text-decoration:none;}
ul {
	list-style-type:circle;
	margin: 0;
	line-height:19px;
}
ul a:link,active,visited {
	color:#3B58A4;
	text-decoration:none;
}
ul a:hover {
	color:#575757;
	text-decoration:underline;
}
h1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #301600;
	margin:5px 0 1px 0;
}
h2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	color: #301600;
	margin:1px 0 5px 0;
}
h3 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	color: #301600;
	margin:1px 0 2px 0;
}
h5 {font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height:12px;
	color: #301600;
	font-weight:normal;
	margin:0 0 0 0;
}
#wrapper {
	margin:auto;
	width:940px;
}
#header {
	background-image:url(/imgs/header-white.jpg);
	width:920px;
	height:82px;
	padding: 5px 5px 0 15px;
}
#navbar {
	background-image:url(/imgs/navblue.jpg);
	width:940px;
	height:59px;
	margin:0;
	padding:0;
}
#navbar ul{
	margin: auto;
	padding:0;
	list-style-type:none;
	height:59px;
	width:940px;
}
#navbar li {
	float:left;
}
#navbar ul a{
	background-image: url(/imgs/ul-divider.jpg);
	background-repeat:no-repeat;
	background-position: right;
	padding:8px 32px 8px 32px;
	display: block;
	line-height: 43px;
	text-decoration: none;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	font-weight:bold;
}
#navbar ul a:hover {
	color:#248a5b;
	background-image:url(/imgs/navblue-over.jpg);
	background-repeat:repeat-x;
	display: block;
}


#imagery {background-color:#333333;width:940px; height:148px;}
#imagery-sub {background-color:#333333;width:940px; height:148px;}
#content-wrapper {
	padding:10px 10px 10px 10px;
	background-color:#ffffff;
	width:920px;
}
#content {
	/*margin: 3px 3px 3px 3px;*/
	padding:7px 7px 7px 7px;
	width:907px;
	background-image:url(/imgs/content-bkg-brown-to-white.jpg);
	background-repeat:repeat-x; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:30px;
	font-size:12px;
	color:#575757;
}
#content-left {
	width: 610px;
	background-color:#ffffff;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px; 
	float: left;
}
#content-right {
	width: 250px;
	background-color: #EDE7D7;
	background-image:url(/imgs/content-bkg-white-to-brown.jpg);
	background-repeat:repeat-x;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px; 
	float: right;
}
#inner {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#BB4F8A;
}

#footer {
	padding: 10px 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}