div#header
{
	/* position: absolute;
	top: 10px;
	left: 10px;
	width: 100%; */
	height: 95px;
	border-bottom: 3px black solid;
	background-image: url(../images/logos/weblogo.gif);
	background-repeat: no-repeat;
	text-align: right;
}

div#leftnav
{
	/* position: absolute;
	top: 130px;
	left: 10px; */
	width: 160px;
	padding-top: 15px;
}

div#content
{
	/* position: absolute;
	top: 150px;
	left: 200px; */
	width: 90%;
	padding-top: 20px;
	padding-left: 30px;
}

div#footer
{
	/* position: absolute;
	bottom: 10px;
	left: 10px;
	width: 100%;
	height: 25px;
	background-image: url(../images/bullets/acorn.gif); */
	border-top: 2px solid black;
	background-repeat: repeat-x;
	background-position: top left;
	padding: 10px 0px 0px 0px;
}

.body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	line-height: 130%;
}

.copyright
{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #A20047;
}

.copyright a
{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #A20047;
}

.copyright a:hover
{
	color: black;
}

li.acorn
{
	padding-bottom: 15px;
	list-style-image: url(../images/bullets/bullet.gif);
}
