﻿/* CSS layout */
#masthead {
	background-color: DEF5D6;
	font-size: 14px;
}

#top_nav {
	height: 26px;
	width: 100%;
	font-size: 10px;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: #8ECD7C;
}

#container {
	position: relative;
	width: 100%;
	background-color: #FFFFE6;
	height: 1000px;
}

#left_col {
	border: 1px none #FBDBAC;
	padding: 15px 10px 0px 10px;
	width: 181px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #DEF5D6;
	font-size: 10pt;
	text-align: center;
	color: #9A620E;
}
#page_content {
	margin: 0;
	padding: 12px;
	position: relative;
	background-color: #FFFFE6;
	font-family: Tahoma;
	font-size: small;
}
#right_col {
	border: 1px #FBDBAC solid;
	padding: 15px 10px 0px 10px;
	border-style: none;
	width: 181px;
	position: absolute;
	top: 0px;
	background-color: #DEF5D6;
	right: 0px;
	text-align: center;
	font-size: 10pt;
	font-family: Tahoma;
}
#masthead h1 {
	font-size: 160%;
	font-weight: bold;
	color: #256F96;
	margin: 0px;
}
#top_nav ul {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
}
#top_nav li {
	float: left;
	color: #FFFFFF;
}
#top_nav a {
	color: #256F96;
	text-decoration: none;
	display: block;
	border: 1px solid #D7EBEA;
	padding-right: 5px;
	padding-left: 5px;
	background-color: DEF5D6;
	margin-right: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 4px;
}
#top_nav a:hover {
	color: #996633;
	text-decoration: none;
	border: 1px solid #256F96;
	background-color: #FFFFE6;
}
#left_col a:hover {
	text-decoration: none;
	color: #9A620E;
}
#left_col a {
	text-decoration: none;
	color: #256F96;
	font-weight: bold;
}
#right_col a {
	color: #256F96;
	text-decoration: none;
	font-weight: bold;
}
#right_col a:hover {
	text-decoration: none;
	color: #9A620E;
}
#page_content h1 {
	font-size: 18pt;
	font-family: Tahoma;
	font-weight: bold;
	color: #996633;
}
#left_col h1 {
	font-size: 16px;
	font-weight: bold;
	color: #8ECD7C;
}
#right_col h1 {
	font-size: 16px;
	font-weight: bold;
	color: #8ECD7C;
}
#page_content {
	font-family: Tahoma;
}
#page_content h1 {
	color: #256F96;
}

