﻿/* CSS layout */
#masthead {
	background-color: #0033CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 46pt;
	color: #FFFF00;
}
#top_nav {
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	background-color: #28A4B9;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-left: 200px;
}

