﻿/* CSS layout */

h1, h2 {
	text-align:center;
}
body {
	font: 1em "Times New Roman", Times, serif;
	margin: 0 auto 0 auto;
	padding: 0;
	background-image: url('images/gridbackground.png');
	width: 800px;
}

#masthead {
	margin: 20px 0 0 0;
	background-image: url('images/HeaderBackground.png');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 194px;
}

#logo {
	background-position: left;
	background-image: url('images/FWDlogo.png');
	background-repeat: no-repeat;
	height: 193px;
	margin-left: 22px;
	width: 222px;
	float: left;
	margin-bottom: 0;
}

#masttext {
	margin: 31.43px 0 0 34.5px;
	background-image: url('images/BannerText 2.png');
	background-repeat: no-repeat;
	height: 89px;
	width: 496px;
	float: left;
}

#top_body {
	background-image: url('images/HeaderBodyDivider.png');
	background-repeat: repeat-x;
	margin-top: 20px;
	height: 25px;
}

#container {
	font: 100% Arial, Helvetica, sans-serif;
}

#right_col {
	width: 273px;
	float: right;
}

#page_content {
	padding: 0 25px 0 25px;
	margin: 0 0 0 32px;
	float: left;
	width: 440px;
}

#page_content p {
	font: 1.1em "Times New Roman", Times, serif;
}

#page_content h1, h2 {
	color: #005800;
}


#bottom_body {
	background: url('images/HeaderBodyDivider.png') repeat-x bottom;
	clear: both;
	height: 25px;
}

#footer {
	padding: 0 0 20px 0;
	margin: 0 auto 0 auto;
	text-align: center;
	color: #007D00;
}

#footer p {
	margin: 0 0 5px 0;
}

#footer a {
	font: 100% Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	text-decoration: none;
	color: #007D00;
}

#footer a:hover {
	color: #000;
}

.colBoxTop {
	background-image: url('images/RightBoxTop.png');
	background-position: center;
	background-repeat: no-repeat;
	height: 23px;
}

.colBoxBody {
	background-image: url('images/RightBoxBody.png');
	background-position: center;
	background-repeat: repeat-y;
	min-height: 26px;
}

.colBoxBottom {
	background: url('images/RightBoxBottom.png') no-repeat center;
	height: 26px;
}

.rightColContent {
	font: small Arial, Helvetica, sans-serif;
	margin-left: 25px;
	margin-right: 40px;
}

.rightColContent h1, p {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1.2em;
}

.rightColContent h1, h2 {
	margin: 0 0 .5em 0;
	padding: 0;
	font-size: 1.4em;
}

.rightColContent h2 {
	margin: .5em 0 .5em 0;
	font-size: 1.2em;
	text-align: left;
	line-height: .9em;
}

.rightColContent p {
	padding: 0 0 1em 0;
}
.rightColContent ul {
}
.image {
	border: medium inset #FFFFFF;
}
.myinput {
	vertical-align: middle;
	margin-bottom: .5em;
}
.myform {
	line-height: 1.4em;
}

.lastline {
	margin-bottom:1.5em;
}
