.header {
	background-image: url(images/standardTruckHeader.gif);
	color: #FFFFFF;
	padding: 0px;
	height: 60px;
	font-size: small;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-repeat: no-repeat;
	background-position: center;
}
.footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	font-size: smaller;
	padding: 5px;
	background-image: url(images/grayUp.jpg);
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/graySteel.gif);
	font-size: small;
}

.pageContent {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin-right: 5%;
	margin-left: 5%;
}
.content {
	padding: 10px;
}

.flash {
	background-image: url(images/graySteel.gif);
	margin-top: -5px;
}


h1 {
	font-size: 150%;
	color: #333333;
	padding-bottom: 0.5em;
}

h2 {
	font-size: 125%;
	color: #666666;
	border-bottom-width: 1px;
	border-left-width: 0.5em;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #908FB2;
	border-left-color: #908FB2;
	padding-left: .5em;
}

h3 {
	font-size: 110%;
	color: #333300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #908FB2;
	padding-left: .5em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #908FB2;
}


li {
	padding: 10px;
}

/*
Navigation
*/
#navcontainer{
	height: -18px;
}

#navcontainer ul {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background-color: #036;
	color: white;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 8px;
	background-image: url(images/grayDown.jpg);/* fixes Firefox 0.9.3 */
}

#navcontainer ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
}

#navcontainer ul li a  {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover {
	background-color: #666666;
	color: white;
}


.preFooter {
	background-image: url(images/grayUp.jpg);
	height: 5px;
}


#navcontainer #active {
	border-left: 1px solid #fff;
	background-image: url(images/grayDown.jpg);
}
