﻿@charset "UTF-8";
/* CSS Document */

html{
	font-size: 100%;
}
body{
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #8d9289;
	margin: 0px;
	font-size: 62.5%;
	color: #000;
}
#ud-main-container {
	background-image: url(images/biosum-main-page.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	width: 990px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#ud-header {
	background-image: url(images/biosum_header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	width: 990px;
}
#body-container {
	width: 990px;
}
#ud-footer {
	background-image: url(images/biosum_footer.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	height: 70px;
	width: 990px;
}
#ud-left-panel {
	display: inline;
	float: left;
	width: 158px;
	margin-left: 50px;
	margin-top: 10px;
}
#ud-left-panel h3{
	font-size: 1.6em;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration:none;
	margin-bottom: 5px;
	margin-left:20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}
#ud-left-panel h4 {
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
	color: #666;
	text-decoration:none;
	margin-bottom: 5px;
	margin-left:20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	text-indent: 8px;
	margin-top: 0px;
}
#ud-left-panel ol {
	font-size: 1.2em;
	margin: 0px;
	margin-left:20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	list-style-position: outside;
	list-style-type: disc;
	}
#ud-left-panel a:link{
	color:#069;
}
#ud-left-panel a:visited{
	color:#069;
}
#ud-left-panel a:hover{
	color:#000;
}


#body-content {
	display: inline;
	float: left;
	margin-top: 5px;
	width: 650px;
	margin-left: 40px;
}
#body-content ul {
	font-size: 1.5em;
	line-height: 125%;
	margin-top: 0px;
	color: #000;
	display: inline;
	float: left;
	width: 630px;
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: disc;
}

#body-content ol {
	font-size: 1.5em;
	line-height: 125%;
	margin-top: 0px;
	color: #000;
	display: inline;
	float: left;
	width: 650px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 0px;
}

h1 {
	font-size: 2.3em;
	font-weight: normal;
	color: #960;
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #069;
}
h2 {
	font-size: 1.8em;
	font-style:normal;
	font-weight: italic;
	color: #666;
	margin-top: 0px;
	padding-bottom: 0px;
}
h3 {
	font-size: 1.7em;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	margin-top: 0px;
	padding-bottom: 0px;
	
}
a:link {
	color:#069;
}
a:visited {
	color:#069;
}
a:hover {
	color: #000;
}
p {
	font-size: 1.5em;
	line-height: 125%;
	color: #000;
	margin-top: 5px;
	text-align: center;
	margin-bottom: 0px;
}
#sidenote-summary {
	background-color: #0c0;
	display: inline;
	clear: both;
	float: left;
	width: 150px;
	margin-left: 530px;
	position: absolute;
}
#breadcrumb-trail {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #666;
	display: inline;
	float: right;
	margin-top: 65px;
	margin-right: 60px;
}
breadcrumb-trail a:link {
	color: #666;
}
breadcrumb-trail a:visited {
	color: #666;
}

breadcrumb-trail a:hover {
	color: #999;
}

.credits {
	font-size: 1.4em;
	font-style: italic;
	color: #666666;
	text-align: right;
	display: inline;
	float: right;
	margin-top: 32px;
	margin-right: 60px;
}
.credits a {
	color: #666666;
	text-decoration: none;
}
#ud-main-container #body-container #body-content p {
	text-align: left;
}

#images{
    text-align:center;
    margin:10px auto; 
}
#images a{
    margin:0px 0px;
    display:inline-block;
    text-decoration:none;
    color:black;
 }
#ud-main-container #body-container #body-content table tr th {
	font-size: 9px;
}
#ud-main-container #body-container #body-content table {
	font-family: "Courier New", Courier, monospace;
}
.legacy-content {
    vertical-align: top;
    font-family: Georgia, Times New Roman;
    font-size: 14px;
    text-align: left;
    padding: 5px;
}
