	body {
		margin: 0px;
		background-color: #FFFFFF;
		background-image: url(images/separator.jpg);
		background-repeat: repeat-y;
		background-position: 160px;
	}

	#banner {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 95px;
		background-image: url(images/banner_background.jpg);
	}

	#navigation {
		position: absolute;
		top: 125px;
		left: 5px;
		width: 155px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
	}

	#navigation a {
		display: block;
		height: 23px;
		padding-left: 32px;
		padding-top: 7px;
		margin-top: 5px;
		background-repeat: no-repeat;
		text-decoration: none;
	}

	#navigation a:link, #navigation a:visited {
		background-image: url(images/buttoninactive.jpg);
		color: #008430;
	}

	#navigation a:hover, #navigation a:active {
		background-image: url(images/buttonactive.jpg);
		color: #F5E400;
	}

	#navigation a.subtop, #navigation a.subtop:link, #navigation a.subtop:visited {
		font-size: 13px;
		height: 13px;
		width: 132;
		margin-left: 20px;
		padding-left: 8px;
		padding-right: 4px;
		padding-top: 2px;
		padding-bottom: 3px;
		background-image: none;
	}

	#navigation a:hover.subtop, #navigation a.subtop:active {
		background-image: url(images/buttonactive_subtop.jpg);
		background-repeat: no-repeat;
		color: #F5E400;
	}

	#content {
		position: absolute;
		top: 120px;
		left: 190px;
		width: 550px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #000;
	}

	#content p {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 14px;
		margin-left: 0px;
	}

	#content p.last {
		margin-bottom: 30px;
	}

	#content p.pageEnd {
		margin-bottom: 35px;
	}

	#content a:link, #content a:visited {
		color: #008430;
		text-decoration: none;
	}

	#content a:hover, #content a:active  {
		color: #008430;
		text-decoration: underline;
	}

	#content a.upArrow {
		margin-bottom: 20px;
		display: block;
	}

	#content img {
		display: block;
	}

	#content img.content {
		margin-top: 10px;
		margin-right: 10px;
		margin-bottom: 20px;
		margin-left: 4px;
	}

	#content h1 {
		margin-top: 0px;
		margin-bottom: 8px;
	}

	#content h2 {
		margin-top: 0px;
		margin-bottom: 4px;
	}

	#content table {
		margin-bottom: 15px;
	}

	#content table.picBox {
		margin-left: 30px;
	}

	#content td.caption {
		font-size: 12px;
		color: #000;
		text-align: center;
		padding-top: 2px;
	}

