@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-color:#f4ecd7;
}

#top {
	width:996px;
	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:#c17138; text-decoration:none;}
a:hover {text-decoration:underline;}
img {border:0;}
p, form {margin:10px 0;}

ul {
	margin:10px 0 10px 25px;
	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:#53473b;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	font-weight:normal;
	font-style:italic;
	margin-bottom:20px;
	color:#a64d2d;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
}

h2.heading {
	font-size:24px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#6e4f0e;
}

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;
}
