@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;	
	height:100%;
	background-color:#efefef;
}

#top {
	width:980px;
	margin:auto;
	background-color:#fff;
	position:relative;
}

#intro #top {
	width:978px;
	margin:auto;
	min-height:100%;
	height:auto !important;
	height:100%;
	border-left:1px solid #d2d2d2;
	border-right:1px solid #d2d2d2;
	background-image:url(images/intro-top-bg.jpg);
	background-repeat:no-repeat;
	background-position:50% 95%;
}

a {color:#000000; text-decoration:none;}
a:hover {text-decoration:underline;}
img {border:0;}
p {margin:10px 0;}
form {}
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;
}

h5, h6 {
	margin:0;
}

h1 {
	font-size:190%;
	font-weight:normal;
}

h2 {
	font-size:155%;
	font-weight:normal;
}

h3 {
	font-size:120%;
}

h4 {
	font-size:105%;
}

h5 {
	font-size:100%;
	font-weight:normal;
}

h6 {
	font-size:100%;
	font-weight:normal;
	font-style:italic;
}

blockquote {
	margin-left:40px;
}

legend {
	margin-left:20px;
	color:#0046d5;
}

.clear {
	clear:both;
}
