body
{
    font: 10pt Arial, sans-serif;
    background-color: #ffffff;
    margin-left:0px;
	margin-right:0px;
	margin-top:10px;
	margin-bottom:10px;
}


a:hover {text-decoration: none; color: #B1AB77;}
.side a:link {text-decoration: none; color: #FFFFFF} 
.side a:visited {text-decoration: none; color: #FFFFFF}
.side a:hover {color: #B1AB77; text-decoration: underline}


.navleft
{
	font: 8pt Arial, sans-serif;
	text-align: left;
	margin-left:3px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:10px;		
}


.navright
{
	font: 8pt Arial, sans-serif;
	text-align: right;
	margin-left:3px;
	margin-right:3px;
	margin-top:10px;
	margin-bottom:10px;
}


.content
{
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}


.content h1
{
	margin-top: 0em;
    margin-bottom: 0em;
    font: bold 14pt Arial, sans-serif;
    text-indent: 0px;
    color: #49608d;
}


.content h2
{
	margin-top: 0em;
    margin-bottom: 0em;
    font: bold 16pt Arial, sans-serif;
    color: #b1ab77;
}


.content h3
{
	margin-top: 0em;
    margin-bottom: 0em;
    font: bold 12pt Arial, sans-serif;
}

.footer
{
	font: 8pt Arial, sans-serif;
}

.footer table
{
	width: 100%;
	background-color: red;   /* not working */
	border-style: solid;        
	border-color: #b1ab77;
	border-width: 3px;
}


.footer tr
{
	font: 8pt Arial, sans-serif;
}

.footer td
{
	padding: 3px;
}

.highlight
{
	font-size: 12pt;				/* use this class to add bold dark olive formatting to text */
	color: #666633;
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
}