@charset "utf-8";
body {
	font-family: Arial, Verdana, Halvetica, sans-serif;
	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 */
	font-size: 14px;
	color: #000000;
}
a:link, a:active, a:visited {
	color: #003F7D;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
#container { 
	width: 956px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	text-align:center;
}
#menu {
	text-align:center;
}
#footer {
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
#content {
	width: 726px;
	padding: 0px 10px;
}	
#sideContent {
	width: 210px;
	margin: 0px;
	padding: 0px;
}
#trail_name {
	font-weight: bold;
	margin: 0px 0px 30px 0px;	
}
.qwik, .qwik a, .qwik a:hover {
	font-family: "bookman old style";
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #669900;
	text-decoration: none;
}
.cms, .cms a, .cms a:hover {
	font-family: "bookman old style";
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
