body {
	background-color: #eeeeee;
	margin-top: 0px;
	margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
	text-align: center;
	height: 100%;
}

h1 {
	color: #000000;
	font-family: Arial, Verdana;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #000000;
	width: 470px;
}

a:link, a:visited, a:active {
	color: #194F8F;
	text-decoration: none;
}
a:hover {
	color: #194F8F;
	text-decoration: underline;
}

#outside {
	background: #CCCCCC url(images/bkgrnd.gif) repeat-y center;
	width: 770px;
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
}

#midsection {
 	width: 770px;
	height: 425px;
	margin-left: auto;
	margin-right: auto;
}

#leftcol {
	width: 250px !important;
	width: 260px;
	float: left;
	margin: 0px;
	text-align: left;
}

#leftcol2 {
	width: 250px !important;
	width: 260px;
	float: left;
	margin: 0px;
	padding-left: 45px;
	text-align: left;
}

#leftcol2 li.navbar {
	background: url(images/linkbg.jpg) no-repeat left;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	text-decoration: none;
	color: #ffffff;
	padding-left: 5px;
	margin: 0px;
}
#leftcol2 li.navbar a {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	text-decoration: none;
	color: #ffffff;
	padding-left: 5px;
	margin: 0px;
}

#rightcol {
	width: 485px;
	float: left;
	text-align: left;
	padding-left: 5px;

}

#rightcol div, td {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #000000;
}

#footer {
	width: 770px;
	margin: 0px;
	padding: 0px;
	padding-right: 8px;
	text-align: right;
	clear: both;
}

#footer div {
	background-color: #194F8F;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #ffffff;
	margin: 0px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#footer a.footer {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
#footer a.footer:hover {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
}


.tborder {
	border : 1px solid #286020;
	font-size : 10pt;
	font-family : verdana;
	color : #000000;
}
.calendar_table {
	border: 1px solid #000000;
	font-family: Arial;
	font-size: 14pt;
}
.calendar_header {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
}
a.calendar_mthlink, a.calendar_mthlink:visited, a.calendar_mthlink:active {
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.calendar_mthlink:hover {
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.calendar_days {
	font-family: Arial;
	font-size: 12px;
	text-align: center;

}
.calendar_td {
	font-family: Arial;
	font-size: 11px;
	width: 64px;
	height: 60px;
	border: 1px solid #000000;
}

.hidden { display: none; }
.unhidden { display: block; }