@import "menu.css";
html {
	overflow: auto;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url('images/background.jpg') repeat-y center;
}
img {
	border: 0px;
}
.sideHeading {
	font-size: 15px;
	font-weight: bold;
	color: #066DB5;
	padding-top: 5px;
	padding-bottom: 5px
}
div.clear{
	width: 100%;
	clear: both;
	font-size: 1px;
}
div#container {
	width: 838px;
	margin: 0px auto;
}
div#header {
	position: relative;
	background: url('images/header.jpg') no-repeat;
	height: 113px;
	text-align: left;
}
h1#logo {
	position: relative;
	top: 8px;
	left: 4px;
	margin: 0px;
	height: 48px;
	width: 288px;
	background: url('images/logo.gif');
}
h1#logo em {
	display: none;
}
form#searchBox {
	display: block;
	float: right;
	margin-top: 35px;
	margin-right: 3px;
}
form#searchBox legend {
	display: none;
}
form#searchBox fieldset {
	width: 127px;
}
form#searchBox fieldset,
form#searchBox input {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
form#searchBox input.text {
	width: 100px;
	margin: 0px;
	background: none;
	font-family: "Trebuchet MS", Arial, "Book Antiqua", sans-serif;
	font-size: 12px;
}
form#searchBox input.submit {
	position: relative;
	top: 5px;
}
div#sideBar,
div#content {
	margin-top: 10px;
}
div#sideBar {
	width: 195px;
	float: left;
}
div#newsTitle {
	width: 175px;
	background: url('images/bgpanel.gif');
	height: 24px;
	padding-left: 20px;
	padding-top: 5px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
ul#newsAreaMedia {
	text-align: left;
	border: 1px solid #ADC5D1;
	padding: 4px 2px;
}
form#eventsArea {
	border: 1px solid #ADC5D1;
	padding: 7px;
	margin: 7px 0px 0px 0px;
}
form#eventsArea legend {
	margin: 0px;
	padding: 0px 0px 7px 0px;
}
form#eventsArea fieldset {
	border: 0px;
	padding: 0px;
	text-align: left;
}
div#calendarArea {
	border: 1px solid #ADC5D1;
	margin: 7px 0px;
}
ul#links,
ul#links li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#links li {
	padding: 2px 0px;
}
div#breadCrumbs {
	text-align: left;
	padding: 3px 10px;
	width: 444px;
	float: left;
	margin: 2px 0px;
	font-size: 10px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, "Book Antiqua";
	color: #a8bac4;
}
div#breadCrumbs a {
	color: #4393c1;
	text-decoration: none;
}
div#breadCrumbs a:hover {
	text-decoration: underline;
}
img#loginBtn {
	float: right;
	margin: 2px 3px;
}
div#contentBreak {
	width: 620px;
	clear: both;
	font-size: 1px;
	border-bottom: 1px solid #ccc;
}
div#content {
	width: 625px;
	float: right;
	text-align: left;
}
div#contentArea {
	margin-left: 18px;
}
div#contentArea a,
div#contentArea a:visited {
	color: #5d7a07;
	font-weight: bold;
	text-decoration: underline;
}
div#contentArea a:visited,
div#contentArea a:hover {
	color:#474b41;
}
div#contentArea a:hover {
	text-decoration: none;
}
div#footer {
	background: url('images/footerbg.jpg');
	width: 838px;
	height: 40px;
	margin-bottom: 20px;
	font-size: 10px;
	font-weight: bold;
}
div#footer a {
	color: #fff;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
div#footer .NIMLastItem {
	border: 0px;
}
div#footer a em {
	font-style: normal;
}
div#copyright {
	width: 120px;
	float: left;
	padding: 12px;
	color: #fff;
}
div#footerLinks {
	width: 640px;
	float: right;
	padding: 12px;
}
ul#footerNav {
	margin: 0px;
	width: 330px;
	float: left;
	padding: 0px;
	text-align: left;
}
ul#footerNav li,
ul#design li {
	display: inline;
	border-right: 1px solid #fff;
	padding: 0px 4px;
}
ul#design {
	width: 268px;
	margin: 0px;
	float: right;
	padding: 0px;
}