body {
	margin:0;
	padding:0;
	color:#000;
	background: #FFFFCC;
	font-family: "Trebuchet MS", sans-serif;
}

#header {
	top:0;
	left:0;
	height:5em;
	border-bottom:3px solid #708090;
}


h1 {
	font-size: 1.8em; 
	color:blue;
}

h2 {
	font-size: .8em;
	margin-top: 1ex;
	margin-bottom: 1.5ex;
	line-height: 2ex;
	color:blue;
}

#content {
	margin-left:10em;
	padding:1em 3em 1em;
}

#navsite {
	position:absolute;
	top: 12em;
	left:0;
	width:11em;
}

#navsite ul {
	list-style: none;
	margin: 10px;
} 

.pagetitle { 
	font-family: "Trebuchet MS", sans-serif, helvetica, impact;
	font-size: 100%; 
	font-weight: bold; 
	color: blue; 
}

.footer { 
	font-size: 75%; 
	font-weight: bold; 
	align: center
}
