body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 10px;
	padding: 10px;
}
#topnav {
	background-color: #0A50A1;
	margin-top: 20px;
	color: #FFFFFF;
	padding-left: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 50px;
}
#topnav a:link{
	color: #FFFFFF;
	text-decoration: none;
	}     
#topnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}  /* visited link */
#topnav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}   /* mouse over link */
#topnav a:active {
	color: #FFFFFF;
	text-decoration: none;
	} 
#maintxt {
	margin-right: 210px;
	margin-left: 60px;
	clear: right;
}
#rtbox {
	color: #FFFFFF;
	background-color: #0A50A1;
	width: 150px;
	position: absolute;
	right: 20px;
	top: 235px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#rtbox h2 {
	font-size: 90%;
	text-align: center;
}
#rtbox ul {
	font-size: 80%;
	margin-left: 10px;
	padding-left: 10px;
}
#rtbox p {
	font-size: 80%;
}
#rtbox a:link{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 90%;
	}     
#rtbox a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 90%;
	}  /* visited link */
#rtbox a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	}   /* mouse over link */
#rtbox a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 90%;
	} 

#footer {
	clear: both;
	padding-top: 50px;
	text-align: center;
	font-size: 90%;
}
.wrapr {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.calyear {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 150%;
	text-decoration: underline;
	margin-bottom: 20px;

}
.calmonth {
	margin-left: 25px;
	line-height: 90%;
	font-size: 125%;
	font-weight: bold;

}
.calitem {
	margin-left: 50px;
}
.errstyle {
	color: #FF0000;
}

