body {
	font: 0.8125em Verdana, sans-serif; 
	line-height: 1; 
	color: #333; 
	background: #FFF;
	margin: 0; 
	padding: 0;
}

a {
	text-decoration: none;
}
a img {
	border: none;
}
a:link, a:visited {
	color: #555; 
	border-bottom: 1px solid #555;
}
html body a:hover {
	color: #000; 
	background-color: #F4F2E4;
	border-bottom: 1px solid #9A8E51;
}
div#content {
	width: 800px;
	margin: 0 auto 0 auto;
}
div#footer {
	padding: 1em 4em;
}

p {
	margin: 1.5em 0;
}
/* ---------------
Old site stuff..
body {
font-family: Arial, Helvetica, sans-serif;
}

td {
font-family: Arial, Helvetica, sans-serif;
}

th {
font-family: Arial, Helvetica, sans-serif;
}

A.url {
TEXT-DECORATION: none
}

A.url:link {
COLOR: #ffffff
}

A.url:visited {
COLOR: #ffffff
}

A.url:active {
COLOR: #336699
}

A.url:hover {
COLOR: #000080
}
.PageHeader {
	font-size: 20pt;
	color: 00000;
	font-weight: bold;
}

.TopicHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: 000000;
	font-weight: bold;
}

.MenuHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: 000080;
}

.MenuLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: 000080;
}

.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: 000000;
}
-----------------*/

