body {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 75%;
	font-weight: normal;
	background-image: url(imgs/page.jpg);
	background-repeat: no-repeat;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 1em;
	list-style-position: outside;
	list-style-image: url(imgs/bullet.gif);
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #BCBCDE;
	text-decoration: underline;
}
a:active {
	color: #CCCC00;
	text-decoration: underline;
}
#main {
	background: url(imgs/footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#main a:link {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
#main a:visited {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
#main a:hover {
	color: #BCBCDE;
	text-decoration: underline;
	font-weight: bold;
}
#main a:active {
	color: #CCCC00;
	text-decoration: underline;
	font-weight: bold;
}
.ON-THIS-PAGE {
	top: auto;
	border-top: 1px solid #000099;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 0.9em;
	font-weight: bold;
	text-indent: 10px;
}
.caption {
	font-size: 0.8em;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.subhead {
	top: auto;
	border-top: 1px dashed #009999;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px dashed #009999;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 1em;
	font-weight: bold;
	text-indent: 10px;
	color: #0079A9;
}
#background {
	margin: 0px;
	width: 1000px;
	background-image: url(imgs/page.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}