/*  */

body{ 
  background-color:#cfd8a9;
  font-family:"Courier","Times New Roman", serif;	
}

h1 {
font-size:150%;
color:#ea6024;
text-align:center;


}

h2 {
font-size:100%;
color:#02283a;
margin-bottom:.25em;
}
	
#mainContent {
background: #fff url(../images/commonimages/tree_bg.gif) no-repeat top left;
margin: 5em 18%;
max-width:640px;
background-repeat: no-repeat;
background-x-position: left;
background-y-position: top;
border:#000000 thin dashed;
}

#header {
font-family: "Lucida Grande","Trebuchet MS",Verdana,Tahoma,Helvetica,Arial,sans-serif;
padding:2.5em 0em .25em 2.5em;
}

#bodyContent {
width:45%;
padding: 7em 6em 2em 2em;

}

#navigation {
color:#ea6024;
float:right;
padding-right:2.5em;
}

#navigation ul {
padding-top:3em;
}

#navigation li {
list-style-type:none;
padding-bottom:1em;
}

a {border-bottom: white thin dotted;}

#navigation a.navItem:link {color: #ea6024; text-decoration:none;}    
#navigation a.navItem:visited {color: #ea6024; text-decoration:none;}  
#navigation a.navItem:hover {border-bottom:black thin dotted; color: #6e6046; }  
#navigation a.navItem:active {color: #0000FF; text-decoration:none;}

.answer {
color:#6e6046;
margin-top:0;
line-height:1.25em;
}

/* subpage styles */

.introduction {
color:#6e6046;
font-variant:italics;
}

.thumb {
position:relative;
float:right;
background-color:#DFE6D2;
}





