body
{
	margin: 0;
	padding: 0;
	font-family: Arial;
	color: #808000;
}

#container
{
	width: 860px;
	height: 100%;
}

.header
{
	top: 0;
	margin-left: 226px;
	text-align:left;
	height: 119px;
	width: 680px;
	/*border: #000 1px solid;*/
	background-image:url(../imgs/dw_logo.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.sidebar
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 224px;
	height: 100%;
	/*border: #000 1px solid;*/
	border-top: #808000 40px solid;
	background-color: #CCC8BE;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	z-index:1;
}

.content
{
	border-left: #CCC8BE 224px solid;
	z-index: -1;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 680px;
	padding-right: 184px;
	padding-top: 60px;
	padding-left: 20px;
	/*border: #000 1px solid;*/
}

a
{
	color: #808000;
}

.footer
{
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer span
{
	font-size: 12px;

}
.footer span a
{
	color: #808000;
	text-decoration: none;
}

.footer span a:hover
{
	text-decoration: underline;
}

.thumbnail
{
	width: 224px;
	height: 148px;
}
.list
{
	float: left;
}

.sidebar ul
{
	margin-left: -15px;
	list-style-type: none;
	text-align: left;
}

.sidebar ul li a
{
	background: transparent url(../imgs/button_off.jpg) left center no-repeat;
	padding-left: 15px;
	font-family: Arial;
	color: #808000;
	text-align: left;
	text-decoration: none;
}

.sidebar ul li a:hover
{
	background: transparent url(../imgs/button_on.jpg) left center no-repeat;
}

.sidebar ul li a.current
{
	background: transparent url(../imgs/button_on.jpg) left center no-repeat;
}

hr 
{
	height: 3px;
	background-color: #505512;
}

.left-small-hr
{
	width: 60%; 
	position: absolute;
	left: 0;
	margin-left: 20px;
	margin-bottom: 5px;
}

.content h1
{
	padding-top: 25px;
	margin-bottom: 0px;
}

.sidebarh4
{
	margin-top: 10px;
	margin-bottom: -10px;
}
.contenth4
{
	padding-top: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content p, ul
{
	color: #554726;
	font-size: 16px;
}

.content ul
{
	list-style: circle;
}

.imgcont
{
	width: 184px;
	height: inherit;
	float: right;
	padding-left:10px;
	background-color: #fff;
}

.caption
{
	font-size: 10px;
}

.contact p
{
	font-size: 12px;
}

.content-list li
{
	margin-bottom: 5px;
}

.staff_box
{
	height: 150px; 
	padding-top: 1px;
}

.staff_box img
{
	float: right;
	padding-top: 10px;
}

img 
{
	border: none;
}

#relatedlinks h4
{
	font-weight: bolder;

}

#relatedlinks h4 a
{
	text-decoration: none;
}
#relatedlinks h5
{
	font-weight: normal;
}