﻿/* CSS layout */
#masthead {
	padding: 5px;
	text-align: center;
	margin-left: 200px;
	vertical-align: middle;
	table-layout: auto;
}
#container {
	position: relative;
	width: 100%;
}
#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}
#page_content {
	margin-left: 200px;
	text-align: center;
	vertical-align: middle;
}
#footer {
}
.OLogo1 {
	font-family: "Franklin Gothic Medium";
	font-size: 400%;
	font-weight: normal;
	font-style: oblique;
	color: #993718;
	text-align: center;
}
.OLogo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bolder;
	color: #000000;
	font-style: oblique;
}
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #A5A5A5;
	text-align: inherit;
}
#left_col a {
	font-size: large;
	font-weight: bold;
	color: #000000;
}
#left_col a:hover {
	color: #800000;
}
#left_col a:visited {
	font-weight: normal;
}
