@charset "utf-8";
body {
	background-image:url(/images/bg.jpg); 
	background-repeat:no-repeat; 
	background-position:center; 
	background-position:top;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
}
#menuArea {
	margin-top: 175px;
}
a:link.subMenuItem {
	color: #9BB447;
	font-size: 12px;
	text-decoration: none;
}
a:visited.subMenuItem {
	color: #9BB447;
	font-size: 12px;
	text-decoration: none;
}
th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9BB447;
}
.callout {
	background-color: #9BB447;
	color: #FFF;
	padding:5px;
}


a:hover.subMenuItem {
	color: #009966;
	text-decoration: underline;
	font-size: 12px;
}
.required {
	color: #FF0000;
}

.subMenuItem {
	color: #9BB447;
	font-size: 12px;
	text-decoration: none;
}

#subMenuArea {
	text-align: left;
}
a:link {
	font-weight: bold;
	color: #9BB447;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #9BB447;
	text-decoration: none;
}
a:hover {
	color: #009966;
	text-decoration: underline;
}

a:link.footerItem {
	color: #CCCC00;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}
a:visited.footerItem {
	color: #CCCC00;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}
a:hover.footerItem {
	color: #009966;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
.footnote {
	font-size: x-small;
}


#contentArea {
	width:100%; 
	height:600px;
}
#mainArea {
	width:800px;
	text-align:left;
	min-height:500px;
}
#leftPanel, #middlePanel, #rightPanel {
	float:left;
	text-align:left;
}
#leftPanel {
	width: 180px;
}
#middlePanel {
	width: 400px;
	padding-left:10px;
	padding-right:10px;
	min-height:500px;
}
#rightPanel {
	width: 200px;
}
#routePanel {
	float:left;
	padding-right:5px;
	min-height:460px;
}
#mapPanel {
}
h1 {
	color: #9BB447;
	font-size: 18px;
}
a:link.FAQ {
	font-weight:normal;
	text-decoration: none;
	color: #006600;
	font-size: 12px;
}
a:visited.FAQ {
	font-weight:normal;
	text-decoration: none;
	color: #006600;
	font-size: 12px;
}
a:hover.FAQ {
	font-weight:normal;
	text-decoration: none;
	color: #FF3300;
	font-size: 12px;
}
#FAQPanel {
}
.footnote {
	font-size: x-small;
}
a.lightLink:link {
	font-weight: bold;
	color: #FF0;
}
a.lightLink:visited {
	font-weight: bold;
	color: #FF0;
}
a.lightLink:hover {
	font-weight: bold;
	color: #FF0;
	text-decoration:underline;
}

li {
	padding:3px;
}