@charset "UTF-8";
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: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #656600;
}
.twoColFixLtHdr #container {
	width: 780px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#container #footer {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer img {
	margin-right: 5px;
}
#container #footer p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	vertical-align: top;
	letter-spacing: .05em;
}
#mainContent h3 {
	color: #E35812;
}
#mainContent ul {
	list-style-type: decimal;
	letter-spacing: .1em;
}
a:visited {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.directions {
	color: #FFFFFF;
}
#mainContent li {
	margin-bottom: 10px;
}
#mainContent img {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;
} 
.runBib {
	margin-left: 550px;
	margin-top: -180px;
}
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	margin-top: 20px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: center;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #E35812;
} 
.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;
}
#sidebar1 ul {
	list-style-type: none;
	text-align: center;
	display: inline;
}
#sidebar1 li {
	margin-bottom: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #FFFF00;
	text-decoration: none;
}
.map {
	float: left;
}
#mainContent h1 {
	color: #66FFFF;
	letter-spacing: .5em;
}
#mainContent .logo {
	list-style-type: none;
	text-align: left;
}
#mainContent p {
	letter-spacing: 0.1em;
	text-align: left;
}
#mainContent td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent table {
}
a:hover {
	color: #66FFFF;
}
.middleRow {
	background-color: #66D9BF;
	color: #000000;
}
.outerRows {
	color: #000000;
	background-color: #C35C0D;
}
th {
	color: #333333;
	background-color: #CCCCCC;
}
.footNote {
	border: thick solid #E35812;
	padding: 5px;
	color: #66FFFF;
}
