body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
	background-color: #FFF;
	margin: 0.75em 0 2em 0;
	font-size: 80%;
}
a:link {
	color: #03F;
}
a:visited {
	color: #609;
}
a:hover, a:active {
	color: red;
}
h1 {
	font-size: 1.5em;
	margin-top: 2em;
	text-indent: -1.5em;
}
h2 {
	font-size: 1.3em;
	padding-top: 1.5em;
	text-indent: -1.5em;
}
h3 {
	font-size: 1.1em;
	padding-top: 1.5em;
	text-indent: -0.15em;
}
p {
	font-size: 1em;
	line-height: 150%;
}
cite, em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
img {
	border: 0;
}
abbr, dfn {
	border-bottom: 1px dotted black;
	cursor: help;
	font-style: normal;
}
blockquote {
	border-left: 2px solid #ccc;
	margin: 2.5em 0 2.5em 2em;
	padding-left: 2em;
}
.hide {
	display: none;
}
.blankspace {
	padding-bottom: 150px;
}
/*container, banner, nav*/
#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 65em;
	background-color: #FFF;
}
#banner {
	height: 100%;/*Peekaboo Bug fix, position: relative; also works */
	padding: 8px 0 2px 20px;
	background-color: #FFF;
	border: 1px solid black;
	margin-bottom: 0.5em;
}
#banner a {
	text-decoration: none;/*Firefox, Netscape*/
}
#nav ul {
	margin: 0;/*browsers add margins or padding to lists*/
	padding: 0;
	list-style-type: none;
	width: 100%;
}
#nav li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;	
}
#nav li a, #nav li#currentoff {
	text-decoration: none;
	padding: 0.3em 1.1em;
	border: 1px solid black;
	margin-right: 0.4em;
	float: left;
}
#nav a:link, #nav a:visited {
	color: #000;
	background-color: #FFF;
}
#nav a:hover, #nav a:active, #nav a#current, #nav li#currentoff {
	color: red;
	background-color: #FFF;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	margin-top: -1px;
}
#subnav {
	height: 4em;
	clear: both;
}
#subnav a {
	text-decoration: none;
}
#subnav a:link, #subnav a:visited {
	color: black;
}
#subnav a:hover, #subnav a:active {
	color: red;
}
#subnav li#currentpg {
	color: red;
}
#subnav ul {
	margin: 0;
	padding: 0;
	padding-top: 1em;
	list-style-type: none;
}
#subnav li {
	display: inline;
	padding-left: 2em;
	font-size: 1.1em;
}
.errornav {
	height: 6.5em;
}
/*content div ID*/
#content, #contentbio {
	width: 46em;/*content was 42em*/
	padding: 0 0 11em 7em;
}
#contentrepro {
	width: 525px;
	padding: 0 0 11em 7em;
}
#contentgallery {
	padding: 0 0 11em 7em;/*adjust bottom for extra space from img divs*/
	height: 100%;
}
/*content divs, classes*/
#contentbio h3 {
	font-size: 1em;
}
#contentrepro img {
	padding-top: 2.5em;
}
#contentgallery div div {
	width: 180px;
	height: 180px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.clear {
	clear: both;
}
.rightimg {
	float: right;
	margin: 0 0 3px 10px;
	font-size: 11px;
	line-height: 150%;
	padding-top: 0.5em;
}
.imglink, #contentgallery div a {
	font-size: 11px;/*px so it doesn't blow out div*/
	text-decoration: none;/*Firefox, Netscape underline images in anchors with text*/
	line-height: 150%;
}
.addthis {
	text-align: right;
	padding-top: 2em;
}
.sitemap ul {
	list-style: disc;	
}
.sitemap ul ul {
	list-style: circle;
}
.sitemap ul ul ul {
	list-style: square;
}
.sitemap ul li {
	padding-top: 2em;
	line-height: 150%;
}
.sitemap ul ul li, .sitemap ul ul ul li {
	padding-top: 0;
}
.email a:link, .email a:visited {
	color: #03F;
}
.email a:hover, .email a:active {
	color: red;
}
.errorpage a:link, .errorpage a:visited {
	color: blue;
}
.errorpage a:hover, .errorpage a:active {
	color: red;
}
#footer {
	font-size: 0.9em;
	text-align: center;
	border: 1px solid black;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 1px;/*<p> puts spacing, but if no padding there is no spacing in IE6*/
	background-color: #FFF;
	clear: both;
}
#footer a:link , #footer a:visited {
	color: black;
}
#footer a:hover, #footer a:active {
	color: red;
}