﻿/* CSS layout */
#masthead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #0000FF;
	background-color: #99CCFF;
}
#top_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0000FF;
	background-color: #99CCFF;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #99CCFF;
}

#page_content {
	margin-left: 200px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #0000FF;
	background-color: #99CCFF;
}
