﻿/* CSS layout */
#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-left: 200px;
}

#footer {
}
base {
	background-color: #0066FF;
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	color: #000080;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: inherit;
	empty-cells: hide;
	caption-side: inherit;
}

