body {
	font-family:verdana, sans-serif;
	background-color:#FFF;
	font-size:10pt;
	padding:0px;
	margin:0px;
	margin-bottom:15px;
}

#top {
	background-color:#92A8BD;
	padding: 15px 0px 15px 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-bottom: 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: repeat-y;
	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;
}

.icon {
	display: inline-block;
	margin: 0px 0px 5px 5px;
}

.icon > img {
	border: none;
	display: block;
}

.tooltip[title] {
	border-bottom: 1px dotted black;
}

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

.news_item {
	/*Default values before using CSS:
	margin: 13px 0 42px;*/
	margin: 1.2em 15px 2.8em;
}

.news_item:first-line {
	font-weight: bold;
}

.news_pages {
	background-color: #036;
	color: white;
	font-size: 12pt;
	font-weight:bold;
	line-height: 22px;
	margin: 0 0 5px;
	text-align: center;
}
.news_pages > * {
	padding: 1px 2px;
	margin: 0 5px;
}
.news_pages > .space {
	/* Change font to one that has a zero-width space
	   to keep IE6 from displaying a square. */
	font-family: Arial Unicode MS;
	margin: 0;
	padding: 0;
}
.news_pages > .selected_page {
	border: 1px solid white;
	padding: 0 1px;
}
.news_pages > a {
	color: white;
	text-decoration: none;
}
.news_pages > a:hover {
	background-color: #92A8BD;
	text-decoration: none;
}


#pub_form > table{
	border: none;
	border-spacing: 0px;
	min-width: 000px;
}
#pub_form > table td {
	padding: 3px;
}
#pub_form select {
	text-align: center;
	font-weight: bold;
	width: 150px;
}
#pub_form option {
	text-align: left;
	font-weight: normal;
}
#pub_form tr.separator {
	text-align: center;
	font-weight: bold;
}