body {
	background: #FFFFFF;
	font-family: "Arial", Verdana, serif;
}

#main {
	margin: 0 auto;
	width: 800px;
}

#top { 
	width: 800px; 
	background: #FFFFFF; 
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

.menu {
	width: 159px;
	float: left;
	padding: 0 30px 0 0;
	border-right: #8C8484 1px dotted;
	font-size: 13px;
	text-align: right;
}

.content {
	float: right;
	width: 580px;
	text-align: justify;
	padding: 0 0 0 30px;
	font-size: 12px;
}

#footer {
	text-align: left;
	font-size: 10px;
	margin: 10px auto;
	color: #828282;
	padding-top: 10px;
}

.menu_title {
	font-size: 18px;
	font-weight: bold;
	color: #8c8484;
}

.menu il {
	list-style-type: disc;
}

.menu ul {
	margin: 0;
	padding: 15px 0 0 0;
}

.menu li {
	padding-bottom: 7px;
	list-style-type: none;
}

.content h2 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #00adee;
}

a {
	color: #000000;
	font-weight: none;
	text-decoration: none;
}

a:hover {
	font-weight: none;
	text-decoration: underline;
}

a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.on_page {
	color: #00adee;
}

a.menu_link {
	color: #828282;
	font-weight: bold;
	text-decoration: none;
}
a.menu_link:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:menu_link:active {
	color: #00adee;
	font-weight: bold;
	text-decoration: none;
}

#highlight {
        font-weight: bold;
        color: #00adee;
}
#highlight_o {
        font-weight: bold;
        color: #ee9000;
}

#member {
	position: relative;
	width: 580px;
	float: inherit;
	padding-bottom: 20px;
}

.name {
        font-weight: bold;
        color: #8c8484;
        //color: #ee7000;
	border-bottom: 1px solid #00adee;
	text-align: left;
	margin-bottom: 10px;
}

a.name:hover {
	text-decoration: none;
	color: #00adee;
}

.picture {
	position: relative;
	float: left;
	max-width: 128px;
	padding: 4px 4px 2px 4px;
	border: 1px solid #cccccc;
}

.bio {
	position: relative;
	float: left;
	text-align: left;
	max-width: 435px;
	padding-left: 15px;
}

.logo {
	border: 0px;
}
