#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #FFFFFF;
}
#rightcol {
	padding: 10px;
	float: right;
	width: 300px;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 1.5em;
}
#leftcol {
	float: left;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
	line-height: 1.5em;
	text-align: justify;
	width: 56%;
	padding: 10px 0px 10px 10px;
}
.headerText {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #075F55;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D6BF91;
	display: block;
}



#footer a:link, #footer a:visited {
	color: #FFFFFF;
}

hr{
	height:1px; 
	border-style:solid; 
	border-width:2px 0 0 0;
	border-color:#D6BF91;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	margin-top: 0px;
	background-color: #000000;
}
#footer {
	background-color: #075F55;
	padding: 10px;
	width: 780px;
	margin-bottom: 20px;
	text-align: center;
	color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #C9CDD0;
}

#headergraphic {
	width: 800px;
}

/* Begin Aslett Clearing Method */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearFix:after {
    content: ".";              	/* the period is placed on the page as the last thing before the div closes */
	display: block;         /* inline elements don't respond to the clear property 			    */ 
    height: 0;                  /* ensure the period is not visible 				   	    */
    clear: both;               	/* make the container clear the period 					    */
    visibility: hidden;	     	/* further ensures the period is not visible 				    */
}

.clearFix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearFix {height: 1%;}
.clearFix {display: block;}
/* End hide from IE-mac */
/* End Aslett Clearing Method */

