/* Fix IE6 hover/clickable */
	html #nav li a {
	width: 100%;
} 
/* Normalize margin, padding */
body, div, dl, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
/* Normalize font-size headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/* Remove list-style from list */
ol, ul {
	list-style: none;
}
/* Normalize font-style and font-weigth */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weigth: normal;
}
/* Remove list-style from lists */
table {
	border-collapse: colapse;
	border-spacing: 0;
}
/* Removes border from fieldset and img */
fieldset, img {
	border-width: 0;
}
/* Left-aligns text in caption and th */
caption, th {
	text-align: left;
}
/* Removes quotation marks from q */
q:before, q:after {
	content: '';
}

/** Page Layout **/
html {
	text-align: center;
	background-image: url('klimesh-bg.jpg');
	background-repeat: repeat-x;
	background-color: #A8A8A8;
}

body {
	width: 950px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#topbar {
	position: absolute;
	left: 190px;
	top: 0px;
	width: 185px;
	height: 24px;
	background-color: #3300CC;
	color: #660066;
	font-family: arial;
	font-size: 16px;
	padding: 20px 0px;
	border-color: #FFCC99;
	border-width: 2px 0px;
	border-style: solid;
}

#topbar a:link, #topbar a:visited {
	text-decoration: none;
	color: #FF0000;
}

#topbar a:hover {
	text-decoration: none;
	color: #000000;
}

#leftbar {
	position: absolute;
	left: 0px;
	top: 87px;
	width: 190px;
	background-color: #3300CC;
	min-height: 600px;
	text-align: center;
	font-family: helvetica;
	font-size: 13px;
	line-height: 85%;
}

#leftcontents {
	margin: 20px 20px 0px 20px;
	padding: 10px 10px 10px 10px;
	background-color: #FFCC99;
}

#leftcontents a:link, #leftcontents a:visited {
	text-decoration: none;
	color: #000000;
}

#leftcontents a:hover {
	text-decoration: none;
	color: #660066;
}

#main { 
	position: relative;
	left: 220px;
	top: 101px;
	width: 730px;
	min-height: 915px;
}

#pagetitle {
	width: 100%
	text-align: center;
	height: 36px;
	font-family: trebuchet ms;
	background-color: #660066;
	color: #FFCC99;
	font-size: 28px;
	padding: 20px;
	font-weight: bold;
}

#subtitlewrapper {
	margin: 33px 0px 13px 15px;
	text-align: left;
}

#subtitle {
	display: inline;
	padding: 2px 22px;
	background-color: #FFCC99;
	color: #000000;
	font-family: tahoma;
	font-weight: bold;
	border-color: #3300CC;
	border-style: solid;
	border-width: 8px 20px;
	letter-spacing: 2px;
}

#subtitle a:link, #subtitle a:visited {
	color: #000000;
}

#subtitle a:hover {
	color: #ff0000;
	text-decoration: none;
}

#contents {
	width: 550px;
	margin: 0px 65px;
	padding: 37px;
	background-color: #FFCC99;
	font-family: tahoma;
	font-size: 16px;          /* 120%; */
	border: #660066 3px solid;
}

#contents blockquote {
	background-color: #FFFFFF;
	margin: 10px;
	padding: 12px 20px;
	font-size: 90%;
}

#contents ul, #contents li {
	list-style-type: disc;
	line-height: 150%;
	list-style-position: inside;
}

#dnatable {
	font-family: Courier New;
	text-align: center;
	padding: 10px;
}

#dnatable td {
	font-family: Courier New;
	border: 3px inset #660066;
	text-align: center;
	padding: 10px;
}

#base {
	font-weight: bold;
	font-size: 125%;
}
	
#bottombar {
	width: 100%;
	height: 27px;
	margin-top: 65px; 
	background-color: #000000;
	border-style: solid;
	border-width: 2px 0px 2px 0px;
	border-color: #FF0000;
	text-align: center;
	color: #FFCC99;
	font-family: verdana;
	font-size: 13px;
	padding: 12px 10px 35px 10px;
}

#bottombar a:link {
	color: #3300CC;
	text-decoration: none;
}

#bottombar a:hover {
	color: #660066;
	text-decoration: none;
}

#contact {
	display: inline;
}

#contact a:link { 
	color: #FFCC99;
	text-decoration: underline;
}

#contact a:hover{ 
	color: #660066;
	text-decoration: underline;
}

#bottombar img {
	height: 20px;
	vertical-align: middle;
}

/* UB Reference Database Page*/

#ubb {
	background-color: #FFFFFF;
	border: 1px solid black;
	margin: 1px 10px 1px 10px;
	padding: 7px;
	/* font-family: "courier new"; */
	/* font-size: 125%; */
	font-style: italic;
	font-weight: bold;
}

.author {
	font-size: 90%;
	font-style: normal;
}

.year {
	font-size: 86%;
	font-style: normal;
	font-weight: normal;
}

.publisher {
	font-size: 80%;
	font-weight: normal;
	font-style: normal;
}

.category {
	font-size: 65%;
}

#pdf {
	display: inline;
	color: rgb(0, 102, 0);
	font-family: Comic Sans MS;
	font-size: 75%;
}

#pdf a:link, #pdf a:visited {
	color: rgb(0, 102, 0);
}

#pdf a:hover {
	color: #660066;
}

