
BODY {
	margin: 0 0 0 0;
	background: #001551 url('../images/bg.gif') repeat-x top; 
	font-family: Arial, Helvetica, Sans-serif; 
	color: #1D5590; }

H1 {
	font-size: 18px; }

P {
	font-size: 15px;
	line-height: 20px; }

A {
	color: #CF1145; }

A:Hover {
	color: red; }

TD.left {
	width: 450px;
	background: #F1F5F9 url('../images/bg_left.gif') repeat-x top; 
	padding: 40px 0 40px 50px; }

TD.right {
	width: 310px;
	background: #F1F5F9 url('../images/bg_right.gif') repeat-y top right; }

TD.navRow {
	background: url('../images/truck2.gif') no-repeat top right; }

.nav A {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 20px 0 20px;
	text-transform: UPPERCASE; 
	color: white; }

.nav A:Hover {
	color: #D1E3F5; }

TD.navActive {
	background: #D80F46 url('../images/navHighlight_bg.gif') repeat-x top; 
	padding: 0 20px 0 20px; 
	text-transform: UPPERCASE; 
	font-size: 15px;
	font-weight: bold;
	color: white; }

.footer {
	padding: 10px 0 0 50px; 
	font-size: 11px;
	color: #346EA7; }

P.CTA {
	margin-top: 30px;
	border: 2px solid #346EA7;
	background: white; 
	padding: 10px 10px 10px 10px; 
	line-height: 22px; }

