@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:75%;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
}

* {
	margin:0;
	padding:0;
}

#top {
	width:900px;
	margin:auto;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	position:relative;
	background:url(images/top-background.gif) repeat-y;
	color:#333;
}

a {color:#0099FF; 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 {
	color:#0d6088;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, form, blockquote, pre {
	margin:10px 0;
}

ul {
	margin-left:15px;
}

ol {
	margin-left:20px;
}

form table {
	margin:0;
}

option {
	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 0;
}

textarea {
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
}

.error {color:#ff0000;}
.note {color:#06C815;}

