/* main block level styles */
body {
	margin: 2px;
	padding: 2px;
}
p, h1, h2, h3, h4, h5, li {
	font-family: Arial, Helvetica, sans-serif;
}
p, li {
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	padding: 0px;
}
h1 {
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
h3 {
	font-size: 10pt;
	font-weight: normal;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
h4 {
	font-size: 9pt;
	font-weight: normal;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
h5 {
	font-size: 8pt;
	color: #888888;
	font-weight: normal;
	text-align: right;
	margin: 0px; 
	padding: 5px 5px 0px 0px;
}

/* the outer layout table */
td.layout {
	text-align: left;
	vertical-align: top;
	border: 1px solid #CCCCCC;
	
}
#layout {
	width: 100%;
	border: 0;
}
#logoarea {
	width: 212px;
	height: 124px; 
}
#bwebstream {
	border: 0;
}
#splasharea {
	height: 91px;
	width: 100%;
	text-align: right;
	background-repeat: no-repeat;
	background-image: url(images/water92.jpg);
	background-color: #004151
}
#menubar {
	vertical-align: top;
	width: 100%;
	padding: 5px 0px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#CCCCCC;
}
#sidebar {
	width: 212px;
	background-color: #FFFFFF;
	padding: 10px;
	color: #000000;
}
#contentarea {
	width: 100%;
	padding: 10px;
}
#contentarea a {
	color:#0000ff;	
}


/* styles for use in the side bar */
.sidebar {
	color: #000000;
}

/* anchor styles */
a.menu {
	color:#0000ff;	
	font-weight: bold;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

	
.Warning{
	font-size: 10pt;
	color: red;
}


