*  { 
	margin: 0;
	padding: 0;
	border: none;
	z-index: 0;
}
html, body {
	height: 100%;
}
body {
	color: #000;
	font-size: 0.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #154c71;
	margin: 0; 
	padding: 0;
}
#container {
	min-height: 100%; 
	position: relative;
	width: 750px;	
	background: #fff url('../i/mainBG.gif') repeat-y;
	border-left: 6px solid #362516;
	border-right: 6px solid #362516;
	padding: 0;
	margin: 0 0 60px 0;
}

/***** begin Type *****/

p {
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: left;
	padding: 0 0 12px 0;
	margin: 0;
}

a {
	color: #11669c;
	border-bottom: 1px dotted;
	text-decoration: none;
}
a:link ,a:visited {
	color: #11669c;
}
a:hover {
	color: #54301a;
}

/***** headlines *****/

h1 {
	color: #54301a;
	font-size: 1.4em;
	font-weight: normal;
	padding: 9px 0;
	margin: 0;	
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #11669c;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 14px 0 10px 0;
	margin: 0;
}	
h3 {
	color: #11669c;
	font-size: 1.05em;
	margin: 5px 0 15px 0;
}
h4 {
	color: #54301a;
	font-size: 1em;
	margin: 6px 0 0 0;
}
h5 { /* indented */
	color: #54301a;
	font-size: 1.1em;
	font-weight: normal;
	padding: 0;
	margin: 10px 0 0 30px;
}
h6 { /* indented */
	font-family: Arial, Helvetica, sans-serif;
	color: #11669c;
	font-size: 1.1em;
	font-weight: normal;
	padding: 0 0 5px 0;
	margin: 10px 0 0 50px;
}

/***** lists *****/

ul {
	font-size: 1.05em;
	line-height: 1.5em;
	list-style: disc outside url('../i/bullet.gif');
	padding: 0;
	margin: 0 0 0 35px;	
}
li {
	padding: 0 0 2px 0;
	margin: 0;
}
ul ul {
	list-style: circle outside url('../i/bullet2.gif');
	padding: 0 0 2px 0;
	margin: 0 0 0 15px;
}

/***** end type *****/

/***** header stuff *****/

#header {
	background: transparent url('../i/headerBG.gif') no-repeat;
	height: 115px;
	padding: 0 0 6px 0;
	margin: 0;
}
#header h1 span { /*  hidden title text  */
	display: none;
}
#header h1 a { /*  size and place for logo link  */
	display: block;
	width: 275px;
	height: 98px; /*  height og #header's BG image + 5  */	
	/*background: #ff0000;   for eye-balling it  */
	border-bottom: none;
	text-decoration: none;
	padding: 0;
	margin:  0;
}

/***** begin horizontal nav *****/

#h_nav {
	background: #b7d0ea;
	color: #11669c;
	border-bottom: 2px solid #7e4d28;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 23px; /*  helps balance those dividing lines  */
	height: 23px; /*  good if there's a bg image here  */
	padding: 2px 0 0 24px;
	margin: 0 3px;
}
#h_nav ul {
	padding: 0;
	margin: 0;
}
#h_nav ul li {
	display: inline; /* "inline" makes it horizontal, "block" makes it vertical */
	list-style-type: none; /*  no bullets  */
	border-bottom: none;
	padding: 0;
	margin: 0;
}	
#h_nav ul a:link, #h_nav ul a:visited {	
	color: #11669c;
	text-decoration: none;
	border-bottom: none;
	background: none;
	padding: 4px 9px; /*  controls the size of the hit area  */
	margin: 0;
}	
#h_nav ul a:hover {
	color: #fff;
	text-decoration: none;
	background: #569fd3;
}
#h_nav li { /* dividing lines */
	border-right: 1px solid #fff;
}	
#h_nav li.last { /* no dividing line */
	border-right: none;
}

/***** end horizontal nav *****/

#main_content {
	background: none;
	padding: 0;
	margin:  50px 100px 36px 36px;	
}
#main_content img {	
	float: left;
	padding: 0;
	margin: 0;
}
.inlineimage {	
	border: solid 1px #54301a;
	float: left;
	padding: 0;
	margin: 9px 20px 10px 0;
}
#top_banner {
	background: #fff url('../i/topBG.gif') no-repeat;
	width: 750px;
	height: 125px;
	float: left;
	padding: 0;
	margin: 0 0 20px 0;
}
#main_image {
	text-align: center;
	background: none;
	clear: both;
	padding: 24px 0 0 0;
	margin: 0;
}
.page_image {
	width: 750px;
	height: 135px;
	background: none;
	padding: 0;
	margin: 0;
}
.page_image img{
	border: solid 1px #54301a;
}

/***** form stuff *****/

input, textarea, select {
	width: 115px;
	border: 1px solid #999;
	background: #fff;
	color: #000;
	font-size: 11px;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	font-weight: normal;
	padding: 0 1px 0 4px;
	margin: 0;
}

hr {
	border: 0;
	background-color: #11669c;
	height: 1px;
	width: 90%;
	padding: 0;
	margin: 12px 0 24px 0;
}

/***** footer stuff *****/

#clearfooter {
	clear: both;
	height: 60px;
}
#footer {
	color: #281d13;
	font-size: 0.9em;
	text-align: center;
	position: absolute;
	clear: both;
	bottom: 0; 
	width: 750px;
	height: 60px;
	line-height:60px;
	background: #fff url('../i/bottomBG.gif') no-repeat;
	border-top: 1px solid #ccbfb4;
	padding: 0;
	margin: 0;	
}

