body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
h1 {
	color: #396D77;
	font-size: 16pt;
	font-weight: bold;
	text-align: left;
}
h2 {
	color: #396D77;
	font-size: 14pt;
}
p {
	font-size: 10pt;
	line-height: 110%;
	text-indent: 20px;
}

#container {
	width: 800px;
	margin: 0px auto 10px auto;
	padding: 0;
	text-align: left;
	}
	
#headerbox {
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #6699FF;
	width: 800px;
	padding-bottom: 10px;
	}

#title {
	text-align: left;
	font-size: 16px;
	color: #396D77;
	font-weight: bold;
	display: inline;
	float: left;
	padding-left: 20px;
	width: 600px;
	}
	
#title p {
	font-size: 12pt;
	text-indent: 0px;
	line-height: 100%;
}

#menu {
	display: inline;
	height: 23px;
	width: 700px;
	}

#menu a:link, #menu a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover {
	color: #006666;
	text-decoration: none;
	font-weight: bold;
}

#content {
	width: 800px;
	text-align: justify;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #6699FF;
	padding-bottom: 20px;
	padding-top: 10px;
	}

#content a:link, #content a:visited {

	color: #800040;
	text-decoration: none;
}
#content a:hover {
	color: #800040;
	text-decoration: none;
	background-color: #FFFF99;
}

#content li {
	font-size: 10pt;
	list-style-type: circle;
	list-style-position: inside;
}
#menu p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 23px;
	font-size: 12px;
	text-transform: lowercase;
	text-align: center;
	text-indent: 0px;
	line-height: normal;
	color: #000000;
	font-weight: bold;
}

