﻿/* CSS layout */
#masthead {
	border-bottom: thick inset #008000;
	width: 100%;
	height: 142px;
	background-image: url('../images/head7.png');
	background-repeat: no-repeat;
	border-left-color: #008000;
	border-right-color: #008000;
	border-top-color: #008000;
}
#top_nav {
	padding: 0px;
	width: 775px;
	margin-left: 10px;
	text-decoration: none;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 0px;
}

#container {
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 100%;
	vertical-align: top;
	display: block;
	clear: both;
}

#left_col {
	padding: 0px 5px 10px 3px;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	margin-top: 200px;
}

#footer {
}
#top_nav ul  {
	padding: 3px;
	margin: 1px 0px 0px 0px;
	background-image: url('../images/nav99.png');
	list-style-type: none;
	background-repeat: no-repeat;
	width: 762px;
	height: 49px;
}
#top_nav li  {
	margin: 0px 2px 10px 10px;
	float: left;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 1px;
	display: block;
	padding-left: 5px;
}
#top_nav a {
	margin: 0px 4px 0px 2px;
	padding: 5px 2px 5px 4px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	vertical-align: middle;
}
#top_nav a:hover {
	color: #006A00;
}
h1 {
	padding: 4px;
	margin: 1px 0px 36px 0px;
	background-position: center center;
	background-image: url('../images/headblue.png');
	background-repeat: no-repeat;
	font-size: 1.1em;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	height: 30px;
}
#page_content {
	padding: 0px 2px 0px 2px;
	margin-right: 200px;
	margin-left: 200px;
	vertical-align: top;
	width: 520px;
	height: 600px;
	
}
	
	h2 {
	padding: 4px;
	margin: 40px 0px 36px 0px;
	background-position: center center;
	background-image: url('../images/headblue.png');
	background-repeat: no-repeat;
	font-size: 1.1em;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	height: 30px;
}
#left_col ul {
	list-style-type: none;
	width: 100%;
	display: block;
	padding: 15px 0px 15px 0px;
	margin: 33px 1px 4px 1px;
	border: 1px solid #00B300;
}
#left_col li {
	display: block;
	padding: 3px;
	margin: 1px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
#left_col a {
	font-size: 90%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	padding: 1px;
	border: 1px solid #FFFFFF;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
	list-style-type: none;
}
#left_col a:hover {
	color: #00B300;
}
#right_col ul {
	list-style-type: none;
	width: 100%;
	display: block;
	padding: 15px 0px 15px 0px;
	margin: 33px 1px 15px 1px;
	border: 1px solid #00B300;
	clear: both;
}
#right_col li {
	display: block;
	padding: 2px;
	margin: 2px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
#right_col a {
	font-size: 90%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	padding: 1px;
	border: 1px solid #FFFFFF;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
	list-style-type: none;
}
#right_col a:hover {
	color: #00B300;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
	width: 500px;
	height: 38px;
	margin-top: 7px;
	margin-bottom: 7px;
	clear: both;
}
#page_content ul {
	list-style-type: none;
	width: 100%;
	}
#page_content li {
	padding-top: 2px;
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
}
#page_content a {
	color: #15618E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-decoration: none;
	border-top-width: 0px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
}
#page_content a:hover {
	color: #006200;
}
