@charset "UTF-8";
/* CSS Document */

#container {
	width: 950px;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
}

#top {
	width: 950px;
	float: left;
	text-align: left;
}

#header {
	width: 200px;
	float: left;
	text-align: left;
}

#nav {
	width: 750px;
	float: left;
	text-align: right;
	padding-top: 50px;
}

#body {
	width: 950px;
	float: left;
	text-align: center;
	padding-bottom: 15px;
}

#description {
	width: 950px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#extra {
	width: 950px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	text-decoration: none;
}

.extra a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#footer {
	width: 950px;
	height: 10px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: right;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #990000;
	text-decoration: none;
}

#botspacer {
	width: 950px;
	height: 10px;
}

.bio_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.email_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

.email_h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000033;
}

.email_h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

.email_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}