<style type="text/css">

	p {
		line-height: 1.5 em;
	}

	a:link{
	color: blue;
	}
	a:visited{
	color:purple;
	}


	h1 {
	font-size: 2 em;
		color: green;
	}	
	h2 {
	font-size: 1.5 em;
	}
	h3 {
		font-size: 1.25 em;
		color: green;
	}
	body {
	background-color: #FFFFF5;
	font-family: "Times New Roman"
	}	
	dl {
	}
	dt {
	color: #008080;
	}
	dd{

	}

	background-color: 
	}
	#title{
	position: absolute;
	top: 0 em;
	}
	#navigation{
	position:absolute;
	top:8 em;
	left:0;
	width: 33%;
	max-width: 600 px;
	}
	#navigation ul{
	list-style-type: none;
	line-height: 1.5 em
	}

	#content {
	position:relative;
	margin-top: 3 em;
	margin-left: 30%;
	margin-right: 1%;
	}

	.faqhead{
	font-weight:bold;
	color: #008080;
	line-height:1.5;	
	}
	.faqanswer{
	
	}
	
</style>
