﻿  /* CSS layout */
body {
	
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #008000;
	text-align: center;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	text-align: center;
}

#masthead {
}

#top_nav {
}

#container {
	width: 960px;
}

#left_col {
	width: 150px;
	float: left;
	padding-top: 0px;
	padding-left: 10px;
}
#page_content {
	margin-left: 165px;
}

#footer {
	clear: both;
}
#icenter {
	margin-right: auto;
	margin-left: auto;
	width: 985px;
	background-color: #EEEEEE;
}
.floatright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.piccenter {
	text-align: center;
	margin-bottom: 10px;
}
.floatleft {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-right: 10px;
}
a {
	color: #009933;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
}
a:hover {
	color: #009933;
	text-decoration: none;
	font-size: 130%;
}
#left_col li {
	text-decoration: none;
}
#left_col ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
