html {
	height: 100%; 
	margin-bottom: 1px;
}
html,body {
	margin:0;
	padding:0 0 20px;
}

body {
	background-color: #CCCCCC;
	color: #333333;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}
a {
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
.italics {
	font-style: italic;
}
h1 {
	font-size: 325%;
	font-family: "Comic Sans MS", "Courier New", Courier, sans-serif;
	padding: 0px;
	margin: 0px;
}
h4 {
	font-family: "Comic Sans MS", "Courier New", Courier, sans-serif;
	font-size: 175%;
	margin: 5px 5px 0px;
	padding: 0px;
}
h6 {
	font-weight: bold;
	font-size: 135%;
	margin: 0 0 5px 5px;
	padding: 0px;
}
img#rightimage {
	float: right;
	margin: 10px;
}
div.starbanner {
	background-image: url(../graphics/redstar.gif);
	float: right;
	width: 200px;
	height: 143px;
	margin-top: 30px;
	font-size: 175%;
	text-align: center;
}
img#leftimage {
	float: left;
	margin: 5px;
	clear: both;
}
div#container {
	text-align: left;
	width: 748px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #FFFFFF;
	border-top: none;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
     	padding: 0px 5px 5px;
}
div#header {
	height: 110px;
	width: 748px;
	margin: 0px;
	padding: 0px;
	color: #000066;
	text-align: center;
	background-image: url(../graphics/headerbg.gif);
	background-repeat: repeat-x;
}
img#logo {
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
}
div#uppernav {
	float: right;
	height: 100px;
	width: 125px;
	background-image: url(../graphics/uppernavbg.gif);
}
div.uppermenu {
	text-align: center;
	background-image: url(../graphics/uppermenubg.gif);
	background-repeat: repeat-x;
	border: 1px solid #000066;
	margin-top: 10px;
	padding: 2px 0px;
	width: 100px;
	margin-right: 9px;
}
div.uppermenu a {
	color: #000033;
	text-decoration: none;
	margin-top: 3px;
}
div#navbar {
	float: left;
	width: 208px;
	height: 349px;
	margin-right: 5px;
	background-color: #66CC66;
	color: #003300;
	text-align: center;
	border-top: none;
	border-bottom: 1px solid #003300;
	border-left: 1px solid #003300;
	border-right: 1px solid #003300;
	font-size: 125%;
	font-weight: bold;
	background-image: url(../graphics/navbglg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 5px;
}
div.navtext {
	width: 208px;
	border-top: 1px solid #003300;
	border-bottom: none;
	border-left: none;
	border-right: none;
	padding: 5px 0 5px 0;
}
div.navtext a {
	color: #003300;
}
div.navtext a:hover {
	color: #FFFFFF;
}
div#contenttop {
	height: 175px;
	width: 531px;
	background-image: url(../graphics/contenttopbg.jpg);
	background-repeat: repeat-x;
	float: right;
}
div#contentbottom {
	height: 175px;
	width: 531px;
	background-image: url(../graphics/contentbottombg.jpg);
	background-repeat: repeat-x;
	float: right;
	margin-bottom: 5px;
}
div#ulbox {
	padding: 5px;
	float: left;
	width: 254px;
	height: 163px;
	font-size: 175%;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../graphics/ulboxbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-right: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
}
div#ulbox p {
text-align: center;
}
div#urbox {
	padding: 5px;
	float: right;
	width: 255px;
	height: 163px;
	color: #FFFFFF;
	margin: 0px;
	border-bottom: 1px solid #CC0000;
}
div#llbox {
	float: left;
	padding: 5px;
	width: 254px;
	height: 165px;
	color: #FFFFFF;
	border-right: 1px solid #CC0000;
}
div#lrbox {
	float: right;
	width: 255px;
	height: 165px;
	color: #FFFFFF;
	padding: 5px;
	background-image: url(../graphics/lrboxbg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
div#ulbox table {
	height: 163px;
	padding: 0px;
	margin: 0px;
}
div#lrbox table {
	height: 165px;
	padding: 0px;
	margin: 0px;
}
div#llbox p {
	margin: 0px;
	padding: 0px 5px;
	text-align: justify;
}

ul#events {
	list-style-type: none;
	margin: 0 3px 3px;
	padding: 3px;
	text-align: left;
	clear: both;
}
ul#events li {
	width: 95%;
	margin-top: 3px;
	padding: 3px;
	background-color: #FFFFFF;
	color: #990000;
	display: block;
}
div#footer {
	height: 100px;
	width: 748px;
	clear: both;
	color: #333333;
	text-align: center;
	background-image: url(../graphics/footerbg.gif);
	background-repeat: repeat-x;
}
img#lfooter {
	float: left;
}
div#donation {
	text-align: center;
	padding-right: 10px;
	margin-top: 25px; 
	float: right;
	width: 90px;
	height: 65px;
	font-size: 100%;
}
div#footer p {
	font-size: 125%;
	font-weight: normal;
	padding-top: 15px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#footer a, table#contact a, div#copyright a, div.maincontent a {
	color: #333333;
}
div#footer a:hover, div.uppermenu a:hover, table#contact a:hover, div.maincontent a:hover {
	text-decoration: underline;
}
div#copyright {
	color: #333333;
	font-size: 95%;
	text-align: center;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
div#copyright a:hover, div#navmenu a:hover {
	color: #FFFFFF;
}
div#navmenu {
	padding: 5px;
	width: 736px;
	border: 1px solid #003300;
	background-color: #66CC66;
	text-align: center;
	color: #003300;
	margin-bottom: 10px;
}
div#navmenu a {
	font-size: 95%;
	color: #003300;
}
div.maincontent {
	width: 748px;
	margin-bottom: 5px;
	padding-bottom: 10px;
}
div.maincontent p {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
div.maincontent table {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	margin-top: 0px;
	border: 1px solid #333333;
}
div.maincontent th {
	text-align: center;
	border-bottom: 1px solid #333333;
	background-color: #CCCCCC;
}
td.dashed {
	border-bottom: 1px dashed #333333;
}	
td.solid {
	border-bottom: 1px solid #333333;
}
div.maincontent td,div.maincontent th {
	padding: 5px;
}
table#contact {
	width: 200px;
	border: 1px solid #333333;
}
div#pdf {
	width: 150px;
	float: right;
	margin-right: 5px;
	margin-left: 5px;
}
div#pdf table {
	text-align: center;
}
table#directionsform {
	font: 11px Arial,Helvetica;
	float: left;
	margin-left: 10px;
	width: 200px;
}
table#openings {
	width: 450px;
}
div#map {
	float: right;
}
table#maptable {
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div.quoteslink {
	width: 208px;
	border-top: 1px solid #003300;
	border-bottom: none;
	border-left: none;
	border-right: none;
	padding: 30px 0 5px 0;
	font-style: italic;
}
div.quoteslink a:hover {
	color: #003300;
}
div#ulbox a,div.starbanner a, div.quoteslink a {
	color: #FFFFFF;
}
div#ulbox a:hover,div.starbannner a:hover, div#lrbox a:hover ,div#urbox a:hover {
	color: #990000;
}
div.starbanner p {
	margin-top: 28px;
}
div#lrbox a,div#urbox a {
	color: #FFFFFF;
	float: right;
}
div#award {
	height: 150px;
	width: 100%;
}
