html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:white;
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
}



p { 
	line-height:1.5; 
}

div#container {
	position:relative;
	margin:0 auto;
	width:998px;
	height:auto !important;
	height:100%;
	min-height:100%;
}

div#header {
margin:0px;
padding:0px;
}

div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
}
div#content p {
	text-align:justify;
	/* padding:0 1em; */
}

div#footer {
	width:100%;
	bottom:0; /* stick to bottom */
	text-align:center;
	padding-top:5px;
	padding-bottom:10px;
}
div#footer p {
	padding:1em;
	margin:0;
}




body {
	margin: 0px;
	padding: 10px 10px 0px 10px;
	height: 100%;

}




h1 { 
	font-family:arial,helvetica,sans serif;
	font-size:22px;
	color:black;
	margin-bottom:5px;
	}

h2 { 
	font-family:arial,helvetica,sans serif;
	font-size:20px;
	color:black;
	margin-bottom:5px;
	}

h3 { 
	font-family:arial,helvetica,sans serif;
	font-size:17px;
	color:black;
	margin-bottom:5px;
	margin-top:0px;
	}
h3.featuredVehicleHeader {
	font-size:25px;
	margin:10px 0;
}



h3 a:link, h3 a { 
text-decoration:underline;
}

.content p, li{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}


.content a, 
.content a:link, 
.content a:visited,
h1 a, 
h1 a:link, 
h1 a:visited
{
	color: #000000;
	text-decoration: none;
}
.content a:hover,
.bodytext a:hover,
.body2 a:hover,
h1 a:hover {
	color: #000000;
	text-decoration: underline;
}
.eventdate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}
.smallText, 
.smallText a, 
.smallText a:link, 
.smallText a:visited   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}





#headerLogo a {
background:url('/images/amtruck_white.gif') no-repeat;
width:254px;
padding:0px;
margin:0px;
display:block;
height:30px;
}


#headerCompany {
	width:200px;
	text-align:left;
	margin:0px;
	padding:0px;
	margin-top:30px;
}
#headerCompany p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	margin:0px;
	padding:0px;
}

#footer, #banner, #menu, #blueBar, #blackBar, .noprint{ display: none; }
