/* Master styles created April 3rd 2006 by Derek Johnson */
body {
	background-color: #006600;
	margin: 0px;
	padding: 0px;
	background-image: url(../Chassis/bodydark.jpg);
}
.maintable {
	width: 760px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(../Chassis/body.jpg);
}
.footer {
	background-image: url(../Chassis/footer.jpg);
	text-align: center;
	padding: 10px;
	color: #FFFF00;
}
td {
	font-family: "trebuchet MS";
	font-size: 10pt;
}

.main {
	background-image: url(../Chassis/bodyheader.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	width: 570px;
	padding: 20px;
}
.navheader {
	background-image: url(../Chassis/navheader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 150px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.nav:link {
	background-image: url(../Chassis/off.jpg);
	display: block;
	height: 33px;
	width: 150px;
	text-align: center;
	text-decoration: none;
	color: #826F37;
	font-weight: bold;
	padding-top: 12px;
}
.nav:visited {
	background-image: url(../Chassis/off.jpg);
	display: block;
	height: 33px;
	width: 150px;
	text-align: center;
	text-decoration: none;
	color: #826F37;
	font-weight: bold;
	padding-top: 12px;
}
.nav:hover {
	background-image: url(../Chassis/over.jpg);
	display: block;
	height: 32px;
	width: 150px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	padding-top: 13px;
}
h1 {
	font-size: 14pt;
	color: #FFFA01;
}
th {
	background-image: url(../Chassis/bodydark.jpg);
	color: #FEFD17;
}
a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.ptag {
	color: #F5F800;
	background-image: url(../Chassis/bodydark.jpg);
	padding: 10px;
}
