body
{
	background: url(img/pictures/underwater.jpg);
}

table
{
	font-family: sans-serif;
	font-size: 12px;
}

a
{
	text-decoration: none;
	color: #0000ff;
}

.overall-container
{
	background-color: white;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
}

td.nav-lcap
{
	background: url(img/nav/btn-lcap.gif) no-repeat;
}

td.nav-rcap
{
	background: url(img/nav/btn-rcap.gif) no-repeat;
}

td.nav-div
{
	background: url(img/nav/btn-div.gif) no-repeat;
}

.nav-bg
{
	background: url(img/nav/btn-bg.gif) repeat-x;
}

td.nav-link-container
{
	height: 20px;
	overflow: visible;
}

a.nav-link
{
	display: block;
	width: 100%;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
}

a.nav-link:hover
{
	color: #cccccc;
}

a.nav-link-s
{
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #fffc00;
	font-size: 11px;
	text-align: center;
}

table.nav-menu
{
	visibility: hidden;
	position: absolute;
	z-index: 100;
}

td.nav-menu-spacer
{
	border-bottom: 1px solid #000000;
}

td.nav-menu-item
{
	padding: 1px;
	border: 1px solid #000000;
	border-left: 3px solid #000000;
	border-top: none;
	background: ffffee;
}

a.menu-link
{
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #009000;
	font-size: 12px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #ffffee;
}

a.menu-link:hover
{
	border: 1px solid #bbddbb;
	background: #ddffdd;
}

div.main-content
{
	font-family: Arial, sans-serif;
}

table.note-box
{
	font-family: Arial, sans-serif;
	width: 100%;
}

.note-box-title
{
	padding-left: 12px;
	padding-top: 4px;
	padding-bottom: 1px;
	font-weight: bold;
	font-size: 16px;
	background: url('./img/bg/box-header.gif') no-repeat;
	color: #000000;
}

.note-box-body
{
	color: #222288;
	border: 1px solid #999999;
	font-weight: normal;
	font-size: 12px;
	background-color: #ffffee;
}

.sub-note
{
	padding: 7px;
	background-color: #eeeedd;
}

.nav-list-header-container
{
	position: relative;
	top: 14px;
}

.nav-list-header
{
	background: url(img/button/btn-bg.gif) repeat-x;
	padding-top: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

.nav-list
{
	list-style-type: square;
}

.sub-title
{
	color: black;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}