body {
	margin: 5 auto 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(images/background.jpg);
}
a:link, a:visited, a:active {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #660000;
	font-weight: bold;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000099;
	letter-spacing: 2px;
	margin: 0px;
	padding-left: 10px;
	padding-top: 5px;

}h2 {
	font-size: 16px;
	color: #990000;
	letter-spacing: 1px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	letter-spacing: 1px;
	padding-left: 10px;
}
.header {
	letter-spacing: 7px;
	color: #CCCCCC;
	padding-left: 12px;
	font-size: 11px;
	padding-top: 10px;
}

.topnav {
	color: #FFFFFF;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 15px;
	padding-left: 5px;
}
.topnav a:link, .topnav a:visited, .topnav a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #FFFFFF;
	padding-left: 5px;
}
.topnav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 180px;
}
.left ul {
	margin: 0px;
	padding: 5px 0px 0px;
	font-size: 12px;
	text-align: left;
}
.left ul li {
	list-style-type: none;
	height: 25px;
	margin: 0px;
	padding: 0px 0px 10px;
	background-image: url(images/buttonoff.gif);
	background-repeat: no-repeat;
}
.left ul li a {
	text-decoration: none;
	color: #003399;
	display: block;
	margin: 0px;
	padding: 5px 0px 0px 20px;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
}
.left ul li a:link, .left ul li a:visited, .left ul li a:active {
	color: #003399;
}
.left ul li a:hover {
	color: #990000;
	background-image: url(images/buttonon.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
.footer {
	padding-top: 5px;
	color: #000000;
	letter-spacing: 1px;
	text-align: center;
	font-size: 12px;
}
.footer a:link, .footer a:visited, .footer a:active {
	text-decoration: none;
	color: #3399CC;
	font-size: 12px;
}
.footer a:hover {
	color: #000099;
	text-decoration: underline;
}
.right {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
}
.right a:link, .right a:visited, .right a:active {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}
.right a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
