
body {
	background-color:#ffffff;
	font-family:arial;
	padding:0px;
}

a{
	color:black;
	text-decoration:underline;
	
}

a:visited{
	color:#333;
	text-decoration:underline;
}


a:hover{
	
	text-decoration:none;
}



/* Structural Styles */

.mainTable{
	border:2px solid white;
	height:100%;
	width:100%;
}

.mainTable td{
}


.pic{
	width:180px;
	padding:0px;
	border-left:1px solid white;
	border-right:1px solid white;
	background-color:blue;
}

.headerTable{
	width:100%;
}


.contentTable {
	height:100%;
	width:100%;
}

td {
	font-size:11px;
}

.pagetitle{
font-size:10pt;
font-weight:bold;
color:#929BA4;
}

/* Navigation Styles */


.navigation {
	background-color:#13288E;
	width: 150px;
}

.navItem{ 
	border-top: 1px solid #000053;
	border-bottom: 1px solid #27398E;
	width: 100%;
	
	
}

a.navItem, a.navItem:visited{
	background-color:#04166B;
	padding-left:5px;
	padding:3px;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;	
	width:100%;
	
}

a.navItem:hover{
	background-color:#0B1753;
	text-decoration:none;
	font-size:12px;
	
}



.dealername {
	padding-right: 10px;
	background-color:#13288E;
	text-align:right;
	color:white;
	font-weight:bold;
	font-size:24px;
	height:50px;
}



.dealeraddress{
	padding-right: 10px;
	padding-top: 5px;
	background-color:#dddddd;
	color:black;
	font-size:11px;
	text-align:right;
}






.leftCol{
	background-color:#dddddd;
	border:1px solid white;
	width: 150px;

}



h1{
	font-size:20px;
	font-size:26px;
	font-weight:bold;

}



.content {
	padding:20px;
}



.poweredby{
	background-color:#13288E;
	height:20px;
	font-size:9px;
	color:white;
	text-align:center;
	padding-top: 2px;
}

.poweredby a, .poweredby a:visited{
	color:white;
	text-decoration:none;
}

.poweredby a:hover{
	text-decoration:underline;
}


