* {
	padding: 0;
	margin: 0;
}
body {
	padding: 25;
	margin: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
}
a:link {
	color: #339;
	text-decoration: underline;
}
a:visited {
	color: #339;
	text-decoration: underline;
}
a:hover {
	color: #339;
	text-decoration: underline;
}
a:active {
	color: #339;
	text-decoration: underline;
}
#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	text-align: left;	
}
#header {
	height: 104px;
	background: url(images/kalvin_header.gif) no-repeat;
	text-indent: -5000px;
	top: 0px;
}
#container {
	width: 800px;
	left: 70px;
	top: 0px;
	float: right;
	background: url(images/container_bkgd.jpg) repeat-y;
	height: 500px;
}
#container_text {
	width: 800px;
	left: 70px;
	top: 0px;
	float: right;
	background: url(images/container_bkgd_text.jpg) repeat-y;
	height: 500px;
}
#content {
	float: left;
	width: 650px;
	padding-top: 25px;
	padding-left: 25px;
}
#leftnav {
	float: left;
	width: 105px;
	padding: 0px;
	padding-top: 25px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#content p {
	font-family: Georgia, "Times New Roman", Times, serif;
}
p.mediumblue {
	font-size: 18px;
	line-height: 1.3em;
	color: #193B83;
	margin-bottom: 18px;
	width: 475px;
}
p.smallblue {
	font-size: 13px;
	line-height: 1.3em;
	color: #193B83;
	margin-bottom: 13px;
	width: 475px;
}
p.home {
	font-size: 28px;
	color: #FFFFFF;
	margin-bottom: 25px;
	line-height: 32px;
}
p.normal {
	font-size:13px;
	line-height:1.3em;
	margin-bottom:13px;
}
p.results {
	font-size:13px;
	line-height:1.3em;
	margin-bottom:13px;
	width:300px;
}
h3.title {
	font-weight: bold;
	color: #193B83;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
h3.subtitle {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#leftnav a, #biobutton a {
	margin: 0px;
	padding: 0px;
}
#leftnav a:link, #biobutton a:link {
	color: black;
	text-decoration: none;
}
#leftnav a:visited, #biobutton a:visited {
	color: black;
	text-decoration: none;
}
#leftnav a:hover, #biobutton a:hover {
	color: #339;
	text-decoration: underline;
}
#leftnav a:active, #biobutton a:active {
	color: black;
	text-decoration: none;
}
a.active {
	color: #339;
	font-weight:bold;
}
#biobutton {
	background: #FAE17D;
	height: 19px;
	width: 99px;
	float: left;
	padding-left: 6px;
	padding-top: 6px;
}
ol#tips {
	margin: 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#content li {
	margin-bottom: 14px;
	list-style-position: outside;
}
input.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #193B83;
	background: #F6BE1A;
	border: 1px dotted #193B83;
}
