﻿/* CSS layout */
#masthead {
	border-bottom-style: solid;
	border-bottom-color: #22B66A;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #23C438;
	padding: 0px;
	margin: 0px;
	background-image: url('topbar22d.jpg');
}
#top_nav {
	margin-left: 240px;
	padding-top: 10px;
	border-bottom-style: solid;
	border-bottom-color: #23C438;
	border-bottom-width: 3px;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	left: 0px;
	top: 0px;
	background-color: #8AADD5;
	border-right-style: solid;
	border-right-color: #23C438;
	border-top-style: solid;
	border-top-color: #23C438;
	position: absolute;
}
#page_content {
	margin-left: 240px;
}

#footer {
}
#top_content {
	margin-left: 235px;
	border-bottom-style: solid;
	border-bottom-color: #23C438;
	border-bottom-width: 3px;
	margin-right: 200px;
}
#left_col1 {
	margin: 0px;
	border-color: #24C02E;
	width: 300px;
	position: absolute;
	left: 0px;
	top: 0px;
	border-right-width: 3px;
	border-right-style: solid;
	background-color: #A9C6FB;
	font-family: verdana, arial, sans-serif;
	font-size: medium;
	padding-left: 5px;
}

#right_col1 {
	width: 200px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#page_content1 {
	margin-right: 0px;
	margin-left: 240px;
	padding-top: 10px;
}
	
#container2 {
	position: relative;
	width: 100%;
}

#page_content2 {
	margin-right: 0px;
	margin-left: 229px;
}
