﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	color: #666640;
	z-index: 0;
}
#masthead {
	position: absolute;
	z-index: 1;
	width: 970px;
	height: 210px;
	top: 0px;
	left: 0px;
	
}
#logo {
	position: absolute; 
	width: 161px; 
	height: 136px; 
	z-index: 1; 
	left: 28px; 
	top: 270px
}



#top_nav {
	position: absolute;
	z-index: 2;
	width: 504px;
	height: 20px;
	top: 207px;
	left: 444px;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
}
#container {
	position: absolute;
	width: 970px;
	top: 240px;
	left: 0px;
}

#left_col {
	margin: 0px 50px 0px 50px;
	width: 170px;
	float: left;
	color: #003469;
	z-index: 0;
	
}

#page_content {
	margin-left: 270px;
}

#footer {
	width: 680px;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: right;
	font-size: 10px;
	text-transform: uppercase;
	height: 30px;
	clear: both;
}


h1 {
	font-family: "Comic Sans MS";
	font-size: large;
	color: #003469;
	font-weight: normal;
}
p {
	color: #4F4F31;
}
a:link {
	color: #4F4F31;
}
a:visited {
	color: #003469;
}
a:hover {
	color: #AD8256;
}
a:active {
	color: #4F4FFF;
}
.style1 {
	font-size: small;
	font-family: "Comic Sans MS";
	text-transform: uppercase;
	font-weight: normal;
	color: #003469;
}
.style2 {
	font-size: x-small;
	text-transform: uppercase;
}
.style4 {
	background-color: #D7D7BD;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.style5 {
	background-color: #DFDFDF;
	font-size: x-small;
	padding-left: 5px;
}
.style6 {
	background-color: #DFDFDF;
	text-align: right;
	padding-right: 5px;
}


hr {
	border: 1px dashed #C0C0C0;
}



.style7 {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 15px;
	border-bottom-width: 15px;
	border-top-color: #C8B58E;
	border-bottom-color: #999966;
}




