body {
	margin: 0;
	background-color: #800000;
	font-family: Century;
}
div.main {
	width:400px;
	height:600px;
	border:1px solid Silver;
	position:relative;
	top:20px;
	left:250px;
}
div.leftpane {
	width:23%;
	height:100%;
	background:#800000;
}
div.rightpane {
	width:78%;
	height:100%;
	position:absolute;
	top:0;
	left:200px;
	background:#ffffff;
}
div.pageheader {
	padding-left:27px;
	color:#800000;
	font-size:33px;
	font-weight:bold;
}
span.subheader {
	font-size:23;
	color:#000000;
	padding-left:7px;
}
hr {
	width:730px;
}
div.date {
	font-size:16px;
	font-weight:bold;
	padding-left:15px;
}
div.content {
	padding-left:17px;
	padding-right:7px;
	text-align:justify;
	font-size:12px;
	color:#000000;
}
div.calheader {
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	padding-left:15px;
}
table.calendar {
	width:80%;
	background:#ffffff;
	color:#800000;
	font-size:10px;
	position:relative;
	left:7px;
}
td.calday {
	border:1px outset silver;
	font-size:10px;
	text-align:center;
	
}
td.caldayhead {
	border: 1px solid silver;
	font-size: 11px;
	font-weight:bold;
	text-align: center;
	background: #E8D1D1;
	color: #800000;
}
a.clink {
	text-decoration:none;
	color:#800000;
	width:10px;
}
a.clink:hover {
	color:Navy;
	font-weight:bold;
}
td.navheader {
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	background:#800000;
}
td.nav {
	font-size:14px;
	font-weight:bold;
	border-bottom:2px solid Navy;
}
a.nav {
	font-size:14px;
	font-weight:bold;
	color:#800000;
	text-decoration:none;
	padding-left:5px;
}
a.nav:hover {
	color:Navy;
}
td.navnull {
	font-size:14px;
	font-weight:bold;
	border-bottom:2px solid Navy;
}
td.logon {
	font-size:14px;
	font-weight:bold;
	background: #E8D1D1;
}
.input {
	font-size:10px;
	border:2px outset #800000;
}
.submit {
	font-size:10px;
	border:1px solid #ffffff;
	color:#ffffff;
	background:#800000;
	position:absolute:
	top:12px;
}
div.footer {
	width:705px;
	height:25px;
	background:#800000;
	color:#ffffff;
	text-align:right;
	position:relative;
	left:75px;
	font-size:17px;
	font-weight:bold;
}

