@import "head.css";
@import "nav.css";
@import "content.css";
@import "footer.css";

html{
	margin:0;
	padding:0;
	height:100%;
}

body {	
	margin:0;
	padding:0;
	font-size:80%;	/* 11px */
	font-family:"Trebuchet MS", Verdana;
	height:100%;
}

* {
	margin:0;
	padding:0;
}

#top {
	width:898px;
	margin:auto;
	padding:0 26px;
	background:#fff url(images/top-background.gif) center repeat-y;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	position:relative;
}

a{color:#006699;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;
}

ul {
	margin-left:15px;
}

ol {
	margin-left:20px;
}

blockquote {
	margin-left:40px;
}

h1, h2, h3, p, ul, ol {
	margin:10px 0;
}

option {
	padding-right:10px;
}

optgroup option {
	padding-left:20px;
}

legend {
	margin-left:20px;
	color:#0046d5;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
}

input, textarea, select {
	font-size:100%;
}

