body {
	color: #000;
	background-color: #d8c8b2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}
p {margin-top:0;}
h2 {
	font-size:175%;
	margin-top:0;
	margin-bottom: 10px;
}
.title {
	font-size:120%;
	margin-bottom: 0;
	color: #951e1e;
	background-color: transparent;
}
#wrapper {
	width: 786px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/background.gif) top left repeat-y;
}
#header {
	width: 786px;
	height: 182px;
	background: url(images/header.jpg) top left no-repeat;
}
#title {
	position:absolute;
	top:-1000px;
	}
#midbar {
	width: 770px;
	height: 22px;
	margin-right:auto;
	margin-left:auto;
	color: #fff;
	background-color:#951e1e;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
#midbar div {
	padding: 3px 5px 0 5px;	
}
#midbar a:link, #midbar a:visited {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}
#midbar a:hover {
	color: #FF0;
}
#datebox {
	float:right;
	width:200px;
	margin-top:-2px;
	text-align: right;
	font-size:95%;
	}
#content {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	float:right;
	width: 615px;
}
#center {
	float:left;
	width: 460px;
	margin-bottom:5px;
}
#center div {padding: 0 0 0 1px;}
#right {
	float:right;
	width:150px;
	background: url(images/navbar1.gif) no-repeat;
	background-position: center 15px;	
}
#right div {
	padding:20px 0 0 0;
	}
#google {
	margin:0;
	padding:0;
}
#google div {
	margin:0;
	padding:0;
}
#google form {
	margin:0;
	padding:0;
}
#navbar {
	float:left;
	width: 150px;
	background: url(images/navbar1.gif) no-repeat;
	background-position: center 15px;
}
#navbar div {
	padding:17px 0 0 0;
	}
#navlist {
	margin: 0; padding:0;
	list-style: none;
	font-size: 13px;
	font-weight:bold;
}
#navlist li {
	display:block;	
	padding: 5px 0 5px 5px;
	background:url(images/navbar1.gif) left bottom no-repeat;

}
#navlist a:link, #navlist a:visited {
	display:block;
	color: #fff;
	text-decoration: none;
}
#navlist li:hover {
	background-color:#715b3d;
}
#navlist .active {
	background-color:#715b3d;
}

.subnav {
	margin: 0; padding:0 2px 0 15px;
	list-style: none;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	background-color:#715b3d;
}
#navlist .subnav li {
	display:block;
	background:none;
}
#navlist .subnav li a:hover {
	color:#951e1e;
}

#footer {
	clear:both;
	width: 770px;
	font-size: 75%;
	margin-right:auto;
	margin-left:auto;
	margin-top:3px;
	color: #fff;
	background-color:#951e1e;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;	
}
#footer a:link, #footer a:visited {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}
#footer a:hover {
	color:#ff0;	
}
#footer div {padding: 1px 5px 2px 5px;}
#d3web {
	float: right;	
	text-align: center;
	font-size:90%;
	width: 120px;
}
#footbot {
	width:786px;
	height:6px;
	background:url(images/footbot.gif) top left no-repeat;
}

.smallertxt {
	font-size:90%;	
}
.largertext {
	font-size:90%;
	font-weight:bold;
}
.imgbrdr {
	border: 1px solid #000;
}