
body { font: 14px "arial", "times", serif; margin: 0;}
#container{
    width:903px;
	height:100%;
	border:4px double #7E755A;
	position:relative;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;}

#header {
	position:relative;
	height:120px;
	width:903px;}
	
.td1 { background-color: #fff; border-bottom: solid; border-left: solid; border-right: solid; border-top: solid; border-color: #777777;
       border-width: 1px; font-family: arial, verdana; font-size: 14px; font-weight: normal; color: #777777; text-align: justify;
	   padding: 50px 25px 50px 25px;}	
.td2 { background-color: #fff; font-family: arial, verdana; font-size: 14px; font-weight: normal; color: #777777; text-align: justify;
	   padding: 10px 40px 10px 40px;}	
.td3 { background-color: #fff; font-family: arial, verdana; font-size: 12px; font-weight: normal; color: #555; text-align: justify;
	   padding: 0px 0px 0px 0px;}
/* ************* */
/* Footer CSS    */
/* ************ */	

#footer { text-align:center;}	
#footernav {width: 900px; margin-left: auto; margin-right: auto; padding-top: 0px; text-align: right;}
.subnav {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #666;}			
.subnav a:link, .subnav a:visited, .subnav a:active {text-decoration:none; color:#867d62; }
.subnav a:hover {text-decoration:underline; color: #900; }
.subnav2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8px; color: #666;}	

/* ********************************************************************** */
/* Formatting CSS - these are user css styles that control the formatting */
/* ********************************************************************** */
/* Headers & Titles */
h1 { margin:0px;
	font: bold 20px "tempus sans ITC", "times", serif;
	font-variant:small-caps;
	color: #555;
	padding: 20px 0px 10px 0px;
	text-align:center;}
h2 { margin:0px; font: bold 14px "Verdana", "times", serif; color: #000000; padding: 0px 0 5px 0; text-align:center;}
h3 { margin:0px; font: bold 14px "tempus sans ITC", "times", serif; color: #000000; padding: 0px 0 5px 0; text-align:center;}
	
a:link, a:visited, a:active {text-decoration:underline; color:#990000; }
a:hover {text-decoration:none; color: #0000aa; }

