.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	
}
.number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	color: #999999;
	border-bottom-style: none;
}
.headerlarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #666666;
}
/************** .feature styles ***************/

.feature{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	padding: 5px 5px 5px 20px;
	margin: 5px 5px 5px 5px;
	font-weight: normal;
	color: #000000;
}

.feature h3{
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	text-align: left;
	
}

.feature img{
	float: Right;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 20px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

#navBar{
	margin: 0 75% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
	float:right;
	width: 75%;
	margin: 0;
	padding: 10px 10px 5px 10px;
}

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 9px;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}



.linksidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	padding-top: 15px;
}
.header_med {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

