html body {
	height: 100%;
	background: white;
	font: 12px /16px Verdana,Helvetica,sans-serif;
	margin: none;
	}
img	{
	border: none;
	}
#topGreyLine {
	position: relative;
	top: 12px;
	left: 66px;
	}
#navTable {
	position: absolute;
	width: 620px;
	top: 0px;
	left: 150px;
	font-size: 11px;
	border: 0px solid red;
	}





#navTable2 {
	position: absolute;
	width: 620px;
	top: 28px;
	left: 150px;
	font-size: 11px;
	border: 0px solid green;
	}




.navItems ul{
	white-space:nowrap;
	display: inline;
	}
.navItems li {
	float: left;
	white-space: nowrap;
	display: inline;
	margin: 0px 40px 0px 0px;
	padding: 0px;
	list-style: none;
	font-size: 13px;
	}
.navItems2 li {
	float: left;
	margin: 5px 50px 0px 2px;
	padding: 0px;
	list-style: none;
	font-size: 11px;
	color: #666666;
	}





#logoNavPosition {
	position: relative;
	top: 20px;
	left: 10px;
	border: 0px solid blue;
	}
	
	
	
	
	
	
	
	
	
.nav{
	color: black;
	text-decoration: none;
	margin: 0px 20px 0px 20px;
	}
.secondNav {
	font-size: 10px;
	}

#mainBody {
	position: relative;
	top: 50px;
	left: 205px;
	width:525px;
	display: block;
	}

.title {
	font: 25px /30px Verdana,Helvetica,sans-serif;
	color: #2061A2;
	}
	
.subHeadFAQ {
	font: 15px /20px Arial,sans-serif;
	color: #2061A2;
	}	
	
.subHead {
	font: 10px /14px Arial,sans-serif;
	color: #2061A2;
	}
#leftText {
	position: absolute;
	top: 220px;
	left: 25px;
	width: 154px;
	color: #333333;
	font: 10px / 20px Verdana,Helvetica,sans-serif;
}
#leftButton {
	position: absolute;
	top: 170px;
	left: 25px;
	}
#leftText a:link {
	color:#1C4598;
	text-decoration:underline;
}
#step1 {
	position: absolute;
	top: 125px;
	left: 185px;	
}
#step2 {
	position: absolute;
	top: 125px;
	left: 395px;	
}
#step3 {
	position: absolute;
	top: 125px;
	left: 605px;	
}
#fineList li {
	list-style-type: none;
	margin: 9px 0px 0px -13px;
	}
#cityList li {
	list-style-type: none;
	margin: 9px 0px 0px -28px;
	white-space: nowrap;}
.list2 {
	font: 11px Verdana,Helvetica,sans-serif;
	color: #4f483e;
	font-size: 9px;
	line-height: 13px;
	text-decoration: none;
	font-weight: bold;
	}	
.list {
	font: 11px Verdana,Helvetica,sans-serif;
	color: #4f483e;
	font-size: 9px;
	line-height: 13px;
	text-decoration: none;
	}
.listSelected {
	color:#1C4598;
	font-weight: normal;
	font-size: 9px;
	line-height: 13px;
	text-decoration: none;
	}
.message1 {
	width: 281px;
	height: 182px;
	background: url(/images/messageBox1.gif) no-repeat;
	}
.message2 {
	width: 281px;
	height: 130px;
	background: url(/images/messageBox2.gif) no-repeat;
	}
.message3 {
	width: 281px;
	height: 145px;
	background: url(/images/messageBox3.gif) no-repeat;
	}
.message4 {
	width: 281px;
	height: 165px;
	background: url(/images/messageBox4.gif) no-repeat;
	}
a.navLinkFirstUnselected {
	color: #333333; 
	text-decoration: none;
	}
a.navLinkFirstSelected {
	color: #1C4598; 
	text-decoration: none;
	}
a.navLinkSecondSelected {
	color: #1C4598; 
	text-decoration: none;
	}
a.navLinkSecondUnselected {
	color: #666666; 
	text-decoration: none;
	}

a {
	text-decoration: none;
	}
a:link {
	text-decoration: none;
	}
a:visited	{
	text-decoration: none;
	}
a:active	{
	text-decoration: none;
	}
a:hover	 {
	text-decoration: none;
	}
	
/*simon*/
.arrow {
	visibility: hidden;
}
.arrowSelected {
	visibility: visible;
}


.navCellOff 
{ 
   BACKGROUND-COLOR: gray; 
    color:black; 
} 
.navCellOn 
{ 
   BACKGROUND-COLOR: white; 
    color:black; 
} 
