body {
	font-family:verdana, sans-serif;
	background-color:#FFF;
	font-size:10pt;
	padding:0px;
	margin:0px;
	margin-bottom:15px;
}

#top {
	background-color:#92A8BD;
	height:60px;
	padding-left:15px;
	padding-top:15px;
	margin-bottom:15px;
}
.title {
	font-weight:bold;
	font-size:20pt;
	color: white;
}
#tag {
	font-size:11px;
	height:15px;
	background-color:white;
}

#nav {
	position: absolute;
	width: 178px;
	padding:0px 0px 15px 0px;
	margin:0px;
	background-color:#036;
	left:15px;
	top:90px;
	color: white;
	border-bottom: 15px solid white;
}

#nav ul {
	list-style-type: none;
	padding:15px 0px 15px 0px;
	margin:0px;
	left:20px;
	top:70px;
	color: white;
}

#nav li {
	display:block;
	border-top: 1px solid white;
	font-weight:bold;
}
#nav li.selected {
	background-color: #603;
}
#nav li a {
	display: block; 
	padding: 6px 3px 6px 20px;
	margin:0;
	text-decoration: none;
	height:18px;
	font-size:11pt;
	font-weight:bold;
	color: white;
}

#nav a {
	text-decoration: none;
	height:15px;
	color: white;
	font-weight: normal;
}

#nav a:hover {
	text-decoration:underline;
}


#nav li:first-child {
	border-top: 1px solid white;
}

#nav li a:hover {
	color: white;
	background-color: #92A8BD;
	text-decoration:none;
}

#nav p {
	display: block; 
	padding: 6px 15px 6px 20px;
}

#main {
	background-color:#E8E8E8;
	padding:15px;
	margin-left:208px;
	margin-right:15px;
	border: 1px solid #99C;
	min-height:400px;
}

.small {
	font-size:11px;
}

.smaller {
	font-size:10px;
}

.h3 {
	font-size:14pt;
	font-weight:bold;
	margin-top:5px;
}

#imgblock {
	float:left;
	margin-right:15px;
	margin-top:5px;
	margin-bottom:15px;
}

#face {
	float:left;
	margin-right:15px;
	margin-bottom: 5px;
}

.h4 {
	background-color:#FFF;
	font-weight:bold;
	font-size:11pt;
	background-image: url('images/h4bg.png');
	background-repeat:no-repeat;
	background-position: center left;
	color:white;
	padding-left:10px;
	clear: both;
}

.h5 {
	text-align:center;
	font-weight:bold;
	border-top:1px solid #BBB;
	margin-left:100px;
	margin-right:100px;
	padding-top:10px;
}
a {
	color:#036;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

pre {font-size:11px}

td.research {
	text-align: center;
	font-size: 9pt;
}
a.research {
	font-weight:normal;
}
a.research:hover {
	text-decoration: none;
	font-weight:bold;
}

.update {
	float:right;
	color: #AAA;
	font-size: 10px;
	padding-top: 7px;
	padding-right: 24px;
}

.left {
	float: left;
}

.right {
	float: right;
}

img.border {
	border: 1px solid #99C;
	padding: 3px;
}
.message {
	color: red;
}