body { 
  	background: 				#FFFADC;
   	font-size:					14px;
	color:						#FFFADC;
   	margin-top:					10px;
   	text-align:					center;
    font-family:				Arial, Helvetica, sans-serif;
    font-size:					14px;
    text-decoration: 			none;
    font-weight: 				normal;
  
  	scrollbar-face-color: 		#cccc99;
  	scrollbar-highlight-color: 	#736754;
  	scrollbar-3dlight-color: 	#ffffcc;
  	scrollbar-darkshadow-color: #ffffcc;
  	scrollbar-shadow-color: 	#736754;
  	scrollbar-arrow-color: 		#5f785d;
  	scrollbar-track-color: 		#ffffcc;
	}
  
/* table
----------------------------------------------- */

table{
  	background-color: 	#FFFADC;
	padding:			0px;
	border-color:		#323721;
}

table.menu
{
	position:			absolute;
	visibility:			hidden;
}

table.menus
{
	background-color: 	#323721;
	width:				696px;
	height:				14px;
	font-weight:		bold;
}

/*  tr, td
 	------------------------------------------- */
tr{
	vertical-align:		top;
	}

td.menu{
	width:				auto;
	height: 			16px;
	text-align: 		center;
	background-color:	#323721;
}

td.quote{
	text-align: 			left;
	margin-left: 			10px;
	font-family:			Arial, Helvetica, sans-serif;
	color:					#003300;
	font-weight:			bold;
	height:					32px;
	width:					260px;
}

/* Links
	-----------------------------------------------  */ 
a {
   color: 				#999966; 
   font-size:			12px;
   font: 				italic; 
   text-decoration: 	none;
   }

a:link, a:visited, a:active {
   color: 				#FFFFFF;
   }

a:hover{ 
   	color: 				#ffff99;
	}

a.hh{
	font-size:			14px;
   	font: 				italic;
	font-weight:		bold; 
   	color: 				#D09864;
   }
   
a.hh:link{
   color:				#003300;
   }
   
a.hh:hover{ 
   	color:				#660000;
	}

a.hh:active, a.hh:visited {
   color:				#CC6600;
	}

/* Headings
----------------------------------------------- */
h1{
   	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:			30px;
   	font: 				italic; 
   	font-weight:		bold;
	font-stretch:		extra-expanded;
   	color: 				#3E422C;
	margin:				0,0,0,0;
   }

h2{
   	font-family:		Georgia, "Times New Roman", Times, serif;
	font-size:			18px;
	font-style:			italic;
   	font-weight:		lighter;
	margin:				0;
   }

h3{
	font-family:		Georgia, "Times New Roman", Times, serif;
	font-size:			16px;
	font-style:			oblique;
	font-weight:		bold;
	margin-bottom:		0;
	margin-top:			5px;
	}

h6{
	font-size:			11px;
   	color: 				#A59E5C;
   }
  
  /*Images
   --------------------------------------- */

img.simg {
	height: 100px;
    width: 400px;
	margin:10px; 
    border-width: 0px;
}

div#banner img{
	border-color: #323721;
}
  /*div menu
   --------------------------------------- */
div#menutop td{
	height: 			16px;
	text-align: 		center;
	background-color:	#323721;
	vertical-align:top;
}

div#submenu
td
{
	height: 			16px;
	text-align: 		left;
	background-color:   #3E4429;
	vertical-align: 	top;
	padding-left: 		5px;
}

div#subsubmenu
td
{
	height: 			16px;
	text-align: 		left;
	background-color:   #4C5334;
	vertical-align: 	top;
	padding-left: 		5px;
	width: 				100px;
}

div#menubot table{
	background-color: 	#323721;
	width:				696px;
	height:				16px;
	font-weight:		bold;
	vertical-align:		top;
}
div#menubot td{
	width:				auto;
	height: 			16px;
	text-align: 		center;
	background-color:	#323721;
	vertical-align:		top;
}

div#darkcontainer {
	width:				696px;
	color:				#999966;
	font-size:			12px;

}

div#darkcontainer td{
	background-color: 	#3E422C;	
	text-align: 		center;
	border:				3px;
}

div#darkcontainer h2{
   	color: 				#cccc99;
   }
div#darkcontainer a{
   font: 				italic; 
   }

div#lightcontainer{
   	color: 				#FFFADC;
	text-align:			left;
}

div#lightcontainer table{
   	color: 				#3E422C;
	width:				696px;
	border-style:		solid;
	border-top-width: 0px;
}

div#lightcontainer td{
padding-left: 5px;
}

div#lightcontainer h2{
   	color:				#666633;
	font-style:			italic;
	font-weight:		bold;
   }

div#lightcontainer a{
   	color: 				#3E422C;
	font-size:			14px;
   }
   
div#lightcontainer a:hover{
   	color:#990000;
   }

div#smalltext
{
   font-size:12px;
   text-align:left;
   }
