#ebebeb/* global styles
   describes overall look and feel of the site
 */
body, td, li, p, blockquote {
   margin: 0px 0px 20px 0px;
   font-family: tahoma,  helvetica, arial, sans-serif;
   font-size: 10pt;
   letter-spacing: .5pt;
   line-height: 14pt;
}
body {
   margin: 0px;
   padding: 0px;
}
h1 {
	color: #660000;
	font-size: 16pt;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 18pt;
}

h2 {
	color: #444444;
	font-size: 14pt;
	font-weight: bold;
}

h3 {
	color: #444444;
	font-size: 12pt;
	font-weight: bold;
}

h4 {
	color: #444444;
	font-size: 10pt;
	font-weight: bold;
}

h5 {
	color: #660000;
	font-size: 9pt;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
}

a {
   color: #003399
}
a:visited {
   color:#6b6b6b
}
a:active {
   color: #cc6633
}

/* content holder styles
   sizes the content of the site
   */
   
.contentTable {
   background: #FFFFFF;
   width: 800px;
}

/* header styles
   describes look and feel of the header throughout the site
 */

.headerFishRow{
   background: #5C6763;
   vertical-align: bottom;
}
.headerDateRow {
   background: #6f8611;
   color: #ffffff;
   height: 10px;
   padding: 2px 5px 2px 0px;
}

.headerCompanyRow {
   border-bottom: 2px dotted #6f8611;
   border-collapse: collapse;
} 

.headerCompanyRow table td {
   color: #660000;
   font-size: 9pt;
   font-style: italic;
   padding-bottom: 5px;
}

/* left navigation styles
   describes look and feel of the left navigation throughout the site
 */
 
.navHolder {
   background: #F6F9E9;
   margin-right: 10px;
}

.nav td {
   font-size: 8pt;
   background: #4e5a57;
   color: #ffffff;
   border-bottom: 1px SOLID #f2ffbf;
   padding: 4px 6px 4px 6px;
}

.nav td a, .nav td a:visited {
   color: #ffffff;
}

.nav td.tagline {
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   color: #660000;
   font-size: 8pt;
   background: #FFFFFF;
   border-bottom: 1px solid #660000;
   padding: 0px 3px 12px 3px;
}
.nav td.logocell {
	padding: 10px 0px 0px 0px;
	background: #ffffff;
	border-bottom: 0px none;
   width: 175px;
} 

.nav td.active {
   background: #f2ffbf;
   border-bottom: 1px SOLID #4e5a57;
}

.nav td.active a, .nav td.active a:visited {
   background: #f2ffbf;
   color: #4e5a57;
   text-decoration: none;
   font-weight: bold;
}

/* dotted rule */

.rule {
   border-top: 1px solid #6f8611;
   width: 95%;
}

/* pull quote */
.pullQuote {
	border-top: 1px solid #6f8611;
	border-bottom: 1px solid #6f8611;
	margin: 10px 0px 10px 10px;
	padding: 5px;
	font-weight: bold;
	font-style: italic;
	font-size: 12pt;
	line-height: 17pt;
	width: 175px;
	float: right;
}
	

/* rss styles */
.rss {
  	border-left: 1px solid #6f8611;
	margin: 10px 0px 0px 0px;
}

.rss h4 {
	margin: 0px 0px 0px 0px;
}

.rss td {
	padding-left: 5px;
   font-size: 8pt;
	padding: 10px 0px 0px 10px;
}

.rss td a {
	line-height: 10pt;
}

/* footer */
.footer {
   font-size: 8pt;
   color: #cccc99;
   margin: 10px 8px 10px 8px;
}

/* about us */
.bio h4 {
   margin: 0px 0px 10px 0px;
}
.borderedImage {
   border: 1px solid #666666;
   margin-right: 10px;
   margin-top: 3px;
}
