@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%;
	background:url(images/body-background.jpg) top left;
}

#top {
	/*width:920px;*/
	width:100%;
	margin:0;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	background:url(images/top-background.jpg) top left repeat-x;
	position:relative;
	z-index:1;
}

a {color:#5d9103; 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: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:#5c9201; /*4c6e08;/*5d9103;*/
}

h1 {
	font-size:200%;
	font-weight:normal;
	margin-bottom:20px;
}

h2 {
	font-size:170%;
	font-weight:normal;
}

h3 {
	font-size:130%;
	/*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;
}

.error {
	color:#ff0000;
	font-weight:bold;
}

.success {
	color:#009900;
	font-weight:bold;
}

.required {
	color:#ff0000;
}

.important {
	color:#ff0000;
}

.print a {
	color:#000;
}

.hide {
	display:none;
}

.clear {
	clear:both;
}
