@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #header {
	margin: 0 0 0 200px;
}
.oneColFixCtr #navbar {
	background-position: center;
	background-color: #43755b;
	color: #FFFFFF;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.button {
    background-position: center;
	background-color: #43755b;
	color: #FFFFFF;
	padding: 4px;
	margin: 0px;
}
.button	a {text-decoration: none}
.button	a:visited {color: #FFFFFF;}
.button	a:link {color: #FFFFFF;}
.button:hover {background-color: #c72112;}
.button-active {
    background-position: center;
	background-color: #c72112;
	color: #FFFFFF;
	padding: 4px;
	margin: 0px;
}
.button-active	a {text-decoration: none}
.button-active	a:visited {color: #FFFFFF;}
.button-active	a:link {color: #FFFFFF;}
.button-active:hover {background-color: #c72112;}
.rt_main {
	margin: 0 0 0 400px;
}
.oneColFixCtr img {
	border:none;
	padding: 0 5px;
}
.oneColFixCtr #container #mainContent h1 {
	font-size: x-large;
	color: #c72112;
}
.oneColFixCtr #container #mainContent h2 {
	font-size: large;
	color: #43755b;
}
.oneColFixCtr #container #mainContent p {
	/*color: #43755b;*/
	color: #000000;
}
.smallprint {font-size:x-small}
a:link {color: #2c4c3a;;}
.module {
	width: 500px;
	float: right;
	background: #ffffff;
}
.truckimg {
	margin-top: 25px;
	margin-left: 50px;
}
.tipbox {
	background-color: #f3efe5;
	border: thin dashed #000;
	margin-left: 50px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 100px;
}

