﻿/* Layout CSS */
#left_col {
	border-style: none;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	color: #800000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	display: block;
}

#page_content {
	margin-left: 200px;
	margin-right: 200px;
	}

#container {
	position: relative;
	width: 100%;
}

a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color: #454545;
}
a:active {
	color: #003366;
}
a:hover {
	color: #0000FF;
