@charset "utf-8";
/* last edited: 4 January 2009 by cjl */

html,body {
	background-color: #47596b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-repeat: repeat-x; 
 	}
      
p {						/* cjl added ul */
	margin-left: 20px;
	margin-right: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	font-weight: normal;
	color: #000;
	font-style: normal;
 	}
 
.bodyul {
	margin-left: 42px;
	margin-right: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	font-weight: normal;
	color: #000;
	font-style: normal;
	list-style: circle;
}	

.bodyol {
	margin-left: 42px;
	margin-right: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	font-weight: normal;
	color: #000;
	font-style: normal;
	type: 1;
}	

.float {/* element float */
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  color: #fff;
  float: center;
  width: 700px;
  margin: 20px;
  padding: 5px; 
  background: #fff;
  border: 5px double #47596b;
  }

.floatsm {/* element float small box */
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  color: #000;
  float: left;
  width: 100 px;
  margin: 20px;
  padding: 5px; 
  background: #fff;
  border: 5px double #47596b;
  text-align:center
  }
  
  .floatsm2 {/* element float small box */
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  color: #000;
  float: right;
  width: 100 px;
  margin: 20px;
  padding: 5px; 
  background: #fff;
  border: 5px double #47596b;
  text-align:center
  }

h1,h2,h3 {
 	margin-left: 20px;
	margin-right: 20px;
	color: #433f3b;
	}
	
h1  {
	font-size: 22px;
	}	

h2	{
	font-size: 16px;
	font-style: italic;
	} 
	
h3  {
	font-size: 13px;
	font-style:italic;
	}
	

a:link {font-weight: 600; color: #433f3b; text-decoration: none;}  /* charcoal text on menu bar */
a:active {font-weight: 600; color: #433f3b; text-decoration: none;}
a:visited {font-weight: 600; color: #433f3b; text-decoration: none;}  
a:hover {font-weight: 600; color: #ccb79c; text-decoration: none;}  /* white */

a.hyper:link {font-weight: 600; color: #6f0d18; text-decoration: none;} /* burgundy in text */
a.hyper:active {font-weight: 600; color: #6f0d18; text-decoration: none;}
a.hyper:visited {font-weight: 600; color: #6f0d18; text-decoration: none;}
a.hyper:hover {font-weight: 600; color: #6b474b; text-decoration: underline;}  /* red-taupe */


/* add dropmenu stuff here  */

#dropmenudiv{
position: absolute;
margin-top:3px;     // spacing between menu line and dropdown
border-bottom: 1px solid #433f3b;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;  
color: #433f3b;  //before hover
line-height:12px;   //height of dropdown space
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 10px;
border-bottom: 1px solid #433f3b;
padding: 2px 0;
text-decoration: none;
font-weight: 400;  //overwritten?
color:#433f3b;  
}

#dropmenudiv a:hover{ 
background-color: #918076;  //overwritten?
color:#ccb79c; // font color on hover
}  

.style1 {font-size: 14px}








