body 
{
    background-color:#aea89d;
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:small;
	color:#000000;
		

}

a:link {color:#0f5b9b;}
a:visited {color:#757982;}

h3 {
	
	font-weight:lighter;
	color:#2e6a9d;
	font-size:medium;
	}
	
h4 {
	
	font-weight:lighter;
	color:#2e6a9d;
	font-size:small;
	}
	
#main 
{
    margin-left:auto;
	margin-right:auto;
    /*margin:0px 0px 0px 0px;*/
    width:701px;
    background-color:White;
    border-top:2px solid #515c69;
    border-right:2px solid #515c69;
    border-left:2px solid #515c69;
    border-bottom:2px solid #515c69;
    text-align:justify;
}

#header
{
    background-color:#2e6a9d;
    width:100%;
    height:149px;
    border-bottom:1px solid #515c69;
}

#header2
{
    background-color:#becbd7;
    width:100%;
    height:25px;
    border-bottom:1px solid #515c69;
    
}

#header3
{
    background-color:#2e6a9d;
    width:100%;
    height:25px;
    border-bottom:1px solid #515c69; 
}

#left
{
    width:215px;
    height:100%;
    border-right:1px solid #515c69;
    border-bottom:1px solid #515c69;
    float:left;
    
}


    
