html, body {
    font-family: Cambria, Georgia, Times, Times New Roman, serif  ;
    color: #404040;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;	
	background: #98BCE0 url(images/bgrnd_blue.jpg); background-repeat:repeat-x;
	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;
}
#wrapper {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	bottom: 0;
	overflow: hidden;
}
#container {
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #E2E3DB;
	margin-top: 30px;
	margin-bottom: 20px;
    margin-left: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-right: auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 10px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	}
#header {
	background: #E2E3DB; 
	padding-top: 10px; 
	padding-bottom: 0px;
	padding-left: 20px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-right: 20px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */	
	margin: 0;
	width: 890px;
	height: 150px;
}
h1 { 
    font-size: 24px;
	 padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	line-height: 1em;
}
h2 { 
    font-size: 1.5em;
	line-height: 1em; 	
	}
h2.catchphrase {
    margin-top: 25px;
	margin-left: 475px;
    font-family: Cambria, Georgia, Times, Times New Roman, serif  ;
    color: #000000;
	font-size: 2em;
	line-height: 1em;
	font-style: italic;
	font-weight: bold;
	}
h2.imagecaption {
    font-size: 22px;	
	color: #fff;	
	font-style: italic;
	font-weight: bold;
	padding-left: 20px;	
	}
h3 { 
    font-size: 1.17em; 
	}
h4 { 
    font-size: 1em; 
}
h4.imagecaption {
    font-size: 14px;	
	line-height: 16px;
	color: #fff;	
    font-family: Cambria, Georgia, Times, Times New Roman, serif;	
	font-weight: normal;
	padding-left: 20px;
	padding-right: 100px;
	}
h5 { 
    font-size: .83em;
}
h6 { 
    font-size: .75em; 
}
#mainContent {
	padding-top: 0;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background: #E2E3DB;
	width: 890px;
	margin: 0;
	height: auto;
}
#footer {
	padding-top: 10px; 
	padding-bottom: 10px;
	padding-left: 20px;  /* this padding matches the left alignment of the elements in the divs that appear above it. */
	padding-right: 20px;  /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0;
	background-color: #E2E3DB;
	width: 890px;
	height: 40px; 
	text-align: right;
	border-top: 1px dotted #3c3c3c;
	font-size: 12px;
}
#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 */
}
#footerboxright {    
	float: left;   
	width: 440px;
	height: 40px;
	background-color: #E2E3DB;
	text-align: right;		
	}
#footerboxleft {    
	float: left;   
	width: 440px;
	height: 40px;
	background-color: #E2E3DB;	
	text-align: left;		
	}
a.ftr:link { text-decoration: underline; color: #3c3c3c; font-size: 12px; }
a.ftr:hover { text-decoration: underline; color: #F6861F; font-size: 12px; }
a.ftr:visited { text-decoration: underline; color: #3c3c3c; font-size: 12px; }
.bottomborder {
 } 
#navtop {
     background-color: #3c3c3c;
	 width: 890px;
	 height: 35px;
	 }  

.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;
}
img.arrow {
    position: absolute;
	margin-top: 100px;
	margin-left: 700px;
	padding: 0;
	width: 300px;
	height: 277px;
	z-index: 300;
	}
img.compass {
    position: absolute;
	margin-top: 30px;
	margin-left: 820px;
	padding: 0;
	width: 200px;
	height: 271px;
	z-index: 300;	
	}

li.menuitem {
    border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: none;	
	}
.catchphrase {
    margin-top: 55px;
	margin-left: 550px;
    font-family: Cambria, Georgia, Times, Times New Roman, serif  ;
    color: #80a531;
	font-size: 2em;
	line-height: 1em;
	}
.copyright {
   font-size: 12px;
     }
.tabpad {
     padding: 20px;
   }