﻿/* CSS layout */
a:link {
	text-decoration: none;
	color: #808080;
}
a:visited {
	text-decoration: none;
	color: #C0C0C0;
}
a:hover {
	color:black
}
.style11 {
	text-align: center;
}
.style12 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 10px;
}
body {
	background-color: #339933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#masthead {
	border-color: #FFCC00;
	border-style: ridge ridge none ridge;
	width: 875px;
	background-color: #FFFFFF;
}
#top_nav {
	background-color: #006600;
	width: 875px;
	border-left-color: #FFCC00;
	border-left-width: medium;
	border-left-style: ridge;
	border-right-style: ridge;
	border-right-width: medium;
	border-right-color: #FFCC00;
	text-align: right;
}
#container {
	border-style: none ridge none ridge;
	border-color: #FFCC00;
	position: relative;
	width: 875px;
}
#page_content {
	margin-right: 200px;
	background-color: #FFFFFF;
	border-left-style: none;
	border-left-width: medium;
	border-left-color: #FF0000;
}
#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #006600;
	border-left-style: ridge;
	border-left-width: medium;
	border-left-color: #FF0000;
}
#footer {
	border-style: none ridge ridge ridge;
	border-width: medium;
	border-color: #FFCC00;
	background-color: #006600;
	width: 875px;
}
table {
	background-color: #669966;
	color: #FFFFFF;
	font-size: 12px;
}
