﻿html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url('background.png');
	background-color: #e7e7e7;
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Georgia, "Times New Roman", Times, serif;
}
img {
	border: none;
}
#twocols a:link {
	text-decoration:none;
}
#twocols a:visited{
	color:blue;
	text-decoration:none;
}
#twocols a:hover {
	text-decoration: underline;
}
#pagewidth {
	border: 1px solid #000000;
	background: #FFFFFF;
	width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#header {
	position: relative;
	height: 160px;
	background-color: #008000;
	width: 100%;
}
#centeredmenu {
	float: left;
	background: #000000;
	width: 100%;
	border-top: 1px solid #008000;
	border-bottom: 1px solid #000000;
	overflow: hidden;
	position: relative;
}
#centeredmenu ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}
#centeredmenu ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
	min-width: 100px;
	width: 100px;
}
#centeredmenu ul li a {
	display: block;
	margin: 0 0 0 1px;
	padding: 3px 10px;
	background: #ddd;
	color: #000;
	text-decoration: none;
	line-height: 1.3em;
}
#centeredmenu ul li a:hover {
	background-position: #339933;
	background: #339933;
	color: #fff;
}
#centeredmenu ul li a.active, #centeredmenu ul li a.active:hover {
	color: #fff;
	background: #008000;
	font-weight: bold;
}
#projectmenu {
	background-position: #FFFFFF;
	width: 100%;
	background: #FFFFFF;
	overflow: hidden;
	position: relative;
}
#projectmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
#projectmenu ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	color: #000000;
}
#projectmenu ul li a {
	display: block;
	margin: 0 0 0 1px;
	padding: 3px 10px;
	background: #ddd;
	color: #000;
	text-decoration: none;
	line-height: 1.3em;
}
#projectmenu ul li a:visited {
	color: #000;
}
#projectmenu ul li a:hover {
	background-position: #339933;
	background: #339933;
	color: #fff;
	text-decoration: none;
}
#projectmenu ul li a.active, #projectmenu ul li a.active:hover {
	color: #fff;
	background: #008000;
	font-weight: bold;
}
#maincol {
	padding: 20px 15px 10px 15px;
	background-color: #FFFFFF;
	float: left;
	display: inline;
	position: relative;
	width: 610px;
}
#contentcol {
	padding: 20px 15px 10px 15px;
	background-color: #FFFFFF;
	float: left;
	display: inline;
	position: relative;
	width: 930px;
}
#rightcol {
	padding: 20px 15px 10px 15px;
	background-color: #FFFFFF;
	float: right;
	display: inline;
	position: relative;
	width: 290px;
}
#rightcol ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 10pt;
}
#rightcol li {
	margin-top: 10px;
	padding: 0;
}
#footer {
	padding: 10px;
	background-color: #000000;
	clear: both;
	color: #FFFFFF;
	font-size: 9pt;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	background-color: #FFFFFF;
	color: #000000;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: -10px;
	margin-bottom: -10px;
}
hr {
	background: transparent;
	color: #FFFFFF;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px dashed #000;
}
input, textarea, select{
	margin: 3px 3px 3px 10px;
	border: 1px solid #000000;
	padding: 0px 3px;
	font: 90% Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #ddd;
}
.button{
	margin: 3px;
}
.button:hover{
	background-color: #008000;
	color: #FFFFFF;
}
.alt{
	background-color: #e7e7e7;
}
blockquote{
	padding: 5px;
	border-left: 1px solid #000000;
	font-size: 80%;
	background-color: #e7e7e7;
}
#wp-list li{
	margin-top: 0px;
}
.wp-caption-text{
	font-size: 70%;
	text-align: left;
}
/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/*printer styles*/
@media print
{
/*hide the right column when printing*/
#rightcol {
	display: none;
}
#twocols, #maincol {
	width: 100%;
	float: none;
}
}
