body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-image: url(graphics/body_background.gif);
	background-repeat: repeat-x;
}
 #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #039;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(graphics/background_bottom.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
} 
 #searchcontainer {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
 #searchbox1 {
	width: 300px;
	margin-bottom: 0;
	margin-left: 480px;
	float: none;
}
 #topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #FFF;
	text-align: right;
	height: 20px;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	float: none;
	width: 780px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	clear: none;
	background-color: #039;
	border-bottom-color: #FC3;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	word-spacing: normal;
	margin: 0px;
}
#topnav a {
	color: #FFF;
	text-decoration: none;
	padding-right: 10px;
}
#topnav a:hover {
	text-decoration: underline;
}
#logo {
	background-image: none;
	height: 90px;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-top: 5px;
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #039;
}
 #photo  {
	height: 200px;
	background-image: url(banner%20photographs/firstbackground.gif);
	background-repeat: no-repeat;
	border-bottom-width: 4px;
	border-bottom-style: ridge;
	border-bottom-color: #036;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #036;
}
 #header {
	padding: 0;
	height: 0px;
	border-top-width: 0px;
	border-top-style: none;
	border-right-color: #039;
	border-bottom-color: #039;
	border-left-color: #039;
	margin-bottom: 20px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#feature {
	height: auto;
	width: 405px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#feature img {
	border: thin solid #039;
}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#container #sidebar1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul#nav {
	list-style-type: none;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#nav li a {
	font-size: 85%;
	color: #039;
	text-decoration: none;
	display: block;
	padding: 4px;
	border-bottom-width: 0.5px;
	border-bottom-style: solid;
	border-bottom-color: #C93;
}
#nav li a:hover, #nav li active, #nav li focus {
	text-decoration: none;
	color: #C93;
}
 #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#sidebar2 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar2 li {
	font-size: 80%;
	margin-left: -20px;
	list-style-type: square;
	display: list-item;
}
#container #sidebar2 h6 {
	font-size: 80%;
	color: #039;
	padding-top: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FC3;
	padding-bottom: 3px;
}
#container #sidebar2 h3 {
	font-size: 100%;
}
#container #sidebar2 h2 {
	line-height: 18px;
	font-size: 120%;
}
#container #sidebar2 p {
	font-size: 80%;
	white-space: normal;
	padding: 0px;
}
 #mainContent {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FC6;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FC6;
	margin-right: 175px;
	margin-left: 170px;
	padding-top: 1px;
	padding-right: 10px;
	padding-left: 15px;
	
} 
#mainContent img {
	border: thin solid #039;
}
#mainContent table {
	border: thin solid #CCC;
}
#mainContent td {
	font-size: 80%;
	padding: 2px;
	border: thin dotted #CCC;
}
#container #mainContent ul {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}
#container #mainContent ul li ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
}
 #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFF;
	background-color: #039;
	text-align: center;
	height: 25px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5;
	padding-left: 0;
	border-top-width: 2;
	border-top-style: ridge;
	border-top-color: #FC3;
} 
#footer a  {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
}
 #lastrev {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-style: italic;
	font-variant: normal;
	color: #036;
	height: 25px;
	text-align: center;
	line-height: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #039;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #039;
	padding: 0px;
	margin-top: 25px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #039;
	margin-top: 25px;
	margin-bottom: -5px;
}
h4 {
	font-size: 95%;
	color: #039;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: -5px;
}
h5 {
	font-size: 90%;
	color: #039;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: -5px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	color: #039;
	margin-bottom: -5px;
	margin-top: 5px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #003;
	margin-bottom: -5px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.events {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FC6;
	padding-bottom: 5px;
}
.events a {
	text-decoration: none;
	color: #039;
}
.events a:hover {
	color: #C93;
	text-decoration: none;
}
.rightlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #039;
	padding-bottom: 2px;
}
.rightlist a {
	color: #039;
	text-decoration: none;
	font-size: 110%;
}
.rightlist a:hover {
	color: #C93;
	text-decoration: none;
}
.backtotop {
	font-size: 75%;
}
.thanks {
	padding: 0px;
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	line-height: 15px;
	margin-top: 40px;
	margin-bottom: 20px;
	color: #A36600;
}
textarea {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: italic;
	color: #039;
}
.letter {
	font-size: 100%;
	font-weight: bold;
	color: #039;
	text-decoration: underline;
	
}
#locations {
   width:380px;
   height:200px;
   border:1px solid #ccc;
   background:#f2f2f2;
   padding:6px;
   overflow:auto;
}
#locations p,
#locations li {font:normal 11px/15px arial;color:#333;}
#locations h1 {
	color:#039;
	font-family: arial;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009;
}
#locations h2 {
	color:#000;
	font-family: arial;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	padding: 0px;
}
#locations strong {color:#000;}

