html  {
width:100%;
height:100%;
}

body {
margin: 20px 0 0 0;
padding: 0px;
width:100%;
height:100%;
font : 100%/1.4 arial;
text-align: left;
font-weight:normal;
}

/********************** font ***************************/

p {
font-family:arial; 
line-height:14px; 
font-size:12px; 
color:#414141;
margin: 0 15px 0 5px;}

h1 {
font-family:Garamond; 
line-height:15px; 
font-size:24px; 
color:#c56914;
margin: 20px 20px 8px 25px;
font-weight:normal;
}

h2 {
font-family:arial; 
line-height:18px; 
font-size:1em; 

color:#585858;
margin: 0 35px 0 25px;
font-weight:normal;}

h3 {
font-family:Garamond; 
line-height:15px; 
font-size:20px; 
color:#c56914;
margin: 5px 20px 4px 25px;
font-weight:normal;
}

h4 {
font-family:Garamond; 
line-height:25px; 
font-size:20px;
color:#646b5b;
margin: 0 0 0 40px;}

/********************** Header ***************************/


a:link {
color: #da7e2a; 
font-size: 11px; 
text-decoration: underline;}

a:visited {
color: #da7e2a; 
font-size: 11px; 
text-decoration: underline;}

a:active {
color: #da7e2a; 
font-size: 11px; 
text-decoration: underline;}

a:hover {
color: #ed8a2f; 
font-size: 11px; 
text-decoration: underline;} 	

ul {
padding: 10px 0 0px 35px;
margin: 0;
width: 100%;
font-size:12px;
font-family: arial;
color:#000;
}
	
li {
font-family: arial;
font-size:12px;
color: #000;
padding: 0 30px 0 0;
}



/****************** Footer ********************/
#footer {
	float:left;
	width:607px;
	margin: 6px 0px 0px 10px;
	padding: 0px 0px 0 0;
	text-align: right;
}
#footer_text {
	font-family:arial;
	font-size:0.6em;
	color:#6f6f6f;
        padding: 0 0 10px 0;
	text-align: right;	
}