﻿/* CSS layout */
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #C0C0C0;
}
a:hover {
	color:black
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {
	font-size: x-small;
}
.style5 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #FF0000;
}
.style6 {
	color: #FFFFFF;
}
.style7 {
	font-size: x-small;
	color: #FFFFFF;
}
.style8 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FF0000;
}

body {
	background-color: #339933;
	font-size: 14px;
}
#masthead {
	border: thin ridge #008000;
	position: relative;
	width: 871px;
}
#top_nav {
	border-style: none ridge none ridge;
	border-width: thin;
	border-color: #008000;
	position: relative;
	width: 871px;
	background-color: #339966;
}

#container {
	position: relative;
	width: 875px;
}

#left_col {
	border: thin ridge #008000;
	width: 175px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 210px;
}
#page_content1 {
	border: thin ridge #008000;
	margin-right: 525px;
	margin-left: 175px;
	width: 175px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 210px;
}
#page_content2 {
	border: thin ridge #008000;
	margin-right: 350px;
	margin-left: 350px;
	width: 175px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 210px;
}
#page_content3 {
	border: thin ridge #008000;
	margin-right: 175px;
	margin-left: 525px;
	width: 175px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 210px;
}
#right_col {
	border: thin ridge #008000;
	width: 175px;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 210px;
}
#footer {
	position: relative;
	width: 875px;
	background-color: #006600;
	font-size: 8px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
}
