
/* ----- HTML ----- */

body
{
	font-family: Verdana;
	background-color: white;
	margin: 0px;
	border: 0px;
	padding: 0px;
}
table
{
	margin: 0px;
	border: 0px;
	padding: 0px;
	border-style: solid;
	border-collapse: collapse;
	border-width: 0px;
}
TD
{
	font-size: 8pt;
	color: black;
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
A:active
{
	color: #663399;
	text-decoration: none;
}
A:link
{
	color: #663399;
	text-decoration: none;
}
A:visited
{
	color: #663399;
	text-decoration: none;
}
A:hover
{
	color: #663399;
	text-decoration: underline;
}

/* ----- whole site ----- */

.sitediv
{
	text-align: center;
}
.sitetable
{
	width: 800px;
}
.sitedividerhorizontal
{
	background-color: #B1B0D6;
	height: 2px;
}
.sitedividervertical
{
	background-color: #B1B0D6;
	width: 2px;
}

/* ----- header section ----- */

.headerimage
{
	height: 50px;
	width: 800px;
}
.headermenurow
{
	background-color: #ffcc87;
	height: 20px;
	text-align: center;
	vertical-align: middle;
}
.headermenurowcell
{
	text-align: center;
	vertical-align: middle;
}
.headermenutable
{
	background-color: #ffcc87;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}	
.headermenucell
{
	width: 100px;
	text-align: center;
}

/* ----- footer ----- */

.footertable
{
	background-color: #ffcc87;
	width: 100%;
	height: 50px;
}
.footertable TD
{
	font-size: 7pt;
	text-align: center;
	vertical-align: middle;
}

/* ----- left margin and menu ----- */

.leftmargin
{
	font-size: 7pt;
	background-color: white;
	text-align: left;
	width: 118px;
	text-align: left;
	vertical-align: top;
}
.menutable
{
	width: 100%;
}
.menubullet
{
	height: 10px;
	width: 6px;
	vertical-align: middle;
	text-align: center;
}
.menuline
{
	height: 16px;
}
.menucurrentpage
{
	height: 16px;
	background-color: #ffcc87;
}
.menucurrentpagebullet
{
	vertical-align: middle;
	text-align: center;
	background-color: #ffcc87;
}

/* ----- right margin ----- */

.rightmargin
{
	vertical-align: top;
	text-align: right;
	background-color: white;
	width: 118px;
	text-align: right;
	vertical-align: top;
}

/* ----- body ----- */

.body
{
	background-color: white;
	width: 560px;
	vertical-align: top;
}
.bodyleftmargin
{
	width: 20px;
}
.bodyrightmargin
{
	width: 20px;
}
.bodydivider
{
	height: 2px;
	background-color: #B1B0D6;
}
.bodyseparator
{
	width: 20px;
	height: 20px;
	background-color: white;
}
.body01
{
	font-weight: bold;
	font-size: 9pt;
	color: #575282;
/*	color: #7180b1; */
}
.body02
{
	font-weight: bold;
	color: #575282;
}

/* ----- travel directions ----- */

.directions01
{
}
.directions02
{
}
.directions03
{
	white-space: nowrap;
}


