body {
	background-image: url(images/bg.jpg);
}

a {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

.maintable {
	border-color: #ffffff;
	border-style: solid;
	border-width: thin;
	min-height: 500px;
	width: 800px;
}

.banner {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 105px;
	width: 800px;
}

.sidebar {
	background-color: #020266;
	color: #ffffff;
	vertical-align: top;
	width: 157px;
}

.content {
	background-color: #020266;
	color: #ffffff;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 5px;
	padding-top: 10px;
	vertical-align: top;
	width: 641px;
}

.spacer {
	background-color: #020266;
	background-image: none;
	width: 2px;
}