body {
	background-color: #000000;
	background-image: url(/montague/images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	}

table {
	font-size: 14px;
	}

img {
	border: 0;
	}

a, a:visited {
	color: #09007a;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url(/montague/images/dark_bg.jpg);
	}

#header {
	height: 99px;
	margin-top: 14px;
	background-image: url(/montague/images/header.jpg);
	}
	
#toc {
	height: 40px;
	text-align: left;
	background-image: url(/montague/images/toc_bg.gif);
	}

#toc ul {
	margin: 0 0 0 25px;
	padding: 0;
	height: 40px;
	padding-top: 12px;
	}

#toc ul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	padding-right: 25px;
	}

#toc ul li a {
	color: #FFFFFF;
	font-size: 16px;
	font-family: Arial, sans-serif;
	}

#toc ul li ul {
	display: none;
	}

#subtoc {
	float: left;
	text-align: left;
	}



#search {
	margin: 20px 0 0 20px;
	}

#search input {
	width: 160px;
	}

#content{
	padding: 30px;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	font-family: Arial, sans-serif;
	min-height:400px;
  	height:auto !important;
  	height:400px;
	background-image: url(/montague/images/content_bg.gif);
	}

#content h1 {
	color: #037c24;
	font-size: 20px;
	margin: 0 0 5px 0;
	}

#content h2 {
	color: #535353;
	font-size: 16px;
	margin: 0 0 5px 0px;
	}


#content p {
	margin: 0 0 10px 22px;
	}

#footer {
	width: 800px;
	height: 100px;
	background-image: url(/montague/images/footer_bg.gif);
	text-align: center;
	font-size: 12px;
	background-repeat: no-repeat;
	background-color: #000000;
	padding-top: 30px;
	color: #707070;
	}

#footer p {
	margin: 0;
	padding: 0;
	}



<style type="text/css">
#subtoc {
z-index: 99;
}

#subtoc ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 140px; /* Width of Menu Items */
}
	
#subtoc ul li{
position: relative;
}
	
/*Sub level menu items */
#subtoc ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
background-color: #FFFFFF;
}

/* Sub level menu links style */
#subtoc ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
padding: 1px 5px;
border-bottom: 0;
color: #3b0200;
font-size: 12px;
}

#subtoc ul li a:visited{
color: black;
}

#subtoc ul li a:hover{
background-color: #ebdec9;
}

#subtoc .subfolderstyle{
background: url(media/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html #subtoc ul li { float: left; height: 1%; }
* html #subtoc ul li a { height: 1%; }
/* End */

</style>

