@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
}
body {
	background-image: url(/images/shell/bkg_main.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EFF0F2;
}
#content {
	width:943px;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	text-align:left;
	background-color:#FFF;
}
#top {
	height:12px;
	background-image: url(/images/shell/bkg_top.jpg);
	background-repeat: repeat-x;
	background-color:#fff;
}
#sub {
	text-align:right;
	background-color:#FCFCFC;
}
#nav {
	text-align:left;
	background-color:#FCFCFC;
}
#images {
	text-align:left;
	width:555px;
	height:340px;
	float:left;
}
#images_int {
	text-align:left;
	width:555px;
	height:60px;
	float:left;
}
#splash {
	text-align:left;
	width:368px;
	height:320px;
	float:right;
	background-color:#DCDCDC;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #3A5274;
}
#splash_int {
	text-align:left;
	width:368px;
	height:50px;
	float:right;
	background-color:#DCDCDC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #3A5274;
}
#bio {
	text-align:left;
	width:535px;
	/* height:180px; */
	float:none;
	background-color:#FFF;
	padding:10px;
}
#details {
	float:none;
	height:auto;
}
#details_int {
	padding:10px;
}
#buttons {
	text-align:center;
	width:388px;
	height:250px;
	float:right;
	background-color:#F8F8F8;
}
a {
	color: #3A5274;
}
a:hover {
	color: #666;
}
li {
	padding:2px;
}
.homehead {
	font-size:16px;
	font-weight:bold;
}
.subhead {
	font-size:18px;
	font-weight:bold;
}