<!--
body{
	margin: 6;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	Background-color: #ffffff;
	text-align: center;
}
#wrapper {

	position: relative;
	text-align: left;
	width: 899px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #ececec;

}
#header {
	background-image: url(images/Banner.jpg);
	background-repeat:no-repeat;
	height: 160px;
	position: relative;
	border-bottom: 1px solid #ececec;

}
#header h1{
	margin: 0;
	padding: 0;
	font-family: Helvetica, verdana, comic sans MS, arial;
	font-weight:normal;
	color: #000000;
	font-size: 40px;
	position: absolute;
	bottom: 4px;
	right: 10px;

}
#content{
	margin-left: 230px;
	padding: 0 10px 0 0;
}

#content p{
	font-size: 80%;
	line-height: 1.8em;
	text-align: justify;
}

#navigation{
	position: absolute;
	top: 150px;
	left: 0;
	width: 180px;
}

#navigation ul{
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0;
	border: none;
}
#navigation li {
	font-size: 90%;
}

#navigation a:link, #navigation a:visited{
	color: #000000;
	background-color: transparent;
	display: block;
	border-bottom: 1px dashed #B8B8B8;
	padding: 1em 0 0.2em 0;
	text-decoration: none;
}

#navigation a:hover{
	color: #999;
}

#footer{
	font-size: 80%;
	padding-top: 1em;
	padding-bottom: 4px;
	text-align: right;
	color: #B8B8B8;
	background-color: transparent;
}
.floatright
{
	float: right;
	margin: 10px 0px 0px 10px;
	clear: right;
}
-->