﻿/* CSS layout */
#masthead {
	position: relative;
	background-color: #ACD55B;
	color: #000000;
	font-family: tahoma;
	height: 128px;
}
#top_left {
	width: 250px;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #000000;
	background-color: #ACD55B;
	font-family: tahoma;
}
#header {
	color: #FFFFFF;
	background-color: #ACD55B;
	font-family: Tahoma;
	font-size: xx-large;
	text-align: center;
	margin-left: 250px;
	vertical-align: text-bottom;
}
#container {
	position: relative;
	width: 100%;
	background-color: #ACD55B;
	color: #000000;
	font-family: tahoma;
}
#left_col {
	padding: 30px 12px 12px 12px;
	width: 226px;
	position: absolute;
	color: #FFFFFF;
	background-color: #ACD55B;
	font-family: tahoma;
	text-align: center;
	font-weight: bold;
	line-height: 200%;
	font-size: large;
}
#page_content {
	padding: 30px 12px 12px 12px;
	margin-left: 250px;
	color: #000000;
	background-color: #ACD55B;
	font-family: tahoma;
	position: inherit;
	overflow: auto;
	font-size: medium;
	margin-right: 10%;
}
#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	color: #000000;
	background-color: #ACD55B;
	font-family: tahoma;
}
#footer {
	padding: 24px;
	color: #FFFFFF;
	background-color: #ACD55B;
	font-family: Tahoma;
	text-align: center;
	vertical-align: middle;
}
