/***** General *****/
BODY {margin:1px; padding:0px; font-family: Comic Sans MS, Arial; font-size: 12pt; 
	background-color:#CCDAF7; color:#5E5E59; text-align:center;}
	
/***** Wrapper *****/
/* To center the overall page on a wide screen, but make text left-aligned (unless overridden to be centered in another div). */
#wrapper {position: relative;
   margin: 0 auto; /* center on everything else */
   width: 1004px;  /* fixed width for content */
   text-align: left;}

/***** Header *****/
#header {text-align:center; width:100%;}

/***** Navigation *****/
/* nav is for navigation at the top of the page; navfoot is for navigation at bottom of page */
#nav, #navfoot {text-align:center;}
#nav td, #navfoot td {font-family: Arial; text-align:center; color:#5E5E59; 
	text-transform:none; text-weight:bold; font-size: 13pt;}
#nav a, #navfoot a {color:#5E5E59; text-decoration:none;}

/***** Hike Rating Key *****/
/* Book Antiqua comes first to match what's on the graphics. */
.key {font-family: Book Antiqua, Comic Sans MS, Arial; font-size: 12pt; width:45px;
	font-weight:bold;}

/***** Content *****/
#content {margin-left:5px; margin-right:5px; padding:7px;}
#content a:link, #content a:visited {color:#56779E; text-decoration:none;}
#content a:hover {color:#FFF; text-decoration:none;}

h1, h2, h3, h4, h4, h5, h6 {color:#56779E; font-family: Arial; 
	text-align:center; margin-top:0px;}

strong {font-weight:bold; font-style:normal;}

.indent {margin-left:40px;}
.currentlink {color:#FFF;}
.clearthefloats {clear:both;}

ul, ol {margin:0 0 0 80;}

/***** Footer *****/
#footer {font-family: Comic Sans MS, Arial; font-size: 12pt; color:#5E5E59;
	text-align:center;}
#footer a:link, #footer a:visited {color:#56779E; text-decoration:none;}
#footer a:hover {color:#FFF; text-decoration:none;}


