div.contact_container{
	margin: 5px;
}
div.contact_sub{
	color: #8d0707;
	border-bottom: solid 2px #a79c6f;
	padding: 3px 0px 3px 0px;
	margin-bottom: 5px;
}
a.contact_link {
	text-decoration: none;
	color: #0066cc;
}
a:hover.contact_link{
	text-decoration:underline;
}
ul{
	list-style: none;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
}
.staff_header{
	background: #ffffff url(../img/title_news.jpg);
	height: 43px;
	width: 216px;
	margin-left: 5px;
}
.staff_header h1{
	font-size: 14pt;
	margin: 0px 5px 10px 10px;
	padding: 0px;
	position: relative;
	top: 15px;
	color: #ffffff;
	text-transform: uppercase;
}

div.staff_left{
	float:left;
	border: solid 0px #000000;
	width: 325px;
	margin-left: 5px;

}
div.staff_right{
	float: right;
	border: solid 0px #000000;
	width: 325px;
	margin-right: 5px;

}
div.staff_container{
	border: 0px solid #000000;
	width: 325px;


}
div.staff_type{
	background-color: #5ba4d7;
	border-bottom: 2px solid #0B567F;
	padding: 5px;
	color: #ffffff;
	font-weight: bold;
}
div.staff_body img{
	float:left;
	border:0px none;
	height:100px;
	width:100px;
	margin: 10px 5px 0px 0px;
}
div.staff_info{
	float:left;
	padding: 10px 0px 10px 5px;
}
div.staff_info div{
	border-left: solid 2px #000000;
	float:left;
	padding-left: 5px;
	width: 197px;
}
div.staff_info span{
	display:block;
	background-color: #FBFAEF;
	padding: 15px 0px 10px 5px;
	border: 1px solid #F0EDD2;
	
}
div.staff_info a{
	color: #0B567F;
	text-decoration: none;
	font-size:8pt;
}
div.staff_info a:hover{
	text-decoration: underline;
	
}
div.staff_na {
	float:left;
	height:75px;
	width:75px;
	margin: 20px 10px 0px 30px;;
	
}