@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: 785px;
	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;
	height: 180px;
	background-image: url(images/header_right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.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;
}
#mainContent H1 {
	font-size: 1.3em;
}
#mainContent H2 {
	font-size: 1.1em;
}

.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 400px;
	overflow: auto;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #87A98E;
}
.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;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	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;
}
textarea {
	width: 250px;
}

input {
	width: 250px;
}
