/*
 Site Styles
*/

body, html {
	font-size: 12px;
	font-family: arial;
	line-height: 17px;
	color: #3f3f3f;
}

body {
	background-color: #7dadd5;
}

a {
	color: #666;
}

a:hover {

}

div.centrify {
	width: 908px;
	margin: 0 auto 0 auto;
}

h1 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #71bc47;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #336699;
	margin: 5px;
	margin-left: 0;
}

h3 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.navigation {
	float: right;
}

.navigation td {
	padding: 4px 10px;
	color: #4a4a91;
	font-weight: bold;
	background: transparent url(../images/bg_nav.gif) top right no-repeat;
}

.navigation td.selected {
	color: #000066;
}
.navigation td:last-child {
	background: none;
}

.subnav_container {
	width: 100%;
	height: 20px;
	padding-top: 3px;
	padding-left: 10px;
}

.subnav_container a {
	color: #856931;
	display: inline;
	padding: 2px;
	text-decoration: none;
	padding-right: 12px;
	border-right: 1px solid #b7944c;
	margin-right: 6px;
}

.subnav_container a:last-child {
	border-right: 0;
}

.subnav_container a:hover {
	text-decoration: underline;
}

.home_icon {
	float: left;
	width: auto;
	text-align: center;
	padding: 5px;
}

div.number {
	height: 30px;
	width: 20px;
	float: left;
	padding: 2px 13px;
	font-size: 10px;
	font-weight: bold;
}

div.testament {
	background: transparent url(../images/icon_cloud.png) top left no-repeat;
	padding-right: 10px;
	text-align: left;
	width: 370px;
	margin-right:20px;
	margin-bottom: 20px;
	float: left;
}

div.testament_content {
	padding-left: 44px;
}

#biography_content strong {
	color: #71bc47;
}