@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-image: url(images/background.jpg);
}
/*.oneColFixCtrHdr #borders {
	width: 785px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/borders.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}*/
.oneColFixCtrHdr #container {
	width: 805px;
	margin: 0 auto;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display: none;
}
.oneColFixCtrHdr #mainContent {
	background-color: #92CFA6;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #87A98E;
}
.oneColFixCtrHdr #footer {
	background-color: #92CFA6;
	padding-top: 5px;
	padding-bottom: 5px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: .8em;
}
.oneColFixCtrHdr #footer p a:link, .oneColFixCtrHdr #footer p a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
.oneColFixCtrHdr #footer p a:hover { text-decoration:underline;}
.oneColFixCtrHdr #nav {
	text-align: center;
	height: 30px;
}
.oneColFixCtrHdr #nav ul{
	display: inline;
	margin: 0px;
}
.oneColFixCtrHdr #nav li{
	display: inline;
	float: left;
	height: 30px;
	width: 110px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#nav li a {
	display:block;
	height: 24px;
	width: 110px;
	background-image: url(images/buttons.png);
	background-repeat: no-repeat;
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
}
#nav li a#partners {
	padding-top: 0;
	height: 30px;
}

#nav li a:hover {
	background-position: 0 -30px;
	color: #87A98E;
}

#nav li a.current {
	background-position: 0 -60px;
	color: #FFFFFF;
}

#contactform {
	border: 1px solid #452C14;
}
#indexbox {
	height: 298px;
	width: 370px;
	overflow: auto;
}

#greenborder {
	border: 10px solid #87A98E;
}
