
body
{
	background-color: #003366;
	margin: 0;
	text-align: left;
}

#canvas
{
	position: absolute;
	left: 50%;
	top: 0px;
	width: 759px;
	margin-left: -379px;
}

p, li {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.8em;
}

h1, h2, h3, h4
{
  font-family: Arial,Helvetica,sans-serif;
  color: #000066;
  font-weight: bold;
}
h1
{
  font-size: 1.3em;
}
h2
{
	font-size: 1.1em;
}
h3
{
	font-size: 1em;
}


p.tight
{
	margin: 0 0 0 0;
}

td.banner
{
	border-bottom: 2px solid #000066;
	background-color:#1364AF;
	vertical-align: middle;
}
img.logo
{
	border: 1px solid #000066;
	margin: 2px 0px 2px 8px;
	vertical-align: middle;
  height: 70px;
}

td.menu
{
	font-size: 0.9em;
	background-color: White;
	border-bottom: 1px solid #000066;
	padding: 4px 0 4px 0;
}
a.menuItem
{
  font-family: Arial,Helvetica,sans-serif;
	padding: 5px 0px 5px 30px;
}
a.menuItem:link { text-decoration: none; color:#000066}
a.menuItem:visited { text-decoration: none; color:#000066 }
a.menuItem:active { text-decoration: none; color:#000066 }
a.menuItem:hover { color:#0000FF; }

a, a:link, a:visited
{
	color:#000099;
}
a:hover
{
	color:#0000FF;
}



td.leftPanel
{
	text-align: center;
	background-color: #DDDDDD;
	vertical-align: top;
	padding: 8px;
	width: 110px;
}
td.content
{
	vertical-align: top;
	padding: 10px 10px 0 10px;
	background-color: White;
	background-image:url(wave.png);
	background-position: bottom center;
	background-repeat:no-repeat;
/* background:fixed; */
}

td.footerLeft
{
	font-size: 0.6em;
	width: 90%;
	text-align: center; 
	border-top-style: solid; 
	border-top-color:#1364AF;
	background-color: White;
}
a.footerMenuItem
{
  font-family: Arial,Helvetica,sans-serif;
	padding: 5px 5px 5px 5px;
}
a.footerMenuItem:link { text-decoration: none; color:#000066}
a.footerMenuItem:visited { text-decoration: none; color:#000066 }
a.footerMenuItem:active { text-decoration: none; color:#000066 }
a.footerMenuItem:hover { color:#0000FF; }

td.footerRight
{
	font-size: 0.8em;
	border-top-style: solid; 
	border-top-color:#1364AF;
  background-color:#1364AF; 
  color: white; 
  white-space: nowrap; 
  padding: 3px 10px 3px 10px;
}








/* contact */
table.contact
{
	border-width: 1px;
	border-color: Gray;
	border-collapse:collapse;
	border-style:solid;

}
table.contact td
{
	vertical-align: top;
	border-style:solid;
	border-width: 1px;
	border-color: Gray;
	text-align:left;
	padding:5px 10px 5px 10px;
}




