body { font: 12px Arial, Helvetica, sans-serif; color: #000000; margin: 0; padding: 0px; background: url(images/backtexture.jpg) #E9DEBC;}
h4 { margin-bottom: 2px; color: #3A3E5B;}
h3 { margin-bottom: 2px; color: #3A3E5B;}
h2 { margin-bottom: 2px; color: #3A3E5B;}
.center {text-align: center;}
.vanish { display: none;}
.indent { text-indent:15px;}
.italic { font-style:italic;}
.bold { font-weight: bold;}
.underline { text-decoration:underline;}
.boldunder { text-decoration:underline; font-weight: bold;}
.letterspace {letter-spacing: 5px; }
.bolditalic { font-weight: bold; font-style:italic;}

a:link, a:visited { text-decoration: none; color: #006666;}
a:hover {text-decoration: underline; }

#main { width: 100%; border: 1px solid #000000; margin: 0px auto; padding:0px; background: #E0D6B8;}

#header { background: url(images/header1.jpg) repeat-x top center; height: 150px; margin: 0px auto; border-bottom: 10px solid #222721;}
#header img { margin: 15px 0px 0px 20px; }
#header img.logo { border:1px solid #000000; }

#content {	margin-left: 11em; background: #ADAF96; padding: 20px 20% 15% 30px; border-left: 5px solid #222721;} 


/*************************************Don't Touch!*************************************/

	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0px 0px 0px 0px;
		list-style: none;
		float : left;
		width : 11em;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.30em;
		margin-bottom : -1px;
		width: 11em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 11.05em;
		margin-top : -3em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 10em;
		display : block;
		color : black;
		font-weight:bold;
		text-decoration : none;
		background-color : #E0D6B8;
		border-top: 1px solid black;
		border-right: 1px solid black;
		border-bottom: 1px solid black;
		padding : 0 0.5em;
	}
	
	#nav li a:hover {
		color : white;
		background-color : #4F585F;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	#nav img {
		border: none;
		margin-left: 7px;
	}
	#nav p {margin: 6px auto;}




