/* page layout elements-----------------------*/


#contentpane {
	margin: 25px 25px 25px 25px; 
}
#footer {
	font-size: 9px;
	color: #ffffff;
	text-align: center;
}
.headerlinks {
	font-size: 14px;
	font-weight: bold; 
	text-align: right;
	color: #ff0000;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.headerlinks a {
	color: #ff0000;
	text-decoration: none;
}
.navlinks {
	font-size: 14px;
	text-align: left;
	line-height: 25px;
	color: #000000;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.navlinks a {
	text-decoration: none;
	color: #000000;
}
.navlinks a:hover {
	font-weight: bold;
}


/*text formatting----------------------------------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
h2, .camptitles {
	font-size: 14px;
	font-weight: bold;
}
.camptitles a {
	color: #000000;
}
.camptitles a:hover {
	color: #ff0000; 
}
.archiveslist, .archiveslist a {
	text-decoration: none;
	line-height: 18px;
}
.smalltext {
	font-size: 9px;
}	
/*images----------------------------------*/
.newsimg {
	float: right;
	margin: 0px 0px 10px 10px;
}
.proshoptable {
	background-color: #ddc;
}
.proshoptable td {
	background: #eee;
	padding: 8px 8px 8px 8px;
/*	border: 1px thin #000000; */
	vertical-align: top;
}
.bioimage {
	float: left;
	margin: 0px 15px 0px 10px;
}