body {
	font-family: verdana, arial, sans-serif; 
	font-size: 100%; 
	background-color: brown;
	width: 960px;
	margin-left:auto;
	margin-right: auto;
	}
	
* {
	margin:0; 
	padding:0;
	} 

a:link {
	color: #65271A;
	text-decoration: none;
	}
	
a:hover {
	background-color: #DBB894;
	color: #FFFFFF;
	}

a:visited {
	text-decoration: none;
	color: #C1494F;
	}

div#header {
	border-radius: 15px;
	-moz-border-radius: 15px;
	text-align:center; 
	margin-top: 10px; 
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-top:12px;
	padding-bottom: 10px;
	width: 80%;
	border-top: 2px solid #C1494F;
	background-color: #FFFFCC;
		
	}
	
div#header h1 {
	width: 80%; 
	margin-top: .25em; 
	margin-bottom: 20px;
	margin-right:auto; 
	margin-left:auto; 
	font: 1.8em bold "Times New Roman", arial, sans-serif;  
	text-align:center; 
	padding: 0 0 .3em 0; 
	border-bottom: 2px solid #C1494F;
	letter-spacing: -.05em; 
	line-height: 1.3em;
	}

div#header h1 span {
	font-style: italic;
	/*padding-bottom:5px;*/
	}

div#listmenu {
	width:95%; 						/* makes the div full width */
	float:left; 						/*makes the div enclose the list */
	border-top: 2px solid #C1494F;		/* draws line on top edge of div */
	border-bottom: 2px solid #C1494F;	/* draws line on bottom edge of div */
	font-size:1em;						/* Sets font size */
	background-color:#DBB894; 				/* colors the div */
	margin-bottom: 1em;
	}
	
div#listmenu ul {
	margin:0 0 0 165px;			/* indents ul from edge of container */
	}
	
div#listmenu li {
	float:left;							/* causes the list to align horizontally instead of stack */
	position:relative; 					/* positioning context for the absolutely positioned drop-down */
	list-style-type:none;				/* removes the bullet off each list item */
	background-color: #EEDDCD; 				/*sets the background of the menu items */
	border-right:1px solid #CE996F; 			/* creates dividing lines between the li elements */
	}
	
div#listmenu li:first-child {
	border-left:1px solid #CE996F; 			/*the first vertical line on the menu */
	}
	
div#listmenu a {
	display: block;
	padding: 0 16px;					/*creates space each side of menu item's text */
	text-decoration: none;	 			/* removes the underlining of the link */
	color: #65271A;						/* sets the type color */
	}
	
						/* the horizontal menu ends here */
						
						/* the drop-down starts here */
div#listmenu ul li ul {
	margin: 0;
	position:absolute; 	/* positions the drop-down ul in relation to its relatively positioned li parent */
	width:10em; 		/*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	left:-1px; 			/*aligns the drop exactly under the menu */
	}
	
div#listmenu ul li ul li {
	width:100%; 						/* makes the list items fill the list container (ul) */
	border-left:1px solid #CE996F; 		/*  three sides of each drop-down item */
	border-bottom:1px solid #CE996F;
	border-right:1px solid #CE996F;
	}
	
div#listmenu ul li ul li:first-child {
	border-top:1px solid #CE996F; 		/*the top edge of the dropdown */
	}
									/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {
	display:none;
	} 								/* conceals the drop-down when menu not hovered */
	
div#listmenu ul li:hover ul {
	display:block;
	} 								/* shows the drop-down when the menu is hovered */

/* Start pop-out here*/
body div#listmenu ul li ul li ul { 
	visibility: hidden;
	top: -1px;
	left: 10em;
	}
	
div#listmenu ul li ul li:hover ul {
	visibility: visible;
	}

div#nav {
	clear: both;
	position: absolute; 
	left: 0px; 
	top: 200px; 
	width: 10%;
	margin: 22px 0 0 25px; 
}

div#nav ul {
	margin-top: 40px; 
	margin-bottom: .5em;
}

div#nav li {
	font-weight: bold;
	font-size: 0.75em;
	border: 1px solid #C1494F;
	background-color: #EEDDCD;
	line-height: 2em;
	list-style-type: none;	
}	

div#nav a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #65271A;
/*	width: 120px;				*/	/* sets the type color */
}

div#nav a:hover {
	background-color: #DBB894;
}

div#nav a span {
	display: none;
	}

div#nav a:hover span {
	display: block;
   	position: absolute; 
	top: 170px;
	left: 0;
	text-decoration: none; 
	border: 1px solid #C1494F;
	width: 112px;
   	padding: 5px; 
	margin-left: 0px; 
	z-index: 100;
   	color: #00000; 
	background-color: #DBB894;
   	font: 10px Verdana, sans-serif; 
	text-align: center;
	text-decoration: none;
	}

div#container {
	clear:both;
	background-color:#93C;
	border: 6px black solid:
	}

div#contentheader {
	margin-top: 1em;
	margin-left: 10%;
	background-color: #FFFFCC;
	}		

div#contentheader h2 {
	font-size:1.3em;
	font-weight:normal;
	}

div#content {
	float:left;
	width: 75%;
	margin-bottom: 20px;   
	background-color: #FFFFCC;
	}

div#main p {
	font-size: 1em; 
	padding: .5em 1em; 
	line-height: 1.4em;
}
		
div#main {
	margin: 10px 15px 20px 15px;
	padding: 0 1em;
}

div#bullet_list {
	margin: 10px 4%; 
	border:2px solid #C1494F; 
	background-color: #DBB894;
	line-height: 1.65em; 
	padding: .5em .5em .5em 1em; 
	list-style-position: inside;
	font-size: 1.0em;
	}

div#bullet_list ul li a{
	text-decoration:underline;
}

div#rightcolumn {
	border-radius: 25px;
	-moz-border-radius: 25px;
	float: left; 
	width: 16%;
	padding: 1em .5em; 
	border: 2px solid #C1494F; 
	background-color: #EEDDCD;
	margin-left: 20px;
	line-height: 2em; 
	}
	
div#rightcolumn p {
	font-size:.85em; 
	line-height: 1.3em;
	}

div#spacer {
	width: 100%;
	}

div#bottom {
	clear: both;
	padding-bottom: 2px;
	border-bottom: 2px solid #CE996F;
	width: 100%; 
	}

div#footer {
	width: 100%; 
	font-size: 0.75em; 
	padding-bottom: 4px; 
	padding-top: 4px; 
	text-align: center
	}
	
div#footer UL {
	margin: 2px 0px
	}
	
div#footer LI {
	display: inline; 
	}
	
div#footer LI:unknown {
	border-left: 0px
	}
	
div#footer UL LI a {
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;  
	}
	
div#footer UL LI a:hover {
	color: #FFFFFF;
	}
	
div#footer UL LI a:visited {
	text-decoration: none;
	}