body {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
	background-color: #FFE3C1;
}

.sidebar {
	color: #CCCCCC;
	background-image: url(/images/sidebarback.jpg);
	background-color: #000000;
	background-repeat: repeat-y;
	height: 125%;
	width: 180px;
	position: absolute;
	visibility: visible;
	z-index: 2;
	top: 0px;
	bottom: 0px;
}
.copyright {
	margin-right: 10px;
	font-size: .75em;
}
.copyright a:link {
	color: #CCCCCC;
}
.copyright a:visited {
	color: #CCCCCC;
}
.main {
	color: #000000;
	background-color: #FFE3C1;
	left: 200px;
	top: 10px;
	width: 75%;
	margin-right: 20px;
	position: absolute;
	visibility: visible;
	z-index: 1;
}
.calendar {
	border: 2px groove #003333;
	padding: 3px;
	margin: 5px;
}
.calendar p {
	border: 1px solid #003333;
	font-size: 0.75em;
	padding: 3px;
}
a:link {
	color: #993333;
}
a:visited {
	color: #11286D;
}
h1 {
	font-size: 1.75em;
	color: #660000;
	font-weight: bold;
}
h2 {
	font-size: 1.3em;
	color: #993333;
	font-weight: bold;
}
h3 {
	font-size: 1.1em;
	color: #003333;
	font-weight: bold;
}
