﻿body					
	{ 
		background-color: White; 
		text-align: center; 
		font-family: Verdana; 
		font-size: smaller; 
		color: Navy; 
		margin: 0 auto; 
	}

.bgd					
	{ 
		background-color: #A0B5FF; 
		width: 750px; 
		height: auto; 
		left: 50%; 
		right: 50%; 
		display: table; 
		margin: 0 auto; 
		border: Solid 1px Navy;
		margin-bottom: 50px; 
	}

h2
	{
		font-size: 160%;
		border-bottom: Solid 1px Navy;  
	}

h3
	{
		font-size: 130%;
	}
	 
hr						
	{ 
		color: Navy; 
		background-color: Navy; 
		height: 1px;
	}

ul
	{
		list-style-type: disc;
	}
	   
.hdr    				
	{ 
		width: 750px; 
		height: 150px;
		border-bottom: Solid 1px Navy;  
	}

.menuBar				
	{ 
		width: 225px; 
		height: 700px; 
		padding-top: 10px; 
		padding-bottom: 20px; 
		text-align: center; 
		display: table;
	}

.menuItem				
	{ 
		width: 225px; 
		height: 50px; 
		text-align: left
	}	

.menuImage				
	{ 
		width: 40px; 
		height: 40px; 
		border: none; 
		padding-left: 5px; 
		padding-right: 5px;  
		float: left 
	}	

.menuText				
	{ 
		width: 165px; 
		height: auto; 
		float: left; 
		padding-top: 10px  
	}	

.main
	{
		width: 500px;
		margin: 20px 0px 0px 5px; 
		text-align: left; 
		float: left; 
	}

.mainFull
	{
		width: 750px;
		min-height: 500px; 
		margin: 20px 10px 10px 10px;
		padding: 0px 10px 10px 10px; 
		text-align: left; 
		float: left; 
	}

.vehList				
	{ 
		width: 160px; 
		height: auto; 
		float: left 
	} 

.vehListClass			
	{ 
		width: 160px; 
		height: auto; 
		font-weight: bold  
	} 


