body
{
	background-color: #D7D8B6;
}

*
{
	font-family: Verdana, Arial, sans-serif;
}

#logo {
	position: absolute;
	top: 50px;
	left: 80px;
	z-index: 100;
}

#bgtop {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
#bgleft {
	position: absolute;
	top: 245px;
	left: 0;
}
#bgright {
	position: absolute;
	top: 245px;
	right: 0;
}
#bgbottom {
	position: absolute;
	right: 0;
	top: 830px;
}
#address {
	text-align: right;
	font-size: 12px;
	padding: 10px;
}
#address em {
	font-size: 16px;
}


#leftnav
{
	position: absolute;
	left: 0;
	top: 180px;
	width: 200px;
}

#leftnav ul
{
	font-size: 11px;
	line-height: 150%;
	margin: 0px;
	background-image: url(../img/leftnav/nav-bg.gif);
	background-repeat: repeat-y;
	padding: 0 50px 0 30px;
}	
#leftnav a
{
	text-decoration: none;
	color: black;
}
#leftnav a:HOVER
{
	text-decoration: underline;
	color: black;
}

#main
{
	position: absolute;
	top: 250px;
	left: 190px;
	margin: -10px 180px 0 0;
	padding: 0 0 0 10px;
	font-size: 12px;
	background-color: #D7D8B6;
	width: 60%;
}

#main ul {
	line-height: 150%;
}

#main ul.boldlist {
	font-size: 16px;
}

h1 {
	font-size: 20px;
	color: #5F7650;
	font-weight: bold;
}

h2 {
	font-size: 20px;
	color: #5F7650;
	font-weight: normal;
}

div.center-image {
 text-align: center;
}

p.citation {
	margin-left: 3em;
	text-indent: -3em;
}

img {
	margin: 0px;
	border: 0px:
	padding: 0px;
}
