@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:#e9e9e9 url(images/body-background.gif) top repeat-x;
}

#top {
	width:972px;
	margin:auto;
	margin-top:0;
	padding:0;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
}

a {color:#e20e03; text-decoration:none;}
a:hover {text-decoration:underline;}
a img {
	text-decoration:none;
}
img {border:0;}
p {margin:10px 0;}
form {}
ul {
	margin:10px 0 10px 2em;
	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, h4, h5, h6 {
}

h1 {
	font-size:18px;
	font-weight:normal;
}

h2 {
	font-size:18px;
	font-weight:normal;
}

h3 {
	font-size:16px;
}

h4 {
	font-size:14px;
}

h5 {
	font-size:12px;
	margin:0;
}

h6 {
	font-size:12px;
	margin:0;
	font-style:italic;
}

blockquote {
	margin-left:40px;
}

legend {
	margin-left:20px;
	color:#0046d5;
}

.clear {
	clear:both;
}

.error {
	color:#e30d03;
}

.success {
	color:#009900;
}

.required {
	color:#e30d03;
}

