/* CSS Document */

body {
	background-color: #d7d7d7;
	margin: 0px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5px;
	line-height: 14px;
	color: #666666;
	text-decoration: none;
	text-align: center;
}
.footer a:link {
	text-decoration: underline;
	color: #666666;
}
.bodytext {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding-top: 15px;
}
.bodytextcent {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding-top: 15px;}
.bodytextcent2 {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;}
.formtext {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.required {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
.headline {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	padding-top: 10px;
}
.headlineblue {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	color: #1D407B;
	text-decoration: none;
	padding-top: 10px;
	font-weight: bold;
}
.trucktext {
	font-family: Times New Roman, Times, serif;
	font-size: 25px;
	line-height: 25px;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
.trucktextcent {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
}
.sidenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 36px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #fcf2d7;
	text-align: center;
	height: 36px;
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeb10f;
}
#content {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	position: relative;
	height: auto;
	width: 800px;
	top: 0px;
	left: 50%;
	right: 0px;
	bottom: 0px;
	margin-left: -400px;
}
#shadow {
	height: auto;
	width: 822px;
	margin-left: -411px;
	position: relative;
	left: 50%;
	top: 0px;
	background-image: url(images/shadow_left.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
}
.sidenav a {
	color: #000000;
	text-decoration: none;
}
.sidenav a:hover {
	color: #eeb10f;
	text-decoration: none;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
