﻿/* CSS layout */
#masthead {
	position: relative;
	width: 1000px;
	top: 0px;
	left: 0px;
	height: 175px;
}
#top_left {
	width: 250px;
	position: absolute;
	left: 0px;
	top: 2px;
	color: #C22F37;
	height: 138px;
}
#header {
	font: normal bold 100% Arial, Helvetica, sans-serif;
	margin-left: 250px;
	font-size: large;
	color: #C22F37;
}
#container {
	position: relative;
	width: 100%;
}
#left_col {
	font: normal 100% Arial, Helvetica, sans-serif;
	width: 250px;
	position: absolute;
	text-align: center;
	left: 0px;
	top: 0px;
	padding-left: 4px;
	height: 1418px;
}
#page_content {
	margin-right: 150px;
	margin-left: 0px;
	width: 1000px;
}
#right_col {
	width: 125px;
	position: absolute;
	right: -129px;
	top: 7px;
	bottom: 915px;
	height: 370px;
	text-align: center;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#footer {
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	height: 175px;
	top: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #808080;
}
