@import "header.css";
@import "nav.css";
@import "content.css";
@import "footer.css";


html{
	margin:0;
	padding:0;	
	height:100%;
}

body {	
	margin:0;
	padding:0;
	font-size:12px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;	
	height:100%;
	color:#545454;
}

#top {
	width:997px;
	margin:auto;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	position:relative;
	z-index:1;
}

a {color:#00725d; text-decoration:none;}
a:hover {text-decoration:underline;}
img {border:0;}
p, form {margin:10px 0;}

ul {
	margin:10px 0 10px 15px;
	padding:0;
}
input, select {font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#000000;}
textarea {font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#000000;}

h1, h2, h3, h4 {
	margin:10px 0;
}

h1, h2, h3, h4, h5, h6 {
	/*color:#4c6e08;*/
}

h1 {
	font-size:22px;
	font-weight:normal;
	color:#fff;
	line-height:24px;
}

h2 {
	font-size:20px;
	font-weight:normal;
}

h3 {
	font-size:16px;
	font-weight:normal;
}

h4 {
	font-size:12px;
}

h5 {
	font-size:12px;
	margin:0;
}

h6 {
	font-size:12px;
	margin:0;
	font-style:italic;
}

blockquote {
	margin:10px 0 10px 40px;
}

legend {
	margin-left:20px;
	color:#0046d5;
}

.clear {
	clear:both;
}

