		Body
			{
	background: #04080B url(images/background.jpg) no-repeat;
	color: #222222;
	margin: 0;
	font-size: 11pt;
	padding:0;
	align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
			}
		.pagetitle
			{
				color: #FFF;
				font-size: 16pt;
				font-weight: bold;
				font-family: arial, verdana, helvetica, sans-serif;
				
			}
		#container {
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;

				position: relative;
				width: 780px; 
				text-align:left;
			}
		#logo
			{
				position: absolute;
				top: 0px;
				left: 0px;
				text-align: left;
				width: 517px;
				height: 433px;
			}
		#body
			{
				position: absolute;
				padding: 10px;
				background: #8BAE97;
				top: 105px;
				left: 174px;
				text-align: left;
				width: 600px;
			}
		#navbar
			{
				position: absolute;
				top: 132px;
				left: 49px;
				width: 110px;
				text-align: left;
			}
		#contact
			{
				position: absolute;
				top: 10px;
				left: 400px;
				text-align: right;
				width: 365px;
				font-size: 9pt;
				color: #ADD5BB;
			}
		#footer
			{
				clear: all;
				text-align: right;
				color: #FFF;
				width: 800px;
			}
		#footer span {display:none}
		.invis {display:hidden}
		.subheader
			{
				color: #5D5D31;
				font-size: 1em;
				font-weight: bold;
			}
		.sidebartitle
			{
				color: #000000;
				font-size: 10pt;
				font-weight: bolder;
				font-family: verdana, arial, helvetica, sans-serif;
			}
		.sidebarsubhead
			{
				color: #000000;
				font-size: 8pt;
				font-weight: bolder;
				font-family: verdana, arial, helvetica, sans-serif;
			}
		.sidebartext
			{
				color: #444444;
				font-size: 8pt;
				font-family: verdana, arial, helvetica, sans-serif;
			}
		.caption
			{
				color: #000000;
				font-size: 8pt;
				font-style: italic;
				font-family: verdana, arial, helvetica, sans-serif;
			}
		.headerfootertext
			{
				color: #000000;
				font-size: 8pt;
				font-family: verdana, arial, helvetica, sans-serif;
			}
		.error
			{
				color: #FF0000;
				font-weight: bolder;
			}
		.success
			{
				color: darkgreen;
				font-weight: bolder;
			}
		.instructions
			{
				color: #999966;
				font-size: 8pt;
			}
		.required
			{
				color: #FF0000;
				font-weight: bolder;
			}
		.fieldlabel
			{
				color: #000000;
				font-weight: bolder;
			}
		.alternatelink
			{
				/*alternate to the standard a tag*/
				color: #FFFFFF;
			}
		a.alternatelink:link
			{
				color: #FFFFFF;
				text-decoration: underlined;
			}
		a.alternatelink:active
			{
				color: #FFFFFF;
				text-decoration: underlined;
			}
		a.alternatelink:visited
			{
				color: #FFFFCC;
				text-decoration: underlined;
			}
		a.alternatelink:hover
			{
				color: #EFE;
				text-decoration: none;
			}
		a:link
			{
				color: #03471B;
				text-decoration: underlined;
			}
		a:active
			{
				color: #03471B;
				text-decoration: underlined;
			}
		a:visited
			{
				color: #337733;
				text-decoration: underlined;
			}
		a:hover
			{
				color: #FFF;
				text-decoration: none;
			}
		/************************************/
		/*     End Standard CSS Classes */
		/***********************************/
	hr
		{
		size: 1px;
		color: #4F785D;
		}