html
{
	margin: 0px;
	padding: 0px;
}

body
{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-family: verdana, helvetica, sans-serif;
	color: #003366;
	background-color: #ECFAFB;
	font-family: arial, helvetica, sans-serif;
	/*text-align: center;*/
	/*font-weight: bold;*/
	/*line-height: 13px;*/
	z-index: 1;
}

.bodytext,
p,
li
{
	color: #003366;
	font-family: arial, helvetica, sans-serif;
	/*font-weight: bold;*/
	font-size: 0.8em;
}

.smalltext
{
	font-size: 0.7em;
}

.fixedsmalltext
{
	font-size: 11px;
}

h1,
h2
{
	font-size: 1.1em;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
}

h3
{
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	color: #006D6A;
}

.logo
{
	font-weight: normal;
}

.logo .fish
{
	font-weight: bold;
}

.heading
{
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	color: #006D6A;
}

a:link
{
	color: #003366;
}

a:visited
{
	color: #003366;
}

table.feedback th
{
	color: #197C79;
}

table.search-options th
{
	text-align: left;
}

table.search-options td
{
	text-align: left;
}

table.search-options td.selected
{
	background-color: #FFFFFF;
}

table.eo
{
	border: 2px solid #006D6A;
	font-size: 0.8em;
}

table.eo th
{
	color: #FFFFFF;
	background-color: #006D6A;
}

div.e,
div.o
{
	margin: 0;
	padding: 10px;
}

.e,
tr.e,
tr.e-active
{
	background-color: #FFFFFF;
}

.o,
tr.o,
tr.o-active
{
	background-color: #ECFAFB;
}

tr.e-active:hover,
tr.o-active:hover
{
	cursor: pointer;
	background-color: #51A0A0;
	color: #FFF;
}

p.status
{
	background-color: #FFFFFF;
	border: 2px dotted #009B99;
	padding: 5px;
}

.breadcrumbs
{
	background-color: #FFFFFF;
	border: 2px solid #009B99;
	margin: 10px 0;
	padding: 5px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
}

.breadcrumbs em
{
	font-weight: bold;
	font-style: normal;
}

.contentPanel
{
	background-color: #D7F4F4;
	border: 2px solid #006D6A;
	margin: 10px 0px 10px 0px;
	padding: 10px;
}

ol.hitlist,
ol.hitlist li,
.hitlist a:link,
.hitlist a:visited,
{
	font-weight: normal;
	text-decoration: none;
	color: #197C79;
}

.hitlist a:hover,
{
	font-weight: bold;
	text-decoration: underline;
}

.canvas,
.canvas-green
{
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

.canvas-green
{
	background-color: #B6EAEA;
}

.content-pad
{
	padding: 10px;
}
.greenborder 
{
	border: solid 1px  #006D6A;
	font-size: 0.7em;
}

.box {
	position: relative;
	padding: 6px;
	height: auto;
	width: 200px;
	background-color: #B6EAEA;
	float: right;
	font-size: 0.7em;
	margin: 5px;
	
}
