<!--
body {
	margin: 0px;
	padding: 20px;
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#pageOut {
	width: 900px;
	margin: auto;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: left;
}

#topBanner {
	width: 100%;
	height: 240px;
	margin: 0px;
	padding: 0px;
	background-image:  url(../imagesDesign/frwayTopBg.jpg);
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
#topBanner img {
	float: left;
}
#topBanner p {
	margin: 10px 0px;
	line-height: 20px;
}
#topBanner h4 {
	padding-top: 40px;
	font-size: 14px;
}
#topBanner ul {
	margin: 10px 10px 10px 710px;
	padding: 0px;
	list-style: none;
}
#topBanner li {
	margin-bottom: 5px;
	padding: 0px;
	background: #6699FF;
	border: #003366 1px solid;
	color: #FFFFFF;
}
#topBanner li a {
	display: block;
	padding: 2px 5px;
	background-color: #6699FF;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#topBanner li a:hover, #topBanner li a:focus, #topBanner li a:active {
	background: #FFFFFF;
	color: #6699FF;
	text-decoration: none;
}
#topBanner form {
	margin: 0px;
	padding-top: 20px;
}
#topBanner input, textarea {
	width: 115px;
	background-color: #FFFFFF;
	border: #003366 1px solid;
 	font-size: 11px;
	color: #003366;
	font-weight: bold;
}
#topBanner .okButton {
	width: 31px;
 	background-color: #6699FF;
 	color: #FFFFFF;
}
#topBanner .contactButton {
 	font-size: 11px;
 	font-weight: bold;
}
#topBanner .contactButton a:link { background-color: #6699FF; border: #003366 1px solid; padding: 2px 5px 2px 5px; color: #FFFFFF; text-decoration: none}
#topBanner .contactButton a:visited { background-color: #6699FF; border: #003366 1px solid; padding: 2px 5px 2px 5px; color: #FFFFFF; text-decoration: none}	
#topBanner .contactButton a:hover { background-color: #FFFFFF; border: #003366 1px solid; padding: 2px 5px 2px 5px; color: #003366; text-decoration:none}
#topBanner .contactButton a:active { background-color: #FFFFFF; border: #003366 1px solid; padding: 2px 5px 2px 5px; color: #003366; text-decoration: none}

#topShadow {
	width: 100%;
	height: 11px;
	margin: 0px;
	padding: 0px;
	background-image:  url(../imagesDesign/frwayTopShadow.gif);
	text-align: left;
}

#foot {
	width: 100%;
	height: 30px;
	margin: 0px;
	background-image:  url(../imagesDesign/frwayTopBg.jpg);
	border: #000033 solid;
	border-width: 1px 0px 0px 0px;
	color: #003366;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
#foot img {
	border-width: 0px;
	float: left;
}
#foot p {
	margin: 7px 5px 0px 0px;
}

#copyright {
	width: 900px;
	margin: auto;
	margin-top: 10px;
	text-align: center;
 	font-size: 11px;
 	color: #003366;
}

#bottomMenu {
	width: 900px;
	margin: auto;
	margin-top: 10px;
	text-align: center;
 	font-size: 12px;
 	color: #003366;
}
#bottomMenu a:link { color: #333333; text-decoration: none}
#bottomMenu a:visited { color: #333333; text-decoration: none}
#bottomMenu a:hover { color: #333333; text-decoration: underline}
#bottomMenu a:active { color: #333333; text-decoration: underline}
-->
