/*Global*/

a {
	text-decoration: none;
	color: blue;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

.smalltext {
	font-size: 10px;
	text-align: center;
}

/*Main Template*/

.mainbody {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 13px;
	color: #666666;
	background-color: #ffffff;*/
}

/*Frame Template*/

.frame_leftfeature{
}

.frame_leftfeature_table{
}


.frame_leftfeature_row1{
}


.frame_leftfeature_row2{
}


.frame_leftfeature_row3{
}


.frame_rightfeature{
}


.frame_rightfeature_table{
}


.frame_rightfeature_row1{
}


.frame_rightfeature_row2{
}


.frame_rightfeature_row3{
}


.pagetitle {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: bold;
	color:#666666;
}

.featuretitle {
	font-size: 16px;
	text-transform: capitalize;
	font-style: normal;
	font-weight: bold;
}

.featureitemtitle {
	font-size: 14px;
	font-style: italic;
	text-align: left;
	font-weight: bold;
}

.featureitemtext {
	font-size: 14px;
	font-style: normal;
	text-align: left;
	font-weight: normal;
}

.breadcrumbs {
	font-size: 12px;
	text-align: left;
	color: #999999;
	line-height: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.subtitle {
	font-size: 14px;
	text-transform: capitalize;
	font-weight: bolder;
	text-align: left;
	vertical-align: text-bottom;
}

.pageintro {
	font-style: normal;
	text-align: left;
}

.content {
	font-size: 13px;
	font-weight: normal;
}

.pageclosing {
	font-size: 13px;
	font-style: normal;
}

.backlink {
	font-size: 12px;
	text-align: left;
	font-style: italic;
}

.nextlink {
	font-size: 12px;
	text-align: right;
	font-style: italic;
}

.bottomlinks {
	font-size:11px;
}

/*Csection Template*/

.csection_photo_column{
	vertical-align:top;
}

.csection_photo_column img{
	border:2px solid #808080;
}

.link {
	font-size: 12px;
}

.csectiontitle {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.csectiontext {
	font-size: 13px;
	font-weight: normal;
}

/*Biocover Template*/

.rowtitle {
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}

.globaltable {
	border: none #999999;
}

.biocoverphoto {
	font-size: 12px;
	font-style: normal;
	text-align: center;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.biocoverlabel {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 5px;
}

.biocovertitle {
	font-size: 11px;
	text-align: center;
	margin-bottom: 5px;
	padding-top: 5px;
}

/*Bio Template*/

.biolabel {
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 5px;
}

.bioinfo {
	font-size: 12px;
	margin-bottom: 5px;
	padding-top: 5px;
}

.biosectiontitle {
	font-weight: bold;
	vertical-align: text-bottom;
	padding-top: 10px;
}

.biosectioninfo {
	margin-bottom: 5px;
	padding-top: 5px;
}

/*Popup Template*/

.popuplink {
	background-color: #999999;
	padding: 10px;
	text-align: right;
}


.sitemap_level1 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-top: 15px;
	line-height: 25px;
	display: list-item;
}
.sitemap_level2 {
	font-weight: normal;
	text-align: left;
	list-style-type: none;
}
.copyright {
	font-size:10px;
	padding-top: 8px;
}

