div#nav {
	font-size: .8em;
	text-align: right;
}

div#nav ul {
	background-color: #CCC;
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
div#nav li a:link, div#nav li a:visited {
	text-decoration:none;
	display:inline;
	width:100%;
	padding: 6px 15px;
	color: #0000FF;
	
}
div#nav li {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #000000;
	display: inline;
}
div#nav li a:hover {
	background-color:#DDDDDD;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	color: #FF0000;
}.activenav {
	background-color: #DDDDDD;
	font-weight: bold;
	padding: 6px 15px;
	color: #666666;
}
ul#nav_vert .active_nav {
	font-weight: bold;
	color: #FF0000;
	text-indent: 25px;
	padding-top: 6px;
	padding-bottom: 6px;
}

ul#nav_vert {
	font-size: .9em;
	background-color: #FFFFFF;
	margin: 30px 0px;
	padding: 0px;
	list-style-type: none;
	text-decoration: none;
	position: relative;
}


ul#nav_vert li a:link, ul#nav_vert li a:visited {
	text-decoration:none;
	display:block;
	width:100%;
	padding-top: 6px;
	padding-bottom: 6px;
	text-indent: 25px;
	color: #0000FF;
	
}
ul#nav_vert li {
	margin: 0px;
	padding: 0px;
}
ul#nav_vert li a:hover {
	background-color:#DDDDDD;
	color: #FF0000;
}
div#eventsheading {
	font-size: 1.2em;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.eventrow1head {
	font-size: .7em;
	font-weight: bold;
	padding: 4px 2px 4px 10px;
	float: left;
	width: 75px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDD;
}
.eventrow1 {
	font-size: .8em;
	padding: 4px 4px 4px 10px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDD;
}
.eventrow2head {
	font-size: .7em;
	font-weight: bold;
	padding: 4px 2px 4px 10px;
	float: left;
	width: 75px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	clear: both;
	background-color: #EEEEEE;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDD;
}
.eventrow2 {
	font-size: .8em;
	padding: 4px 4px 4px 10px;
	float: left;
	clear: both;
	background-color: #EEEEEE;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DDD;
	border-left-color: #DDD;
}
div#copyright {
	font-size: .6em;
	color: #666666;
	border-top-width: 1px;
	border-top-style: none;
	background-color: #999999;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 34px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/home_page_bg.jpg);
	background-repeat: repeat-x;
	margin: 10px;
	background-attachment: fixed;
}
td.nav_bg {
	background-color: #FFFFFF;
	padding-right: 10px;
	vertical-align: top;
	width: 270px;
}
td.nav_bg img {
	margin-left: 20px;
}
td.main_cell {
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 20px 40px 40px;
	font-size: .9em;
}
.events_table {
	margin-bottom: 10px;
}
.red_head {
	font-size: 1.3em;
	color: #FF0000;
	text-align: right;
	padding-bottom: 30px;
}
div#indent {
	padding-left: 25px;
}
div#banner {
	font-size: .9em;
	margin: 30px 0px;
	padding: 0px;
	list-style-type: none;
	text-decoration: none;
	position: relative;
	display: block;
	font-weight: bold;
}
div#banner a:link, div#banner a:visited {
	text-decoration:none;
	display:block;
	width:100%;
	padding-top: 6px;
	padding-bottom: 6px;
	text-indent: 25px;
	color: #0000FF;
	background-color: #EEEEEE;
	border: 1px solid #0000FF;
}
div#banner a:hover {
	background-color:#DDDDDD;
	color: #FF0000;
	display: block;
	width: 100%;
}
td.listing {
	display: block;
	text-indent: 5px;
	width: 50%;
	font-size: .9em;

}
td.listing a {
	display: block;
	width: 100%;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
td.listing a:hover {
	background-color: #DDDDDD;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FF0000;
}
td.listing2 {
	display: block;
	text-indent: 5px;
	background-color: #EEEEEE;
}
td.listing2 a {
	display: block;
	width: 100%;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
td.listing2 a:hover {

	background-color: #660000;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FF0000;
}
h5.contact {
	margin: 20px 0px 5px;
}
h5.contact1 {
	margin: 0px 0px 5px;
}
hr {
	color: #999999;
}
td.main_cell_home {

	background-color: #FFFFFF;
	vertical-align: top;
	padding: 20px 40px 40px;
	font-size: .9em;
	background-image: url(images/main_cell_bg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
DIV#main_cell {

	background-color: #FFFFFF;
	vertical-align: top;
	padding: 20px 40px 40px;
	font-size: .9em;
}
div#grey {
	font-size: .9em;
	background-color: #EEE;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}
div#white {
	font-size: .9em;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.print_button {
	color: #FFFFFF;
	background-color: #FF0000;
	font-weight: bold;
}
.grey_bg {
	background-color: #EEEEEE;
	font-size: .9em;
	margin: 0px 0px 10px;
	padding: 1px;
}
.grey_bg p {
	margin: 0px;
	padding: 5px;
}
div#loc_map {
	background-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
div#loc_map img {
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
}
div#loc_map p {
	padding-right: 5px;
	padding-bottom: 5px;
}
a:hover {
	color: #FF0000;
	background-color: #DDDDDD;
}
.red_text {
	color: #FF0000;
}
div#copyright img {
	border: 1px solid #000000;
	margin-top: 10px;
}
div#highlight {
	background-color: #729FC9;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #EEEEEE;
}
div#highlight h3 {
	margin: 0px;
	padding: 0px;
}
.eventrow2head_schedule {

	font-size: .7em;
	font-weight: bold;
	padding: 4px 2px 4px 10px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	clear: both;
	background-color: #EEEEEE;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDD;
}
.col_right_just {
	text-align: right;
	padding-right: 20px;
}
.events_table_schedule td {
	border: 1px solid #CCCCCC;
}
.eventrow3 {
	font-size: 0.8em;
	padding: 4px 4px 4px 10px;
	float: left;
	clear: both;
	background-color: #FF0000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DDD;
	border-left-color: #DDD;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.eventrow3head {
	font-size: 0.7em;
	font-weight: bold;
	padding: 4px 2px 4px 10px;
	float: left;
	width: 75px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	clear: both;
	background-color: #FF0000;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDD;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.imageright {
	float: right;
	margin-left: 10px;
	font-size: 0.6em;
	margin-bottom: 10px;
	color: #000000;
	font-weight: normal;
	text-align: center;
}
.imageleft {
	float: left;
	font-size: .8em;
	margin-bottom: 10px;
	color: #D4D0C8;
	font-weight: normal;
	text-align: center;
	margin-right: 10px;
}
.imageright_2 {
	float: right;
	margin-left: 10px;
	font-size: 0.6em;
	margin-bottom: 10px;
	color: #000000;
	font-weight: normal;
	display: block;
}
