@import "header.css";
@import "nav.css";
@import "content.css";
@import "footer.css";


html{
	margin:0;
	padding:0;
}

body {	
	margin:0;
	padding:0;
	font-size:70%;	
	font-family: Arial;
	background:#015d70;
}

#top {
	/* width:1021px; */
	width:997px; /*997px */
	width:987px; 
	margin:auto;
}

a{color:#000000;text-decoration:none;}
a:hover{text-decoration:underline;}
img{border:0;}
p{margin-top:10px;margin-bottom:10px;}
form{margin:0;padding:0;}
input,select{font-size:100%;color:#000000;}
textarea{font-size:100%;font-family:Arial;color:#000000;}

h1{font-size:110%;margin-top:6px;margin-bottom:6px;}

h1, h2, h3, h4, h5, h6
{
	color:#eccd7b; /* #ff9933*/
	font-weight:normal;
	font-family: Arial;
}