	a {
		color: #0000aa;
	}
	a:hover {
		color: #600;
	}
	a:active {
		color: #000000;
	}

	body {
		background-color: #d1e2ca;
		color: #000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
		text-align:center;
		vertical-align: top;
		margin-top: 0px;
		padding: 0px;
		margin-left: 9px;
		margin-right: 0px;
	}

	
	p {
		text-indent: 20px;
	}
	
	img {
		padding: 0px;
		margin: 0px;
		display: block;
	}
	
	
	h1 {
		color: #059;
		font-size: 10pt;
		background-image:url(pictures/titlebackground.gif);
		background-repeat: repeat-y;
		border-left: 1px solid #4f4464;

		border-top: 1px solid #4f4464;
		padding: 3px;
		padding-left: 10px;
		margin-top: 0px;
		
	}

	.textColumn {
		width: 300px;
		margin-bottom: 15px;
		text-align: justify;
	}

	.formsTable {
		font-weight: normal;
		padding: 3px;
		margin: 0px;
		margin-bottom: 10px;
		font-size: 8pt;
		width: 440px;
		border: 1px solid #aaa;
		float: right;
	}

	.title {
		text-align: left;
		font-size: 7pt;
		height: 30px;
		background-color: #eee;
		vertical-align: middle;
		border-right: 1px solid #ccc;
	}

	.inputBox {
		vertical-align: middle;
	}

	table {
		margin-left: auto;
		margin-right: auto;
		width: 759px;
	}

	.imageColumn {
		float: none;
		width: 288px;
		margin: 0px;
		padding: 0px;
	}
	.imageColumn img {
		border: 1px solid #222;
		padding: 0px;
		margin-bottom: 20px;
		display: inline;

	}

	.navigation {
	background-color: #4f6646;
	background-image:url(pictures/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align:top;
	text-align: center;
	color: #fff;
	white-space: nowrap;
	font-size: 12px;
	height: 63px;
	font-weight: bold;
	}
	
	.navigation div {
		padding-top: 6px;
	}
	
	.navigation a {
		color: #fff;
		padding-top: 6px;
		padding-bottom: 3px;
		padding-left: 6px;
		padding-right: 6px;
		text-decoration: none;

	}
	
	.navigation a:hover {
		color: #241;
		background-color: #fff;
		background-image:url(pictures/menuhighlight.gif);
	}
	
	.navigation a:active {
		color: #000;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		padding-left: 5px;
		padding-right: 5px;
		background-color: #ccc;
	}
	
	.navigation a:hover:visited {
	
	}
	
	.selected {
		color: #111 !important;
		background-image: none !important;
		background-color: transparent !important;
	}
	
	.nopadding {
		margin: 0px;
		padding: 0px;
		background-color: #000;
	}
	
	td {
		vertical-align: top;
	}
	
	.rightShadow, .bannerShadow {
		background-image: url(pictures/pageShadowRight.gif);
		background-repeat:repeat-y;
		width: 9px;
		color: #ccc;
	}

	.bannerShadow {
		background-image: url(pictures/bannerShadow.gif);
		background-position: bottom left;
		background-repeat:no-repeat;

	}

	
	.bottomShadow {
		background-image: url(pictures/pageShadowBottom.gif);
		background-repeat:repeat-x;
		height: 9px;
		color: #fff;
		border-top: 1px solid #333;
		text-align: left;
	}
	
	.cornerShadow {
		background-image:url(pictures/pageBottomRight.gif);
		background-repeat:no-repeat;
		height: 9px;
		width: 9px;
		background-position:left top;
		color: #fff;

	}
	
	.content {
		font-size: 8pt;
		padding: 8px;
		padding-top: 0px;
		padding-left: 50px;
		padding-right: 50px;
		text-align: justify;
		background-image:url(pictures/contentbackground.jpg);
		background-position: bottom right;
		background-repeat: no-repeat;
		background-color: #fff;
		border-left: 1px solid #444 !important;
		width: 649px;
	}
	
	.contact {
		padding-left: 5px;
		padding-right: 5px;
		border: 1px solid #aaa;
		padding-top: 1px;
		padding-bottom: 1px;
		margin: 0px;
	}
	.contactTitle {
		margin-top: 10px;
		padding-left: 0px;
		margin-bottom:  0px;
		font-weight: bold;
		font-size: 8pt;
		text-indent: 0%;
	}

	.leftBorder {
		color: #fff;	
		width: 11px;
		border-right: 1px solid #aaa;
	}
	
	.copyright {
		background-color: #5f7757;
		background-image:url(pictures/copyright.jpg);
		font-size: 10px;
		border-left: 1px solid #444;
		border-top: 1px solid #222;
		color: #fff;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.copyright div {
		text-align: center;
	}
	
	.copyright a {
		color: #ffbb88;
		text-decoration: none;
	}

	
	.copyright a:hover {
		border-top: 1px solid #fffbb8 !important;
		text-decoration: underline;
		padding-bottom: 1px !important;
		color: #fffbb8;
	}
	
	
	.copyright a:active {
		border-top: 1px solid #ffbb88;
		border-bottom: 1px solid #ffbb88;
		padding-bottom: 1px;
		color: #002;
	}
	