body {
	margin: 0;
	padding: 0;
	background-color: #AFCF8B;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #313D45;
}
#main-bg {
	background: #CADFB2 url(../images/page/grad-bg.gif) top repeat-x;
}
#container {
	margin: 0 auto;
	width: 934px;
	background: #FFFFFF url(../images/page/page-bg.gif) top left repeat-y;
}
#header {
	margin-right: -6px;
	background: url(../images/page/signup2.gif) top right no-repeat;
}


#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(../images/page/nav-bg.gif) top left no-repeat;
	height: 53px;	
}
#nav li {
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	background: none;
}
#nav li a {
	display: block;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 53px;	
}
#nav li a:hover {
}

.left {
	background: url(../images/page/off.gif) top right no-repeat;
	width: 162px;
}
.left:hover {
	background: url(../images/page/left-on.gif) top left no-repeat;
}

.mid {
	background: url(../images/page/off.gif) top right no-repeat;
	width: 153px;
}
.mid:hover {
	background: url(../images/page/mid-on.gif) top left no-repeat;
}

.right {
	width: 160px;
}
.right:hover {
	background: url(../images/page/right-on.gif) top left no-repeat;
}


#content-bg {
	background: url(../images/page/page-bg-top.gif) top left no-repeat;
}
#content {
	background: url(../images/page/page-bg-bot.gif) bottom left no-repeat;
	padding: 50px 60px;
	min-height: 320px;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	color: #2A3C6C;
}
h2 {
	margin: 20px 0;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #2A3C6C;
}
h3 {
	margin: 20px 0 -10px;
	padding: 1px 0 0;
	font-size: 14px;
	line-height: 18px;
	color: #6AA82C;
}
p {
	margin: 12px 0;
}
a {
	color: #598833;
}
a:hover {
	color: #6AA82C;
}
ul {
	list-style: none;
}
ul li {
	background: url(../images/page/li-bg.gif) top left no-repeat;
	padding: 0 0 7px 20px;
}
form {
	margin: 0;
}
form td {
	padding: 0 10px 7px 0;
}
input, select, textarea {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #313D45;
}


#footer {
	background: url(../images/page/footer-tile-bg.gif) top repeat-x;
	font-size: 11px;
	color: #5A7161;
}
#footer div {
	margin: 0 auto;
	width: 934px;
	background: url(../images/page/footer-bg.gif) top left no-repeat;
	height: 90px;
}
#footer p {
	margin: 0;
	padding: 10px;
}
#footer a {
	color: #5A7161;
	text-decoration: none;
}
#footer a:hover {
	color: #2D4147;
	text-decoration: underline;
}


#media {
	padding: 30px 0 0;
}
#media table {
	float: left;
	width: 110px;
	margin: 0 40px 0 0;
}
#media th {
	vertical-align: middle;
	height: 110px;
	padding: 5px 0;
}
#media img {
	padding: 3px;
	border: 1px solid #AFCF8B;
}
#media td {
	font-size: 11px;
	line-height: 14px;
	height: 80px;
	text-align: center;
	vertical-align: top;
}
#media a {
}


.separator {
	margin: 30px 0;
	line-height: 0;
	font-size: 0;
	border-bottom: 1px solid #E5E5E5;
}
.location {
	font-weight: normal;
}
.clear {
	clear: both;
}

