body {
	background-color: #ffffff;
	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;
}

a:link, a:visited, a:active {
	color: #0000ff;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
}
a:hover {
	color: #0000ff;
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 12px;
}

#outside {
	background-color: #ffffff;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px #CCCCCC solid;*/
}

div.buttonsdiv {
	height: 20px;
	float: left;
	text-align: center; 
	padding-top: 3px;
	width: 133px;
}

#buttons {
	background: #288667 url() no-repeat;
 	width: 940px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
}

a.buttons, a.buttons:link, a.buttons:visited, a.buttons:active {
	color: #ffffff;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.buttons:hover { text-decoration: underline; }

.buttondiv {
	float: left;
	width: 20px;
	text-align: center;
}

#midsection {
	background: #ffffff url() repeat-x top center;
 	width: 940px;
/*	height: 600px;*/
	margin-left: auto;
	margin-right: auto;
	font-family: Tahoma;
	font-size: 12px;
}

div.headerlrg {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 18px;
}

div.headersm {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 16px;
}

#leftcol {
	float: left;
/*	width: 220px !important;
	width: 230px;
	margin: 0px;
	padding-left: 10px;
	text-align: left;*/
}


#middlecol {
	float: left;
/*	width: 30px;
	text-align: center;
	color: #ffffff;*/
}

#rightcol {
	float: left;
/*	width: 470px;
	text-align: left;
	color: #ffffff;*/
}

#rightcol div, td {
/*	font-family: Arial, Verdana;
	font-size: 11px;
	color: #ffffff;
	padding-left: 10px;
	text-align: left;*/
}

td.facereality {
	font-family: Arial;
	font-size: 12px;
}

td.contactform {
	font-family: Arial;
	font-size: 14px;
}

#footer {
	background-color: #000000;
	width: 940px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	clear: both;
}

#footer div {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #ffffff;
	margin: 0px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
}

a.footer, a.footer:active, a.footer:visited {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
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; }
