body {
text-align: center;  /* centers the layout */
font: 100% Arial, Helvetica, sans-serif;
margin: 20px 0; 
background-color: #b2a89c;
}

/*** MAIN WRAPPER DIV ***/
#wrapper {
width: 800px;
margin : 0;
padding : 0;
}

/*** MAIN CONTENT AREA - INCLUDES THE HEADER AT THE TOP ***/
#leftcol { 
padding : 0;
background: #e1d0b6;
}

/*** USED FOR SUPERSCRIPT IN FOOTER***/
span.sup {
	font-size: 60%;
	padding: 0px;
	margin: 0px;
	vertical-align: super; 
	line-height: 0; 
	}

/***  THIS DIV IS THE LARGE HEADER IMAGE AT TOP OF PAGE ***/
#logo {
width : 800px;
height :190px; /* matches the height of the image */
padding-bottom: 10px;
margin: 0;
float: left;
}


/*** LINKS ***/
#leftcol a:link, a:active { 
color : #540008;
text-decoration : underline;
font-weight: bold;
}

#leftcol a:visited {
color : #744a00;
text-decoration : underline;
font-weight: bold;
}

#leftcol a:hover {
font-weight : bold;
color : #98002e;
text-decoration : underline;
}

/*** STYLES FOR THE MAIN CONTENT TEXT ***/
.text {
width : 770px;  /*** 633-4=629 ***/
padding : 0;
font-size : 14px;
color : #000000;
text-align : left;
line-height: 1.25em;
margin-left: 10px;
margin-top: 10px;

}
.text p {
margin-top : 10px;
margin-bottom : 4px;
padding : 0;
}

.text ol {
list-style-type: none;
}

.text li {
color: #540008;
}

li.contact
{
list-style-type: none;
}

/*** STYLES FOR THE COPYRIGHT OR FOOTER AREA ***/
#copyright {
background-color : #540008;
font-size : 70%;
color: #e9dcc8;
padding: 0;
width: 800px;
}

/*** STYLE FOR THE HEADINGS OF SECTIONS IN GUIDELINES ***/

H1 {
	color: #540008;
	font-size: 16px;
	border-bottom: double #540008;
	margin-bottom: -.1em;
	margin-top: 15px;
}



