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: 500px;
}

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	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: 300px;
	margin-left: auto;
	margin-right: auto;
}

#leftcol {
	width: 220px !important;
	width: 230px;
	float: left;
	margin: 0px;
	padding-left: 10px;
	text-align: left;
}

#leftcol li.navbar a, li.navbar {
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	color: #FF0000;
	padding-left: 5px;
	margin: 0px;
}

#sponsors {
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	color: #000000;
	padding-top: 10px;
	padding-right: 10px;
	text-align: center;
}

#rightcol {
	width: 500px;
	float: left;
	text-align: left;
	padding-left: 10px;
}

#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: #CCCCCC;
	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; }