﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-family: Cambria;
}
.leftjust {
	text-align: left;
}
.centerphoto {
	text-align: right;
}
.centertext {
	text-align: center;
}
.boarder {
	border-style: solid;
	border-width: 0px;
}
.boardercollapse {
	border-collapse: collapse;
}
.titlecenter {
	text-align: center;
}
a {
	text-decoration: none;
	color: #000000;
}
.repspacing {
	text-align: center;
	width: 300px;
}
#masthead {
	height: 125px;
	width: 780px;
	padding-left: 20px;
}
.tablecenter {
	text-align: center;
}
#top_nav {
	width: 200px;
	height: 40px;
	font-size: x-large;
	text-align: left;
	text-indent: 20px;
	font-family: Verdana;
}
#container {
	min-width: 600px;
	width: 815px;
}
#left_col {
	width: 145px;
	float: left;
	border-right-style: solid;
	border-right-width: thin;
	height: 300px;
	font-family: Verdana;
}
#page_content {
	padding: 5px;
	margin-left: 150px;
	width: 650px;
	text-align: justify;
	font-family: Verdana;
}
#footer {
	clear: both;
	width: 800px;
	height: 50px;
	padding-top: 0px;
	font-size: small;
}
#left_col ul li a:hover {
	background-color: #000000;
	color: #FFFFFF;
}
#left_col ul {
	padding: 0px;
	margin: 0px;
}
#left_col ul li {
	list-style-type: none;
	margin: 0px 1px 0px 1px;
	padding: 1px;
}
