@charset "utf-8";
/* CSS Document */

body {
	margin:10px;
	background-color:#f5f5f5;
	text-align:center;
} .oneColFixCtr #container {
	width:960px;
	margin:0 auto;
	text-align:left;
} .oneColFixCtr #content {
	background-color:#fff;
	border-left:1px solid #ebebeb; border-right:1px solid #ebebeb;
	padding:20px;
} .oneColFixCtr #ftr {
	background-color:#dfe2be; /*d9d9d9*/
} .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size:1px;
    line-height:0px;
} .navbar {
	background-color:#dfe2be;
	margin-top:78px; float:right;
	-moz-border-radius-topleft:10px; border-top-left-radius:10px;
	-moz-border-radius-topright:10px; border-top-right-radius:10px;
	border-top:1px solid #ccc; border-right:1px solid #ccc; border-left:1px solid #ccc;
}

table, td, div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
} p {
	margin-top:0px;
	margin-bottom:20px;
} .pghdr {
	font-size:24px; letter-spacing:4px;
	/*font-weight:bold;*/
	text-transform:uppercase;
	/*font-style:italic;*/
	color:#949c50; /*4c5b52*/
	margin-bottom:10px;
} .pgsubhdr {
	font-size:18px; letter-spacing:3px;
	color:#949c50;
	margin:30px 0px 10px 0px;
} .bullet {
	margin-left:30px;
	margin-bottom:10px;
} .bulletLast {
	margin-left:30px;
	margin-bottom:20px;
} .bulletTable {
	padding:0px 20px 10px 0px;
} .bulletBio {
	padding:3px 10px 10px 0px;
} .rowDivider {
	font-size:1px;
	border-top:1px dotted #ccc;
	height:5px
} .rtnav_active {
	width:212px;
	border-bottom:1px solid #949c50;
	padding-bottom:1px;
	margin-bottom:10px;
	font-size:11px;
	font-weight:bold;
	color:#999;
	text-decoration:none;
} .rtnav_inactive {
	width:212px;
	border-bottom:1px solid #4c5b52;
	padding-bottom:1px;
	margin-bottom:10px;
	font-size:11px;
	font-weight:bold;
	color:#4c5b52;
	text-decoration:none;
} .ftr_txt {
	font-size:11px; font-weight:bold;
	color:#4c5b52;
}

a:link, a:visited, .ftr_txt a:link, .ftr_txt a:visited {
	color:#4c5b52; font-weight:bold;
	text-decoration:underline;
} a:hover, a:active, .ftr_txt a:hover, .ftr_txt a:active {
	color:#4c5b52; font-weight:bold;
	text-decoration:none;
}

.rtnav_active a {
	color:#949c50;
	text-decoration:none;
} .rtnav_inactive a {
	color:#4c5b52;
	text-decoration:none;
}

#bio1, #bio2, #bio3, #bio4, #bio5, #bio6 {
	width:618px;
	height:278px;
	padding:20px;
	top:50%;
	left:50%;
	position:absolute;
	z-index:2;
	display:none;
} #bio1, #bio2 {
	margin-top:-100px;
	margin-left:-309px;
} #bio3, #bio4 {
	margin-top:70px;
	margin-left:-309px;
} #bio5, #bio6 {
	margin-top:245px;
	margin-left:-309px;
}

.bio {
	width:370px;
	height:217px;
	margin-top:5px;
	overflow-y:scroll;
}
