﻿/* CSS layout */
#masthead {
}

#top_nav {
	border-bottom: thin #000000 groove;
	font-size: large;
}

#container {
	position: relative;
	width: 100%;
	top: 0px;
	left: -2px;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 10px;
	font-family:calibri, verdana, arial, sans-serif;
	font-size:small;
	color: #000000;
	}

#page_content {
	border-left: thin #808080 groove;
	list-style: circle;
	margin-right: 400px;
	margin-left: 200px;
	top: 10px;
	left: 10px;
	padding-left: 5px;
	font-family: calibri, verdana, arial, sans-serif;
}

#right_col {
	width: 300px;
	position: absolute;
	right: 0px;
	top: 10px;
}

#footer {
}

