#topbanner {
	margin: auto;
	padding: 0px;
	width: 955px;
}
#content {
	width: 560px;
	float: right;
	margin: auto;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 50px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bolder;
	color: #000;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #000;
	line-height: 1.3em;
}
.bottom-footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
	text-align: center;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000;
	line-height: 1.2em;
}

#navigation {
	float: left;
	width: 300px;
	margin-top: -1px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-left: 1px;
}
#wrapper {
	background-color: #FFF;
	margin: auto;
	width: 955px;
}
#footer {
	margin: auto;
	width: 955px;
}
.clear-float {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
.align-graphic-right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
}
.align-navgraphic-right {
	float: right;
	margin-left: 15px;
	padding-right: 1px;
}
.align-graphic-left {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.form-field {
	background-color: #ffff99;
}
legend {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #cc3333;
}
fieldset {
	padding: 10px;
	border: thin solid #cc3333;
	margin-bottom: 5px;
}
.form-name {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000;
}
a:link {
	color: #006633;
}
a:visited {
	color: #cc3333;
}
