﻿/* CSS layout */
#masthead {
}

#top_nav {
	border-bottom-style: solid;
	border-bottom-width: thick;
	border-bottom-color: #209AAE;
}

#print_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	display: none;
}

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

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	padding: 20px;
	margin-left: 200px;
}
#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	text-align: center;
	padding-top: 20px;
}


