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

* {
	margin:0;
	padding:0;
}

#top {
	width:997px;
	margin:auto;		
	background-color:#fff;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	position:relative;
	color:#00183a;
}

#index #top {
	width:775px;
}

a{color:#00183a;text-decoration:underline; font-weight:normal;}
a:hover{text-decoration:none;}
img{border:0;}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:130%;		/* 19px */
	font-weight:normal;
	font-style:italic;
	background:url(images/page_title-bg.gif) top right no-repeat;
	text-align:right;
	padding:2px 7px 40px 0;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:150%;		/* 14px */
	font-weight:bold;
	text-align:center;
}
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;
}

h2, h3, p, ul, ol {
	padding-bottom:15px;
}

option {
	padding-right:10px;
}
