body {
	font-family: "Wide Latin", "Times New Roman";
	background-color: #CEE7FF;
	background-image: url(/images/sidebar.gif);
	background-repeat: repeat-y;
	font-size: x-small;
	color: #3366CC;
}
.banner-class {
	background-image: none;
	position: relative;
	height: auto;
	width: auto;
	padding: 0px;
}
a {
	color: #CC0000;
	text-decoration: none;
}

.center-strip {
	position: relative;
	width: 600px;
	padding: 0px;
	margin: 0px;
	height: auto;
}
.left-nav {
	width: auto;
	position: relative;
	height: auto;
	background-color: #3366CC;
	color: #FEFBF0;
	padding: 10px;
	font-size: xx-small;
}
.top-nav {
	width: auto;
	position: relative;
	margin-top: 10px;
}
.main-content {
	position: relative;
	height: auto;
	width: auto;
	overflow: visible;
	visibility: visible;
	z-index: 0;
	padding: 0px;
	margin-top: 25px;
}
