<!--
#page {
	width: 900px;
	height: 420px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image:  url(../imagesDesign/frwayPageBg.jpg);
	font-size: 13px;
	color: #003366;
	text-align: left;
}

#page a:link { color: #003366; text-decoration: underline}
#page a:visited { color: #003366; text-decoration: underline}
#page a:hover { color: #003366; text-decoration: none}
#page a:active { color: #003366; text-decoration: underline}

#showBox {
	width: 75%;
	margin: 10px;
	padding: 10px;
	background-color: #FFFFFF;
	border: #003399 1px solid;
	font-size: 12px;
	line-height: 15px;
}

#page h1{
	width: 450px;
	border: #003366 solid;
	border-width: 0px 0px 1px 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 18px;
	color: #003366;
	text-transform: uppercase;
}

#page p {
	margin-top: 20px;
}

#page .image {
	border: #003399 1px solid;
}

#page .imageLeft {
	border: #003399 1px solid;
	float: left;
	margin: 0px 10px 10px 0px;
}

#page .imageRight {
	border: #003399 1px solid;
	float: right;
	margin: 0px 10px 10px 0px;
}

#page .imageThumb {
	border-width: 0px;
	margin: 0px 10px;
	vertical-align: middle;
}

#page .imageThumbBorder {
	border: #003399 1px solid;
	margin: 0px 10px;
	vertical-align: middle;
}

#page .emoticon {
	float: right;
	margin-right: 50px;
}

#page .emphasized {
	color: #336699;
	font-weight: bold;
}

#page .emphasizedRed {
	color: #FF0000;
	font-weight: bold;
	text-transform: uppercase;
}

#page .lowCase {
	text-transform: lowercase;
}

#page .bold {
	font-weight: bold;
}

#page .italic {
	font-style: italic;
}

#page .small {
	font-size: 12px;
	font-weight: bold;
}

#page .button {
	margin: 40px 100px;
	padding: 2px;
 	font-weight: bold;
 	text-align: center;
}
#page .button a:link { background-color: #6699FF; border: #003366 1px solid; padding: 2px 5px 2px 5px; color: #FFFFFF; text-decoration: none}
#page .button a:visited { background-color: #6699FF; border: #003366 1px solid; padding: 2px 5px 2px 5px; color: #FFFFFF; text-decoration: none}	
#page .button a:hover { background-color: #FFFFFF; border: #003366 1px solid; padding: 2px 5px 2px 5px; color: #003366; text-decoration:none}
#page .button a:active { background-color: #FFFFFF; border: #003366 1px solid; padding: 2px 5px 2px 5px; color: #003366; text-decoration: none}

#page .homeButton {
	padding: 2px;
 	font-weight: bold;
 	text-align: center;
 	font-size: 14px;
}
#page .homeButton a:link { background-color: #6699FF; border: #003366 1px solid; padding: 2px 5px 2px 5px; color: #FFFFFF; text-decoration: none}
#page .homeButton a:visited { background-color: #6699FF; border: #003366 1px solid; padding: 2px 5px 2px 5px; color: #FFFFFF; text-decoration: none}	
#page .homeButton a:hover { background-color: #FFFFFF; border: #003366 1px solid; padding: 2px 5px 2px 5px; color: #003366; text-decoration:none}
#page .homeButton a:active { background-color: #FFFFFF; border: #003366 1px solid; padding: 2px 5px 2px 5px; color: #003366; text-decoration: none}

#page .table2cols {
	width: 750px;
	margin: auto;
}

#page .table2cols td {
	width: 50%;
	margin: 10px;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}

#page .table2cols img {
	border: #003399 1px solid;
	margin: 5px;
	vertical-align: middle;
}

#page #infoRight {
	width: 100%;
	height: 100%;
	font-size: 18px;
	font-weight: bold;
}
#page #infoRight p {
	margin-left: 350px;
	margin-top: 0px;
	text-align: center;
	line-height: 25px;
}
#page #infoRight object {
	margin-left: 360px;
	margin-top: 0px;
}
#page #infoRight .startButton {
	margin-left: 285px;
	text-align: left;
}

#page #infoLeft {
	width: 100%;
	height: 100%;
	font-size: 18px;
	font-weight: bold;
}
#page #infoLeft p {
	width: 100%;
	margin-top: 0px;
	padding-left: 5px;
	text-align: left;
	line-height: 25px;
}

#page #infoLeftCentered {
	width: 100%;
	height: 100%;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
}
#page #infoLeftCentered p {
	width: 620px;
	margin-top: 0px;
	text-align: center;
	line-height: 25px;
}

#page #infoFullCentered {
	width: 100%;
	height: 100%;
	font-size: 18px;
	font-weight: bold;
}
#page #infoFullCentered p {
	margin-top: 0px;
	text-align: center;
	line-height: 25px;
}

#page #infoFull {
	width: 100%;
	height: 100%;
	font-size: 18px;
}
#page #infoFull p {
	margin-left: 20px;
	margin-top: 0px;
	text-align: left;
	line-height: 20px;
}

#page .box2 {
	width: 255px;
	height: 221px;
	margin: 30px 20px;
	padding: 0px;
	float: left;
	background-color: #FFFFFF;
	border: #003399 1px solid;
	text-align: center;
}
#page .box2 h2 {
	margin: 0px;
	padding: 2px 0px;
	background-color: #003399;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
#page .box2 img {
	margin: 0px;
	border-width: 0px;
}

#page .box2h {
	width: 550px;
	height: 221px;
	margin: 30px 20px;
	padding: 0px;
	float: left;
	background-color: #FFFFFF;
	border: #003399 1px solid;
	text-align: left;
	font-size: 17px;
}
#page .box2h ol {
	margin-top: 10px;
}
#page .box2h li {
	margin-left: 20px;
}
#page .box2h a:link { color: #003366; text-decoration: none}
#page .box2h a:visited { color: #003366; text-decoration: none}
#page .box2h a:hover { color: #003366; text-decoration: underline}
#page .box2h a:active { color: #003366; text-decoration: underline}

#page .boxFloat {
	height: 18px;
	margin: 10px;
	padding: 5px 7px;
	float: left;
	background-color: #FFFFFF;
	border: #003399 1px solid;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#page .boxFloat a:link { color: #003366; text-decoration: none}
#page .boxFloat a:visited { color: #003366; text-decoration: none}
#page .boxFloat a:hover { color: #003366; text-decoration: underline}
#page .boxFloat a:active { color: #003366; text-decoration: underline}
-->
