body {
	margin: 0px;
	background-color: #B1A390;
	background-image: url("images/bg.jpg");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#container {
	width: 780px;
	margin: auto;
	text-align: left;
	background-image: url("/assets/images/links_bg_slice.gif");
	background-repeat: repeat-y;
	background-position: top left;
}
#top {
	margin: 0px;
	
	height: 121px;
	overflow: hidden;
}
#mid {
	margin: 0px;
	clear: both;
}
.clear {
	clear: both;
	overflow: hidden;
	height: 0px;
}
.resource {
	float: right;
	width: 200px;
	border: 1px solid #8B4545;
	background-color: #B1A390;
	padding: 3px;
	margin: 0px 0px 10px 10px;
}
.resource a, .resource a:link, .resource a:visited {
	display: block;
	text-decoration: none;
	padding: 3px;
}
.resource a:hover, .resource a:active {
	background: #FFFFFF;
}
.resource h4 {
	margin: 0px; 
	padding: 3px;
	background: #8B4545;
	color: #FFFFFF;
	font-size: 14px;
}
#mainnav {
	height: 97px;
	width: 603px;
	margin: 0px 0px 0px 0px;
	background: none;
	float: right;
}
#content {
	margin: 0px 0px 0px 0px;
	width: 603px;
	background: #fff url(/assets/images/content_bg2.gif) repeat-y right;
	float: right;
	min-height: 200px;
}
* html * #content {
	height: 200px;
}
#footer {
	margin: 0px;
	height: 113px;
	clear: both;
	background: url("/assets/images/bottom2.jpg") no-repeat;
	color: #666666;
}
div.address {
	float: right;
	text-align: center;
	padding-right: 30px;
	width: 550px;
}
.contentTxt {
	margin: 10px 45px 10px;
}

a, a:link, a:visited {
	color: #862115;
	text-decoration: underline;
	font-weight: bold;
}

a:hover, a:active {
	color: #333333;
	text-decoration: none;
}
.bg_links {
	background: url("/assets/images/links_bg_slice.gif") repeat-y bottom;
	padding: 0px;
}
.leftLinks {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 10px;
	background: url("/assets/images/links_bg.gif") no-repeat left top;
	margin: 0px;
	padding: 47px 0px;
	width: 177px;
	float: left;
}
.leftLinks ul {
	list-style: none;
}
.leftLinks li {
	padding-bottom: 10px;
}
.leftLinks a, .leftLinks a:link, .leftLinks a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	background: inherit;
}
.leftLinks a:hover, .leftLinks a:active {
	color: #d4d4d4;
}

p.linksofinterest {
	margin: 5px;
	text-align: center;
}
p.linksofinterest img {
	border: 0px;
	margin: 5px;
	clear: left;
	vertical-align: middle;
}
ul.staffList li {
	margin-bottom: 5px;
}
.staff {
	border: 2px solid #862115; 
	margin: 5px 0px 5px;
	padding: 2px 5px; 
	background: #CBB596; 
	width: 250px; 
	text-align: center;
}
div.notice {
	border: 1px solid #862115;
	background: #CBB596;
	padding: 8px;
	font-weight: bold;
}