*
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;	
}

body
{
	background-color: #336699;
	color: White;
	margin: 0px;
}

IMG { border-style: none; }

A	{ color: White; text-decoration: none; }

A.menu			{ font-weight: bold; color: White; margin-left: 30px; font-size: 10pt; text-decoration: none; }
A.menu:hover	{ color: Yellow; }

A.home	{ color: White; font-weight: bold; text-decoration: none; text-align: center; }
A.home:hover	{ color: Yellow; }


IMG.driving	{ float: left; }
A.driving	{ text-align: center; width: 700px; display: block; margin-bottom: 20px; line-height: 1.5; }
A.driving:hover	{ color: Yellow; }


H1	{ font-size: 14pt; font-weight: normal; margin-bottom: 10px; }
H2	{ font-size: 12pt; font-weight: normal; margin-bottom: 7px; }

IMG.big		{ width: 460px; height: 230px; }
IMG.small	{ width: 300px; height: 230px; }

DIV.header
{
	background-color: #000066;
	
	border-style: none none solid none;
	border-color: White;
	border-width: 1px;
	
	height: 55px;	
}

DIV.imagePane
{
	background-color: #336699;
	border-style: none none solid none;
	border-width: 1px;
	border-color: White;
	height: 230px;	
}


DIV.menuPane
{
	background-color: #3366CC;
	border-style: none none solid none;
	border-width: 1px;
	border-color: White;
	height: 40px;	
}

DIV.contentA
{
	float: left;
	width: 440px;
	padding: 10px 10px 20px 10px;
}

DIV.contentC
{
	float: left;
	width: 760px;
	padding: 10px 10px 20px 10px;
}

DIV.contentB
{
	width: 320px;
	float: left;
	padding-top: 50px;
}


DIV.footer
{
	clear: both;
	margin-top: 30px;
	font-size: 8pt;
	text-align: center;
	width: 760px;
	padding-bottom: 30px;
}
