<!--

BODY {
	Background-color: #CAAA84;
	background-position:top;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, san-serif;
}

#outer{
	text-align:left;
	border:1px solid #8B460B;
	width: 745px;
	height: auto;
	float: left;
	margin-left: 15px;
}

#hdr{
	
	clear: both;
	width: 745px;
	height: 121px;
	background:  url(images/header.jpg);
	border-bottom:1px solid #8B460B;
}


#hdtxt{
	text-align: right;
	padding-right: 20px;
	padding-top: 20px;
	color: #FFFFFF;	
}

#content{
	clear: both;
	width: 745px;
	background-color: #FFFFFF;	
}

#lft{
	padding-left: 10px;
	width: 495px;
	float: left;
	text-align: justify;	
	background-color: #FFFFFF;
	padding-right: 10px;
}

#rgt{
	background-color: #E9CBA7;
	width: 175px;
	float: right;
	margin-right: 8px;	
	margin-top: 10px;
	padding-top: 5px;
	border: 1px solid #8B460B;
	
}

h3.style2
{
color: #8B460B;
}

#footer{
	
	clear: both;
	width: 745px;
	text-align: center;
	background-color: #E9CBA7;
	color: #8B460B;
	border-top: 1px solid #8B460B;
	
}

#footer a:link {
	color: #0000CC;
	
} 

#footer a:visited {
	color: #8B460B;
}

.buttonscontainer {
	width: 160px;

}


.buttons a 
{
background-color: #ffffff ;
padding: 2px;
padding-left: 3px;
display: block;
border-left: 10px solid #8B460B;
font: 13px Verdana, sans-serif;
color: #0000ff;
font-weight: bold;
text-decoration: none;
text-align: left;
margin-top: 1px;}

.buttons a:hover 
{border-left: 10px solid ;
text-decoration: underline;
color: #000000;}
-->