﻿/* CSS layout */
#masthead {
	font-family: Arial;
}

#top_nav {
}

#container {
	position: relative;
	width: 550px;
	font-family: Tahoma;
	font-size: medium;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #000000;
}
#page_content {
	margin-left: 200px;
	font-family: Tahoma;
	width: 600px;
	font-size: small;
}

#footer {
}
