<!--

BODY {
	Background-color: #ffffff;
	background-image:  url(images/index_03.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, san-serif;
}

#outer{
	text-align:left;
	border: 0px;
	width: 760px;
	height: auto;
	float: left;
	margin-left: 15px;
}

#hdr{
	
	clear: both;
	width: 745px;
	height: 121px;
	background:  url(images/index_05.jpg);
}


#hdtxt{
	float: right;
	padding-right: 20px;
	color: #1D3E83;
}
#content{
	clear: both;
	width: 745px;
	background:  url(images/index_07.jpg);
}
#lft{
	padding-left: 20px;
	width: 502px;
	float: left;
	text-align: justify;	
}
#rgt{
	background-color: #D3DDE9;
	width: 178px;
	float: right;
	margin-right: 10px;	
}

h3.style2
{
color: #1D3E83;
}

#footer{
	
	clear: both;
	width: 745px;
}


.buttonscontainer {
	width: 160px;

}


.buttons a 
{
background-color: #ffffff ;
padding: 2px;
padding-left: 3px;
display: block;
border-left: 10px solid #3E92D2;
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;}
-->