﻿/* CSS layout */
#masthead {	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #009933;
}

#top_nav {
}

#container {
	position: relative;
	width: 770px;
	top: 0px;
	left: 0px;
}

#page_content {
	margin-right: 200px;
	font-family: Arial, Helvetica, sans-serif;
}

#right_col {
	width: 190px;
	position: absolute;
	right: 0px;
	top: -150px;
	height: 1235px;
	background-color: #EAF7F4;
	border-left-style: solid;
	border-left-color: #EAF7F4;
	padding-left: 22px;
}

#footer {
}
