body {
  background: #E7E7D4 url('../graphics/bg.jpg') repeat-x;
  margin:0 auto;
  padding:0px;
  font: normal 12px arial;
  color: #1D3305;
}
:focus {outline: 0;}
img {
  border: 0px;
}
ul {
	line-height: 20px;
 	margin-left: 15px;
	padding-left: 0px;
}
a:link, a:visited {
  color: #f60;
  text-decoration: underline;
}
a:hover {
  color: #f60;
  text-decoration: none;
}
.refLinks a:link, .refLinks a:visited {
  color: #f5ed12;
  text-decoration: underline;
}
.refLinks a:hover {
  color: #f5ed12;
  text-decoration: none;
}
.new {
	font:bold 14px arial;
	color: #f30;
}
.update {
	font:bold 14px arial;
	color:#dfdfdf;
}
/*---------------Original link styling
a:link, a:visited {
  color: #603;
  text-decoration: underline;
}
a:hover {
  color: #603;
  text-decoration: none;
}
*/
#pagebox {
  margin:0px auto;
  width: 800px;
}
#masthead {
	width: 800px;
	height: 203px;
	background: url('../graphics/masthead.gif') no-repeat;
}
#top_nav {
	font: normal 11px arial;
	color: #fff;
	padding: 8px 0 0 258px;
}
#top_nav a:link, #top_nav a:visited {
  color: #fff;
  text-decoration: none;
}
#top_nav a:hover {
  color: #fff;
  text-decoration: underline;
}
/*-------------------------------------------------Main Navigation-------------------------------------------------*/
#nav {
	width: 770px;
	height: 45px;
	padding-left: 30px;
	background: url('../graphics/nav_bg.gif') repeat-x;
}
.nav a:link, .nav a:visited {
	display: block;
	float: left;
  padding: 0px 18px;
  height: 45px;
  color: #B3C075;
  text-decoration: none;
  font:normal 12px/30px arial;
	background: url('../graphics/nav_div.gif') no-repeat top right;
}
.nav a:hover {
	display: block;
	float: left;
  padding: 0px 18px;
  height: 45px;
  color: #B3C075;
  text-decoration: underline;
	background: url('../graphics/nav_div.gif') no-repeat top right;
  font:normal 12px/30px arial;
}
#end_nav a:link, #end_nav a:visited {
	display: block;
	float: left;
  padding: 0px 18px;
  height: 45px;
  color: #B3C075;
  text-decoration: none;
  font:normal 12px/30px arial;
}
#end_nav a:hover {
	display: block;
	float: left;
  padding: 0px 18px;
  height: 45px;
  color: #B3C075;
  text-decoration: underline;
  font:normal 12px/30px arial;
}
#main_content {
	width: 798px;
	background: #E3EACB url('../graphics/main_bg.jpg') repeat-x;
	border-left: 1px solid #181914;
	border-right: 1px solid #181914;
}
#swirl {
	float: left;
	height: 203px;
	width: 151px;
	position: relative;
	top: 0px;
	left: 0px;
}
#content {
	float:left;
	width: 280px;
	margin-right: 20px;
}
#content_hdr {
	padding-top: 34px;
	font: bold 16px arial;
	color: #fff;
	letter-spacing: 4px;
	margin-bottom: 10px;
}
.sub_hdr {
	font: bold 12px arial;
	color: #161616;
	letter-spacing: 2px;
	margin-bottom: 5px;
}
#content_details {
	font: normal 12px arial;
	color: #1D3305;
	text-align:justify;
	margin-bottom: 10px;
}
#divider {
	float: left;
	height: 240px;
	width: 16px;
	position: relative;
	top: 0px;
	margin-right: 30px;
}
#divider_vid {
	float: left;
	height: 240px;
	width: 16px;
	position: relative;
	top: 0px;
}
#pic {
	float: left;
	padding-top: 64px;
}
#pic_hdr {
	margin: 5px 0 0 20px;;
	font: bold 12px arial;
	text-align: center;
}
.bio_pic {
	float: left;
	margin-right: 4px;
}
.bio_pic2 {
	float: right;
	margin-left: 4px;
}
#quote {

}
#footer {
	width: 798px;
	height: 77px;
	background: url('../graphics/footer.jpg') no-repeat;
	border-left: 1px solid #181914;
	border-right: 1px solid #181914;
}
#copyright {
	font: normal 11px arial;
	padding: 55px 0 0 400px;
	color: #fff;
}
#design_development {
	float: right;
	font: normal 11px arial;
	color:#003300;
	margin-bottom:10px;
}
#design_development a:link, #design_development a:visited {
	font: normal 11px arial;
	color:#003300;
	text-decoration:underline;
}
#design_development a:hover {
	font: normal 11px arial;
	color:#003300;
	text-decoration:none;
}
#dhtmltooltip{
	position: absolute;
	font: normal 12px arial;
	width: 300px;
	border: 1px solid #333;
	padding: 10px;
	background-color: #fffee2;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}