body {
	background-image: url(images/bg.jpg);
}
#main {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	position: absolute;
	width: 860px;
	left: 20px;
	top: 20px;
	z-index: 1;
	height: 850;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
.text {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
.text2 {
	color: #333333;
	font-size: 13px;
}
.bold {
	font-weight: bold;
}
.button {		font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}
.buttonlarge {	font-family: Georgia, Times, serif;
	font-size: 18px;
	color: #993300;
}.deniselarge {
	font-size: 24px;
	font-weight: bold;
	color: #003366;
}
#main #maincontent {
	position: absolute;
	height: 600px;
	width: 859px;
	left: 0px;
	top: 80px;
}
#topmenu {
	position: absolute;
	height: 25px;
	width: 860px;
	left: 20px;
	top: 44px;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	overflow: visible;
	z-index: 2;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
