body {
	background-color: #333333;
	color: #000000;
	margin: 0 10% 0 10%;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#homemain {
	width: 720px;
	background-color: #000000;
	padding: 0px;
}
#homenav {
	background-color: #4A4747;
	width: 115px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 8px;
	padding-right: 0px;
	letter-spacing: 1px;
	padding-top: 10px;
	line-height: 13px;
	padding-bottom: 0px;
}
#homenav p {
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.homepadtop {
	padding-top: 75px;
}
.homepadtophome {
	padding-top: 30px;
}
#homenav a {
	color: #000;
	text-decoration: none;
}
#homenav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#homenav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#homenav a:hover {
	color: #acddac;
	text-decoration: none;
}
#homenav a:focus {
	color: #acddac;
	text-decoration: none;
}
#insidemain {
	width: 800px;
	background-color: #fff;
	padding: 0px;
}
#insidetop {
	width: 800px;
	background-color: #fff;
	padding: 0px;
}
#content {
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 10px;
}
#content a:link {
	color: #103B10;
	text-decoration: underline;
	font-weight: bold;
}
#content a:visited {
	color: #103b10;
	text-decoration: underline;
	font-weight: bold;
}
#content a:hover {
	color: #acddac;
	text-decoration: underline;
	font-weight: bold;
}
#content a:focus {
	color: #acddac;
	text-decoration: underline;
	font-weight: bold;
}
#insideleft {
	background-color: #103b10;
	width: 110px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: normal;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #103B10;
	margin-top: 0px;
	padding-top: 8px;
}
.highlight {
	font-weight: bold;
	color: #666666;
}
#home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
}
#navright {
	width: 490px;
	margin: 0px;
	padding: 10px 0px 0px;
}
#navright p {
	text-align: right;
	padding-right: 10px;
	margin: 0px;
	padding-top: 0px;
	font-weight: bold;
	color: #4A4747;
}
#navright a {
	color: #000;
	text-decoration: none;
}
#navright a:link {
	color: #000;
	text-decoration: none;
}
#navright a:visited {
	color: #000;
	text-decoration: none;
}
#navright a:hover {
	color: #acddac;
	text-decoration: none;
}
#navright a:focus {
	color: #acddac;
	text-decoration: none;
}
#homedate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
}
.borderbotleft {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.borderleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
#homenews {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: 220px;
	height: 324px;
	padding: 0px;
}
#homenews p {
	padding-left: 10px;
}
#homenews h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: none;
	padding-left: 10px;
	padding-top: 200px;
	font-weight: bold;
}
#homenews a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#homenews a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#homenews a:hover {
	color: #acddac;
	text-decoration: underline;
}
#homenews a:focus {
	color: #acddac;
	text-decoration: underline;
}


#schedule, #schedule ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
 
#schedule a {
	display: block;
	color: #000;
	text-decoration: none;
	width: 10em;
}
 
#schedule li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}
 
#schedule li ul { /* second-level lists */
	position: absolute;
	background-color: #333333;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

 
#schedule li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
 
#schedule li:hover ul, #schedule li li:hover ul, #schedule li.sfhover ul, #schedule li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}



.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
}
.td-calendar { background-color:#000000; color: #ffffff;} 