/* CSS Document */

body {
	margin: 0; 
	padding: 0;
	font-size: 90%;
	font-family: arial, helvetica, sans-serif;
	background-color: #fff;
	background-image:  url(images/sandbackground-light.jpg);
	color: #000; 
	}

#container {
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	background-image:  url(images/navbackground.gif);
	background-repeat: repeat-y;
	border: 1px solid gray;
}
	
#top {
	border-bottom: 1px solid gray;
}

#navcontainer ul
{
text-align: left;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin: 0;
background-color: #ddd;
color: #006699;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: #006699;
text-decoration: none;
border-right: 1px solid gray;
font-weight: bold;
}

#navcontainer ul li a:hover
{
background-color: #FFFFCC;
color: #006699;
}

#navcontainer #active { border-left: 1px solid #fff; }

#leftnav, #leftnav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 160px;
	}
	
#leftnav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.5em;
		margin-bottom : -1px;
		width: 160px;
	}
	
#leftnav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 12.05em;
		margin-top : -1.35em;
	}
	
#leftnav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
#leftnav li a {
		width: 160px;
		w\idth : 11em;
		display : block;
		color : #006699;
		font-weight : bold;
		text-decoration : none;
		background-color : #99CCCC;
		padding : 0 0.5em;
	}
	
#leftnav li ul a {
	width: 160px;
	w\idth : 11em;
	display : block;
	color : #006699;
	font-weight : normal;
	text-decoration : none;
	background-color : #99CCCC;
	padding : 0 0.5em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
		}
	
#leftnav li a:hover {
		color : #FFFFCC;
		background-color : #99CCCC;
	}
	
#leftnav li:hover ul ul, #leftnav li:hover ul ul ul, #leftnav li.sfhover ul ul, #leftnav li.sfhover ul ul ul {
		left: -999em;
	}
	
#leftnav li:hover ul, #leftnav li li:hover ul, #leftnav li li li:hover ul, #leftnav li.sfhover ul, #leftnav li li.sfhover ul, #leftnav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

#content {
	line-height: 130%;
	margin-left: 13em;
	border-left: 1px none gray;
	padding-top: 1em;
	margin-right: 2em;
}

#footer {
	font-size: 75%;
	clear: both;
	margin: 0;
	padding: .25em;
	color: #006699;
	border-top: 5px solid gray;
	background-image:  url(images/sandbackground-light.jpg);
}

#content h2 {
	margin: 0 0 1em 0;
	color: #006699;
	line-height: 1.5em;
	}

#content h3 {
	margin: 0 0 1em 0;
	color: #006699;
	}
	</style>
 

