/* biography.php */

a {
	color : #6D3F3F;
	text-decoration : none;
}

a:hover {
	color : #412626;
	text-decoration : underline;
}
			
.style1 {
	color: #E8BF65;
}

#header {
	background : #8C9EAD url('/images/bio/t.jpg') repeat-x;
}

.bio {
	background : #8C9EAD url('/images/backgrounds/bg_bio.jpg') top left repeat-x;
	color : #232924;
}

.bioLine {
	border-top : 1px solid #8C9EAD;
}

.bioHeader a {
	color : #0E597B;
	text-decoration : none;
}

.bioHeader a:hover {
	color : #0B425B;
	text-decoration: none;
}

.bioSection a {
	color : #1277A5;
	text-decoration : none;
}

.bioSection a:hover {
	color : #404D59;
	text-decoration: none;
}

.bioRight {
	background-image : url('/images/backgrounds/right_bio.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	width : 200px;
}

.bioSubItem {
	color : #1277A5;
}

.bioNavigation {
	color : #9AE0F4;
	text-decoration : none;
}

.bioNavigation:hover, .bioNavigation:hover span {
	color : #DDE8F0;
}

ul.navigation li a span.bioItem {
	z-index: 999;
}

ul.navigation li a span.bioItem:hover {
	padding : 7px;
	background-color : #5E7185;
	text-decoration : none;
}

.bioSubItem a {
	color : #1277A5;
	text-decoration : none;
}

.bioSubItem a:hover {
	color : #232924;
	text-decoration : underline;
}

.bioBack {
	color : #B3CBDE;
	margin-top : 10px;
}

.bioBack:hover {
	color : #0E597B;
}

#leftc b {
	color: #0E597B;
}