body {
	background-color: #508cba;
	font-family: Century Gothic, Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-image: url(images/bg.png);
	background-position: top center;
	background-repeat: repeat-y;
}
.content {
	width: 900px;
	margin: 0 auto;
}
.header {
	height: 130px;
	border-bottom: 5px solid #DDDDDD;
}
.logo {
	width: 800px;
	padding-top: 30px;
	float: right;
	padding-bottom: 25px;
}
.icon {
	width: 100px;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: left;
	float: left;
}
.menu {
	width: 600px;
	float: left;
	font-size: 14px;
	word-spacing: 20px;
}
.menu a{
	color: #000000;
	text-decoration: none;
	padding-bottom: 3px;
}
.menu a:hover{
	color: #508cba;
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom: 1px dotted #508cba;
}
.split {
	color: #CCCCCC;
	font-size: 18px;
}
.clock {
	width: 300px;
	float: right;
	font-size: 14px;
	text-align: right;
}
.homeslide {
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 5px solid #DDDDDD;
}
.homeleftbox {
	margin-top: 10px;
	width: 420px;
	float: left;
	border: 1px solid #999999;
	background-color: #cccccc;
	padding: 10px;
	height: 200px;
}
.homerightbox {
	margin-top: 10px;
	width: 420px;
	float: right;
	border: 1px solid #999999;
	background-color: #cccccc;
	padding: 10px;
	height: 200px;
}
.fullspace {
	margin-top: 10px;
	width: 900px;
	float: right;
	border: 0px solid #999999;
	padding: 0px;
}
.divide {
	width: 900px;
	height: 5px;
	background-color: #DDDDDD;
	margin-top: 10px;
	margin-bottom: 15px;
}
.topabout {
	border: 1px solid #999999;
	margin-bottom: 10px;
	text-align: left;
	margin-right: 10px;
	height: 161px;
}
.about {
	border: 1px solid #999999;
	text-align: left;
	margin-right: 10px;
	height: 161px;
}
.t1 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #555555;
}
.t2 {
	font-size: 14px;
	line-height: 35px;
}
.t2 a{
	color: #555555;
}
.t2 a:hover{
	color: #333333;
	text-decoration: underline;
}
.t3 {
	font-size: 14px;
	line-height: 35px;
	font-weight: bold;
	color: #555555;
}
.name {
	font-size: 16px;
	font-weight: bold;
	color: #555555;
	vertical-align: top;
}
.position {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #555555;
	vertical-align: top;
}
.bio {
	font-size: 13px;
	color: #555555;
	vertical-align: top;
	padding-top: 10px;
	height: 150px;
}
.folio {
	font-size: 13px;
	color: #555555;
	vertical-align: top;
	padding-top: 10px;
}
.bio2 {
	font-size: 13px;
	color: #555555;
	vertical-align: top;
	padding-top: 10px;
	height: 130px;
}
.footend {
	clear: both;
}
.footer {
	border-top: 5px solid #DDDDDD;
	margin-top: 10px;
	font-size: 10px;
	padding-bottom: 20px;
	padding-top: 5px;
	margin-bottom: 20px;
}
.fleft {
	width: 400px;
	float: left;
	text-align: left;
	padding-bottom: 20px;
}
.fright {
	width: 400px;
	float: right;
	text-align: right;
	padding-bottom: 20px;
}
.fright a{
	text-decoration: none;
	color: #000000;
}
.fright a:hover{
	text-decoration: none;
	color: #508cba;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dotted #508cba;
}