@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:70%;	
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	background:#faad0d url(images/body-background.gif) top center no-repeat;
	height:100%;
}

#top {
	width:750px;
	margin:auto;	
	color:#000;				
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	background:url(images/top-background.gif) repeat-y;
	background-position:23px 0;
	position:relative;
}

a{color:#971c1f;text-decoration:none;}
a:hover{text-decoration:underline;}
img{border:0;}

h1 {
	font-size:200%;		/* 19px */
	font-weight:bold;
}
h2 {
	font-size:150%;		/* 14px */
	font-weight:bold;
}
h3 {
	font-size:130%;		/* 12 px */
	font-weight:bold;
}
h4 {
	font-size:120%;		/* 11px */
	font-weight:bold;
}
h5 {
	font-size:110%;		/* 10px */
	font-weight:bold;
}
h6 {
	font-size:100%;		/* 10px */
	font-weight:bold;
	font-style:italic;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, table, form {
	margin:7px 0;
}

ul {
	margin-left:15px;
}

ol {
	margin-left:20px;
}

form table {
	margin:0;
}

option {
	padding-left:2px;
	padding-right:10px;
}

blockquote, dl, pre {
	margin:1em 4em;
}

dt {
	font-weight:bold;
}

dd {
	margin:1em 2em;
}

code {
	font-size:1.4em;
}

caption {
	font-weight:bold;
	font-size:1.3em;
	margin:0;
}

th {
	text-align:center;
}

fieldset { 
	padding:0.5em;
	margin:0em;
}

legend { 
	padding:0.5em;
	color:#0046d5;
}

input, select {
	font-size:100%;
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
}

textarea {
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	padding:1px;
}

.message {
	color:#009900;
}

.error {
	color:#ff0000;
}
