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;	
}
#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: 28px;
}
h2 { 
    font-size: 20px;
	line-height: 24px; 	
	}
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: 20px;	
	color: #3c3c3c;	
	font-style: italic;
	font-weight: bold;
	padding-left: 10px;	
	}
h3 { 
    font-size: 1.17em; 
	}
h3.newsletter { 
    font-size: 18px;
	color: #344DA1;
	margin-bottom: 0; 
	}
h4 { 
    font-size: 1em; 
}
h4.imagecaption {
    font-size: 14px;	
	line-height: 16px;
	color: #3c3c3c;	
    font-family: Cambria, Georgia, Times, Times New Roman, serif;	
	font-weight: normal;
	padding: 0 10px 10px 10px;
	font-weight: bold;
	}
h5 { 
    font-size: .83em;
}
h6 { 
    font-size: .75em; 
}
a.white:link { text-decoration: underline; color: #ffffff; font-size: 14px; }
a.white:hover { text-decoration: underline; color: #ffff80; font-size: 14px; }
a.white:visited { text-decoration: underline; color: #ffffff; font-size: 14px; }

a.brown:link { text-decoration: none; color: #3c3c3c; font-size: 14px; font-weight: 800; padding-left: 20px; line-height: 20px;}
a.brown:hover { text-decoration: none; color: #ffff80; font-size: 14px; font-weight: 800; padding-left: 20px; line-height: 20px;}
a.brown:visited { text-decoration: none; color: #3c3c3c; font-size: 14px; font-weight: 800; padding-left: 20px; line-height: 20px;}

a.moreinfo:link { text-decoration: none; color: #3c3c3c; font-size: 16px; font-weight: 800; padding-left: 20px; font-family:Verdana, Arial, Helvetica, sans-serif;}
a.moreinfo:hover { text-decoration: underline; color: #fff; font-size: 16px; font-weight: 800; padding-left: 20px;  font-family:Verdana, Arial, Helvetica, sans-serif; }
a.moreinfo:visited { text-decoration: none; color: #3c3c3c; font-size: 16px; font-weight: 800; padding-left: 20px;  font-family:Verdana, Arial, Helvetica, sans-serif;}


#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;
	 }  
.box1{  
        margin: 20px 0 0 0;
        background: #E2E3DB;
        width: 540px; 
		height: auto;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		float: left;         
       }
.box2{  
        margin-top: 40px;
        width: 270px;
		height: auto; 
		float: right; 
		background: #fff;
		color: #fff;		
		z-index: 200;
		border: 5px solid #3c3c3c;
		text-align: center;
		}
.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;
     }
.quote  {
   font-size: 14px;
   font-weight: 400;
   color: #3C7DC4;
     }
li.nobullet  {
    list-style: none;
	}
li.square  {
    list-style: square;
	}
blockquote { 
    padding: 10px;
	background-color: #E2ECF6; 
	border: 1px solid #3c3c3c; 
   } 
.sidebar {
    font-size: 14px;	
	line-height: 16px;
	color: #3c3c3c;	
    font-family: Cambria, Georgia, Times, Times New Roman, serif;	
	font-weight: bold;
	padding: 0 10px 10px 10px;
	}
.breadcrumbtext {
    font-size: 12px;
	}
a.breadcrumb:link {
    font-size: 12px;
	color: #3c3c3c;
    text-decoration: underline;
	font-weight: normal;
	}	
a.breadcrumb:hover {
    font-size: 12px;
	color: #F6861F;		
	text-decoration: underline;
	font-weight: normal;
	}
a.breadcrumb:visited {
    font-size: 12px;
	color: #3c3c3c;		
	text-decoration: underline;
	font-weight: normal;
	}
a.breadcrumb:active {
    font-size: 12px;
	color: #3c3c3c;		
	text-decoration: underline;
	font-weight: normal;
	}


