@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:75%;	
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;	
	height:100%;
	background:url(images/body-background.jpg) top repeat-x;
}

#top {
	width:920px;
	margin:auto;
	/*min-height: 100%; /* For Modern Browsers */
	/*height: auto !important; /* For Modern Browsers */
	/*height: 100%; /* For IE */
}

a {color:#5d9103; text-decoration:none;}
a:hover {text-decoration:underline;}
a:focus {outline-style: none;}
img {border:0;}
p {margin:10px 0;}
form {}
ul {
	margin:10px 0 10px 15px;
	padding:0;
}
input, select {font-size:100%; font-family:Arial, Helvetica, sans-serif; color:#000000;}
textarea {font-size:100%; font-family:Arial, Helvetica, sans-serif; color:#000000;}

h1, h2, h3, h4 {
	margin:10px 0;
}

h1, h2, h3 {
	color:#4c6e08;/*5d9103;*/
}

h1 {
	font-size:250%;
	font-weight:normal;
}

h2 {
	font-size:200%;
	font-weight:normal;
}

h3 {
	font-size:150%;
	font-weight:normal;
}

h4 {
	font-size:100%;
}

h5 {
	font-size:100%;
	margin:0;
}

h6 {
	font-size:100%;
	margin:0;
	font-style:italic;
}

blockquote {
	margin-left:40px;
}

legend {
	margin-left:20px;
	color:#0046d5;
}

.clear {
	clear:both;
}

