body {
	width : 920px;
	margin-top : 0;
	margin-right : auto;
	margin-bottom : 0px;
	margin-left : auto;
	font-family : Arial;
	font-size : 12px;
	background-repeat : repeat;
	font-weight: bold;
	background-color: #52B4FD;
	background-image: url(../images/bg.jpg);
	color: #FFFFFF;
}
#top {
	background-repeat : no-repeat;
	width : 720px;
	height : 465px;
	background-position: center top;
	background-color: #FAEC29;
	background-image: url(../images/top.jpg);
}
td.edget {
	background-repeat : no-repeat;
	width : 720px;
	height : 100px;
	background-position: center top;
	background-color: #FAEC29;
	background-image: url(../images/edge_t.jpg);
}
td.edgeb {
	background-repeat : no-repeat;
	width : 920px;
	height : 100px;
	background-position: center top;
	background-color: #FAEC29;
	background-image: url(../images/edge_b.jpg);
}
td.edgel {
	background-repeat : repeat-y;
	width : 100px;
	background-position: left top;
	background-color: #FAEC29;
	background-image: url(../images/edge_l.jpg);
}
td.edger {
	background-repeat : repeat-y;
	width : 100px;
	background-position: right top;
	background-color: #FAEC29;
	background-image: url(../images/edge_r.jpg);
}

td.edgevant {
	background-repeat : no-repeat;
	width : 720px;
	height : 100px;
	background-position: center top;
	background-color: #FAEC29;
	background-image: url(../images/edgevan_t.jpg);
}
td.edgevanb {
	background-repeat : no-repeat;
	width : 920px;
	height : 100px;
	background-position: center top;
	background-color: #FAEC29;
	background-image: url(../images/edgevan_b.jpg);
}
td.edgevanl {
	background-repeat : repeat-y;
	width : 100px;
	background-position: left top;
	background-color: #FAEC29;
	background-image: url(../images/edgevan_l.jpg);
}
td.edgevanr {
	background-repeat : repeat-y;
	width : 100px;
	background-position: right top;
	background-color: #FAEC29;
	background-image: url(../images/edgevan_r.jpg);
}

td.c2 {
	background-color: #022D91;
}
#content {
	border-top-width : thin;
	border-right-width : thin;
	border-bottom-width : thin;
	border-left-width : thin;
	border-top-style : none;
	border-right-style : solid;
	border-bottom-style : none;
	border-left-style : solid;
	border-top-color : #022D91;
	border-right-color : #022D91;
	border-bottom-color : #022D91;
	border-left-color : #022D91;
	width : 920px;
	height : auto;
	clear: both;
}

/*****************************
 ****   supersuckerfish   ****
 *****************************/
div#tabarea {
	width: 720px;
	position: absolute;
	top: 565px;
	padding-left: 2px;
}

div#tabarea div#fixed {
	height: 30px;
}
#nav li {
	background-image: url(../images/fr_tab_r.png);
	background-repeat: no-repeat;
	background-position: 100% -30px;
}


#nav a {
	background: url(../images/fr_tab_l.png) 0 -30px no-repeat;
	color: #022D91;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

#nav li.on:hover a {
	color: #FAEC29;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

#nav li.on a, 
#nav li.over.on a {
	color: #022D91;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}



/*****************************
 ****   supersuckerfish   ****
 *****************************/

#nav {
	margin: 0px;
	height: 30px;
	overflow: hidden;
	padding: 0px;
}

#nav li {
	float: left;
	display: block;
	padding-right: 9px;
	margin-right: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#nav li:hover,
#nav li.over {
	background-position: 100% -60px;
}

#nav li.on:hover {
	background-position: 100% -60px;
}

#nav li.on,
#nav li.over.on {
	background-position: 100% 0;
}


#nav li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 23px;
	height: 30px;
	left: 0;
	width: 100%;
	overflow: hidden;
}

#nav a {
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}


#nav li:hover a,
#nav li.over a {
	background-position: 0 -60px;
	color: #FAEC29;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

#nav li.on:hover a {
	background-position: 0 -60px;
}

#nav li.on a, 
#nav li.over.on a {
	background-position: 0 0;
}

#nav li.on ul {
	display: block;
}

#nav li:hover ul, 
#nav li.over ul {
	display: block;
	z-index: auto;
}

#nav li a {
	display: block;
	float: left;
	padding: 0 5px 0 14px;
	height: 30px;
	line-height: 30px;
}

/* sub level links */


#nav ul li {
	border-right: 0;
	padding: 3px 0;
	background: none;
}

#nav li ul a, #nav li.on ul a {
	display: block;
	float: left;
	padding: 0 12px;
	background: none;
	height: 20px;
	line-height: 20px;
}

table, td {
	background-color: #022D91;
}
a:link {
	color : #FAEC29;
	text-decoration: none;
}
a:visited {
	color : #FAEC29;
	text-decoration: none;
}
a:hover {
	color : #52B4FD;
	text-decoration: none;
}
a:active {
	color : #FAEC29;
	text-decoration: none;
}
.footer {
	text-align: center;
	font-size: 9px;
	color: #FAEC29;
	font-family: Arial;
	font-weight: bold;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}
.footer a:link {
	color : #FAEC29;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	font-family: Arial;
}
.footer a:visited {
	color : #FAEC29;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	font-family: Arial;
}
.footer a:hover {
	color : #52B4FD;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	font-family: Arial;
}
.footer a:active {
	color : #FAEC29;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	font-family: Arial;
}
.style1 {
	color : #FFFFFF;
	font-weight : bold;
	font-family: Arial;
	font-size: 12px;
}
.style2 {
	color : #FAEC29;
	font-style : italic;
	font-weight : bold;
	font-family: Arial;
}
.style3 {
	color : #FAEC29;
	font-weight : bold;
	font-size: 12px;
	font-family: Arial;
}
.style4 {
	color : #FAEC29;
	font-weight : bold;
	font-family: Arial;
	font-size: 18px;
	line-height: 24px;
}
.style5 {
	color : #FAEC29;
	font-weight : bold;
	font-family: Arial;
	font-size: 26px;
	line-height: 36px;
}
.style6 {
	color : #022D91;
	font-weight : bold;
	font-family: Arial;
	font-size: 11px;
}
.style7 {
	color : #FAEC29;
	font-weight : bold;
	font-family: Arial;
	font-size: 30px;
	line-height: 36px;
}
.style8 {
	color : #FFFFFF;
	font-weight : bold;
	font-family: Arial;
	font-size: 30px;
	line-height: 36px;
}
.style9 {
	color : #022D91;
	font-weight : bold;
	font-family: Arial;
	font-size: 12px;
}
.Border {
	border : 2px solid #FAEC29;
	padding: 2px;
}
.FormBox {
	border: 2px solid #FAEC29;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
}
#frm_directions {
	color: #FFFFFF;
	background-color: #022D91;
	font-weight: normal;
	font-size: 11px !important;
	font-family: Verdana;
}
.FormBoxCon {
	border: 2px solid #FAEC29;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	width: 400px;
}
