html {
	background-color: #EEEEEE;
	height: 100%;
}
body {
	width: 800px;
	margin: 0 auto;
	font:76% Verdana,Tahoma,Arial,sans-serif;
	color: #303030;
	background-color: white;
	text-align: center;
	padding: 3px;
	margin-top: 30px;
	box-shadow: 5px 5px 5px #CCCCCC;
	min-height: 100%;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
.wrapper {
	min-height: 100%;
}
.main {
	overflow:auto;
	padding-bottom: 4em;
}
a:link, a:visited {
	color: #2A5A8A;
	
}
header {
	float: right;
}
header #bg {
	width: 800px;
	height: 190px;
}
header #contact {
	width: 260px;
	height: 180px;
	background-color: rgba(255,255,255,0.8);
	float: right;
	padding-top: 10px;
	padding-left: 7px;
	border-left: 3px solid white;
	text-align: left;
	font-size: 12px;
}
img.icon {
	width: 15px;
	margin-right: 10px;
}
header h3 {
	font-size: 30px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}
nav {
	width: 800px;
	float: left;
	height: 30px;
}
a.nav_url {
	color: black;
	font-weight: normal;
}
div.nav_item {
	float: left;
	background-color: rgba(255,255,255,0.8);
	border: 3px solid white;
	border-left: 0px;
	padding-bottom: 2px;
	line-height: 25px;
	font-variant: small-caps;
	font-size: 16px;
}
div.nav_item:hover {
	background-color: rgba(42,90,138,0.8);
	text-decoration: none;
	cursor: pointer;
	color: white;
}
div.cur_item {
	background-color: rgba(42,90,138,0.8);
	color: white;
}
div.cur_item:hover {
	cursor: default;
}
div.filler {
	float: left;
	background-color: rgba(255,255,255,0.8);
	border: 3px solid white;
	border-left: 3px;
	border-right: 0px;
	width: 267px;
	height: 25px;
}
a.nav_url:hover {
	text-decoration: underline;
}
div#main_text {
	text-align: left;
	margin: 15px;
	margin-right: 0px;
	float: left;
	line-height:1.4em;
}
div.main_with_sidebar {
	float: left;
	display: block;
	width: 502px;
	padding-right: 10px;
}
div.sidebar {
	float: right;
	display: block;
	width: 250px;
	padding-left: 5px;
}
table.result {
	font-size: 12px;
  font-family: "Verdana", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}
td.sheader {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 20px;
	height: 30px;
	vertical-align: top;
}
tr.bibline {
	padding-bottom: 10px;
}
td.bibref {
	vertical-align: top;
	width: 30px;
}
td.bibitem {
	padding-bottom: 10px;
}
span.bibbooktitle {
	font-style: italic;
}
div.footer {
	position: relative;
	display: block;
	margin-top: -4em; /* negative value of footer height */
	height: 4em;
	clear: both;
	color: #AAAAAA;
}