﻿/* CSS layout */
#masthead {
	background-image: url('Graphics/header2.bmp');
	height: 54px;
	background-repeat: no-repeat;
	width: 100%;
	background-color: #053166;
}
#top_nav {
	background-color: #8ECD7C;
	height: 23px;
	width: 100%;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	font-size: 14px;
	font: 10pt Tahoma;
	margin: 0 0 0 0;
	border: 1px #256F96 solid;
	width: 130px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #DEF5D6;
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
}
#page_content {
	border: none;
	margin: 20px 165px 0 155px;
	font: small Tahoma;
	background-color: #FFFFE6;
	position: relative;
	display: block;
}
#masthead h1 {
	font-size: 18pt;
	color: #FFFFFF;
	margin: 10px 0px 0px 15px;
	font-family: Tahoma;
	font-weight: lighter;
}
#top_nav ul {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 3px 0px 0px 0px;
}
#top_nav li {
	float: left;
	font-size: 12px;
}
#top_nav a {
	color: #256F96;
	text-decoration: none;
	display: block;
	border: 1px #053166 none;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #8ECD7C;
	margin-right: 4px;
}
#top_nav a:hover {
	color: #996633;
	text-decoration: none;
	border: 1px solid #79D3FF;
	background-color: #FFFFCC;
}
#left_col h1 {
	color: #053166;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
#left_col ul {
	list-style-type: none;
	width: 100%;
	display: block;
	padding: 0px;
	margin: 0px;
}
#left_col li {
	display: block;
	margin: 0px 20px 0px 20px;
	padding: 5px;
	border: 1px #256F96 solid;
	background-color: #8ECD7C;
}
#left_col a {
	display: block;
	padding: 1px;
	border: 1px #256F96 solid;
	text-align: center;
	text-decoration: none;
	color: #256F96;
	font-size: 100%;
}
#left_col a:hover {
	color: #663300;
	text-decoration: none;
	border: 1px solid #256F96;
	background-color: #FFFFCC;
}
body {
	font-family: Tahoma;
}
#page_content p {
}
#right_col {
	position: absolute;
	right: 0px;
	top: 0px;
	border-style: solid;
	text-align: center;
	border-width: 1px;
	border: 1px #256F96 solid;
	background: #DEF5D6;
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Tahoma;
	font-size: 14px;
	width: 181px;
}
#right_col h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 2px;
}
#right_col p {
	font-size: 12px;
	font-family: "Arial Narrow";
	margin: 0px;
}
#right_col img {
	margin: 5px;
}
#right_col hr {
	margin: 10px 0px 10px 0px;
}
#left_col2 {
	font-family: Tahoma;
	font-size: 12px;
	width: 120px;
	position: absolute;
}

