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

html, body, ul, li {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #F0F0F0;
}

body {
	background: #F0F0F0;
	padding: 10px 0 0 0;
}

p {
	margin: 10px 0 3px 0;
	padding: 0;
}

a img {
	border: none;
}

select {
	width: 210px;
}

textarea {
	width: 600px;
	height: 200px;
	padding: 0;
	margin: 0 0 20px 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #056839;
	font-weight: bold;
}

a:hover, a:active {
	text-decoration: underline
}

.homelink {
	display: block;
	height: 70px;
	width: 300px;
}

h3 {
	color: #056839;
	font-size: 18px;
}

.shortened {
	width: 600px;
	padding-left: 0;
	padding-right: 0;
	margin: 0 0 10px 0;
}

#ds-left {
	background: url('../imgs/ds-l.jpg') no-repeat;
	width: 15px;
	height: 225px;
	float: left;
}

#ds-right {
	background: url('../imgs/ds-r.jpg') no-repeat;
	width: 15px;
	height: 225px;
	float: right;
}

#outer-wrap {
	width: 801px;
	margin: 0 auto;
}

#wrap {
	width: 769px;
	background: #FFF;
	margin: 0 auto;
	border: solid 1px #CCC;
	padding: 0 0 10px 0;
	min-height: 500px;
	position: relative;
}

#leftcon{
	width: 350px;
	float: left;
	margin: 0;
	padding: 0;
}

#rightcon {
	width: 385px;
	float: right;
	margin: 0;
	padding: 0;
}

#header {
	background: url('../imgs/header.jpg') no-repeat;
	width: 769px;
	height: 112px;
}

#logos {
	background: url('../imgs/logos.jpg') no-repeat center;
	width: 769px;
	height: 68px;
}

#content {
	background: #FFF;
	padding: 10px 10px 30px 10px;
}

#bottomcon-main {
	width: 749px;
	margin: 0 0 0 10px;
	padding: 0;
	position: absolute;
	bottom: 10px;
}

#bottomcon-form {
	width: 749px;
	margin: 0 0 0 10px;
	padding: 0;
	position: absolute;
	bottom: 10px;
}

.hidden {
	display: none;
}

#next {
	float: right;
}

#back {
	float: left;
}

#footer {
	text-align: center;
	position: absolute;
	bottom: 10px;
	width: 748px;
	margin: 0 auto;
}

.center {
	text-align: center;
	margin: 0 auto;
	width: 300px;
}

.clear-left {
	clear: left;
	height: 1px;
}

.clear-right {
	clear: right;
	height: 1px;
}

.clear-both {
	clear: both;
	height: 1px;
}

.backhidden {
	display: none;
}

.pagehide {
	display: none;
	text-align: center;
	margin: 0 auto;
	width: 300px;
}

.nexthidden {
	display: none;
}

.starthidden {
	display: none;
}
