body {
	font: normal 16px "Lucida Grande", "Verdana", sans-serif;
	margin: 0px;
}

A:link {text-decoration: none; color: #005a3c;}
A:visited {text-decoration: none; color: #005a3c;}
A:active {text-decoration: none;}
A:hover {text-decoration: underline; color: #1fb463;}

img.logo {border: 0px;}
form {font-size: 24px;}




div.topbar {
	background: #eeeeee;
	position: relative;
	padding:3px;
	height: 60px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	border-bottom-width: 1px;
}

.topbar span.title {
	display: block;
	position: absolute;
	top: 12px;
	left: 10px;
	margin: 0 25px 0 0;
}

.topbar form.filter_search {
	position: absolute;
	left: 250px;
	top: 13px;
	padding: 0;
	margin: 0 25px 0 0;
}

.topbar form.filter_menu {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 400px;
	top: 20px;
}

div.topbar_signin {
	position: absolute;
	left: 540px;
	top: 24px;
	font-weight: 700;
	font-size:12px;
}

table.stats{
	margin-left: 20px;
	border-collapse: collapse;
	border-style: solid;
	border-color: #aaa;
	border-width: 1px;
	margin-bottom: 50px;
}

th.stats{
	font-size: 18;
	height: 40px;
	padding: 4px;
	margin: 4px;
	background-color: #fff;
}

tr.stats{
	border-collapse: collapse;
	vertical-align: bottom;
}

tr.stats:nth-child(odd) {
    background-color: #eeeeee;
}

td.stats{
	height: 30px;
	padding: 2px;
	margin: 2px;
	border: solid 1px #aaa;
}

.warning{
	font-style: italic;
	font-weight: bold;
	font-color: red;
}

.small{
	font-size:9px;
}

.location {
	font-size: 11px;
	font-weight: 700;
}

.otherbio {
	font-size: 12px;
	font-style: italic;
	font-color: #444;
	margin-top: 30px;
	border-left-style:solid;
	border-left-width: 3px;
	border-left-color: #dddddd;
	padding: 5px;
}

.title {
	font-size: 28px;
	color: #336600;
}

div.main{
    float: left;
    display: block;
	padding: 20px;
	widxth: 600px;
	}
	
div.footer{
	float: left;
	display: block;
	margin: 10px;
	width: 90%;
}
	
	
	
div.bossbox {
	float: center;
	width: 200px;
	padding: 5px;
	background: #eeeeee;
	border:1px solid #296976;
	text-align: center;
}

div.orgchart {
	padding: 0px 0px 0px 20px;
	margin: 20px;

	border: 1px solid #296976;
	text-align: left;
}
	
	
image.thumb {
	border:1px solid #296976;
	width: 75px;
}

image.top{
	vertical-align: text-top;
}

#tooltip{
	position:absolute;
	background:#ffa;
	padding:3px;
	color:#666;
	font-size: 10px;
	vertical-align: text-top;
}

div#thumb {
	background: #eeeeee;
	padding: 10px;
	margin: 10px;
	width:100px;
	text-align:center;
	font-size: 12px;
	font-weight: 500;
	float: left;
	height:150px;
}

a#thumb {
		text-decoration: none;
}
