@charset "utf-8";
body {
	margin: 0; 
	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 */
	line-height: 120%;	
	color: #009;
	font-weight: bold;
	background-image:url(images/leslie-gulch-35-6.jpg);
	background-position: center;
	background-attachment: fixed;	
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	line-height: 120%;	
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #009;
	text-align:center;
}

a {
	font-size: 14px;
	color: #009;
}

a:hover {
	font-size: 14px;
	color: #F06;
}

#topnav {
	float: left;
	width: 780px;
	text-align: center;
}

#topnav ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
}
#topnav li {
	list-style-type: none;
	display: inline;
}

#topnav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#009;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	border-right-width: thin;
	border-right-style: inset;
	border-right-color: #FFFFFF;
	text-align: center;
	padding-right: 18px;
	padding-left: 18px;
	font-weight: bold;
}

#topnav a:hover {
	color:#F06;
	font-weight: bold;
}

#mainContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color:#333;
	line-height: 150%;	
	text-align: left;
	margin: 0px;
	padding-top: 25px;
	padding-right: 75px;
	padding-bottom: 20px;
	padding-left: 100px;
	list-style-position: inside;
}

.boldtext {
	color: #F30;
	font-weight: bold;
}

ul {
	text-align: left;
	list-style-type: circle;
	margin-left: 125px;
	padding-top: 5px;
	padding-bottom: 5px;
}

li {
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight:bold;
}

h1 {
	font-size: 36px;
	color: #009;
	text-align:center;
}

h2 {
	color: #009;
	font-style: oblique;
	text-align:center;
}


.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;
}

.menuname {
	font-size: 18px;
	font-weight: bold;
	color: #009;
	text-align:left;
}

.menunamecenter {
	font-size: 18px;
	font-weight: bold;
	color: #009;
	text-align:center;
}

td {
	text-align: center;
	padding: 1px;
	font-weight:bold;
}

th {
	text-align: center;
	padding: 1px;
	font-weight:bold;
	font-size: 16px;
	color:#009;
}

