body {
	background-color: #E0C591;
	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: 560px;
}

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

#outside {
	background: #CCCCCC;
	width: 770px;
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
}

#midsection {
	background: #CCCCCC url(images/background.jpg);
 	width: 770px;
	height: 426px;
	margin-left: auto;
	margin-right: auto;
}

#leftcol {
	background: #CCCCCC url(images/sidebar.jpg) repeat-y left;
	width: 190px !important;
	height: 426px;
	float: left;
	margin: 0px;
	padding-left: 30px;
	text-align: left;
}

#leftcol li.navbar a, li.navbar {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
	color: #522F2D;
	margin: 0px;
}

#rightcol {
/*	background: #CCCCCC url(images/bkgrnd.jpg) repeat-no center;*/
	width: 580px;
	height: 426px;
	float: left;
	text-align: left;
	padding-left: 10px;
}

#rightcol div, td {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #000000;
}

#footer {
	width: 770px;
	margin: 0px;
	padding: 0px;
	padding-right: 4px;
	text-align: right;
	clear: both;
}

#footer div {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

a.footer {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none
}
a.footer:hover {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	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; }