/* structure to hide from NN and early browsers */

body {
	margin: 0.5em;
	padding: 0;
		}
		
h1,h2,h3,h4,h5,h6,p,pre,td,th {
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	}

#container {
	margin: 0.5em;
	padding: 0;
	width: auto;
	}

#top {
	width: auto;
	height: 40px;
	z-index: 1;
	text-align: center;
	margin-bottom: 20px;
	}

#top h1 {
	letter-spacing: 0.3em;
	line-height: 90%;
	margin: 0;
	color: #0f3880;
	}

#top h2 {
	font-size: 105%;
	font-style: italic;
	margin: 0;
	color: #0f3880;
	}

#top p {
	line-height: 120%;
	margin: 0;
	color: #F3B000;
	font-weight: bold;
	}

#topmenu {
	width: auto;
	z-index: 2;
	}

#topmenu td {
	font-weight: bold;	
	}

#sidemenu {
	z-index: 3;
	text-align: center;
	width: 200px;
	float: left;
	padding: 20px 10px 20px 0px;
	}

#sidemenu td {
	font-weight: bold;
	text-align: left;
	line-height: 130%;
	border-bottom-style: solid;
	border-bottom-width: 7px;
	border-bottom-color: #FFFFFF;
	}

#breadCrumb{
	margin: 0;
	z-index: 5;
}


#content {
	z-index: 6;
	}
	
#menu ul {
		list-style: none;
		}
		
#menu li a {
	text-decoration: none;
	display: block;
	}
	
#menu li.here {
	display: block;
	}
	
#menu .navhead {
	letter-spacing: 0.05em;
	}

#footer {
	line-height: 130%;
	padding: 0px 1em 5px;
	width: auto;
	float: none;
	}
	
#footer .navhead {
	letter-spacing: 0.1em;
	}
		
h2, h3, h5, h6 {
	line-height: 1.7;
	}

#content h1 {
	letter-spacing: 0.1em;
	line-height: 110%;
	margin: 0;
	text-align: center;
	}
	
#content h2 {
	letter-spacing: 0.1em;
	line-height: 115%;
	}
		
#content h3 {
	letter-spacing: 0.1em;
	line-height: 110%;
	}
	
.quote {
	font-style: italic;
	margin-right: 30px;
	margin-left: 30px;
	text-align: center;
	font-weight: bold;
}


