body {
	margin: 0px;
	padding: 0px;
}
.maintable {
	padding: 0px;
	margin: 0px;
}
.copyright {
	padding: 4px;
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
}
a {
	color: #FF8A00;
	text-decoration: none;
}
a:hover {
	color: #666666;
}

.rightbar {
	background-color: #F4E9CC;
	padding: 3px;
	vertical-align: top;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	text-align: left;
	background-image: url(images/backgroundindiana.jpg);
	background-repeat: no-repeat;
}
.leftbar {
	background-color: #000000;
	vertical-align: top;
	text-align: center;
	font-size: 12px;
}
.topbar {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.title {
	font-size: 24px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.links {
	font-size: 10px;
	text-transform: uppercase;
}
