﻿/* CSS layout */
#masthead {
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 136px;
}

#top_left {
	border-style: solid;
	border-width: 1px;
	padding: 1px 4px;
	width: 97px;
		position: absolute;
		left: 718px;
		top: 1px;
		height: 97px;
		background-image: none;
	font-size: xx-small;
	font-weight: 700;
	color: #800000;
}
#header {
	padding: 10px;
	position: absolute;
	width: 500px;
	height: 80px;
	top: 26px;
	left: 190px;
	background-color: #93BFEB;
	font-family: "Arial Rounded MT Bold";
	font-size: xx-large;
	color: #FFFFFF;
}

#container {
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;
}

#left_col {
	width: 189px;
	position: absolute;
	left: 4px;
	top: 48px;
	height: 465px;
	background-color: #94B9C0;
}
#page_content {
	margin-right: 200px;
	margin-left: 200px;
	height: 700px;
	padding-top: 30px;
	padding-bottom: px;
	padding-left: 10px;
	width: 425px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}

#right_col {
	width: 130px;
	position: absolute;
	right: 35px;
	top: 1px;
	height: 20px;
}

#footer {
	text-align: center;
	font-weight: 700;
	color: #00FF00;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	bottom: 950;
	position: 25;
	width: 190px;
}
