/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

body
{
	margin: 0;
	padding: 0;
	background: #000000;
	font: normal 12px Verdana, Georgia, Sans-Serif;
	margin-bottom: 20px;
}

*
{
margin: 0px;
padding: 0px;
}

#header h1 a
{
text-decoration: none;
color: #00FF00;
font-size: 18px;
}

#header h2 a
{
text-decoration: none;
color: #00FF00;
font-size: 14px;
}

a:link {
	color: #3886E0;
	text-decoration: none;
}

a:hover, {
	text-decoration: underline;
	color: #FF0000;
}

a:visited {
	color: #3886E0;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1 { font-size: 24px; }

h2 { font-size: 14px; }

h3 { font-size: 12px; }

ul { line-height: 1.8em; list-style-type: square; color: #333333; }

ol { line-height: 1.8em; color: #333333; }

h1, h2, h3 {
	font-weight: normal;
	color: #3B3B3B;
}

table 
{ 
	color: #333333;
	border-left: 1px solid #999999; 
	border-top: 1px solid #999999; 
}


/* Structure */

#container
{
	margin: 0 auto;
	width: 778px;
	background: #ffffff;
	line-height: normal;
}

p #meta
{
	margin: 0; 
	padding: 5px; 
	color: #aaaaaa;
	background-color: #2f2f2f; 
	border-bottom: 1px solid #000000;
}

#header
{
	background: url(images/header_top.jpg);	
	height: 73px;
	padding-left: 20px;
	padding-top: 40px;
}

#navigation
{
	float: left;
	width: 100%;
}


#featured
{
	background: url(images/greenfish.jpg) no-repeat;
	border-top: 1px solid #000000;
	height: 247px;
	width: 778px;
	border-bottom: 1px solid #000000;
}

#content
{
width: 748px;
padding: 15px;
}

#left
{
width: 450px;
padding: 10px;
}

#left H1
{
color: #033B80;
margin: 0;
padding: 0;
font-size: 24px;
}
#left H2
{
color: #033B80;
margin: 0;
padding: 0;
font-size: 18px;
padding-top: 10px;
}

#left a
{
 color: #3886E0;
}

#left a:hover, {
	text-decoration: none;
	color: #FF0000;
}

#left a:visited {
	color: #3886E0;
}

#right
{
float: right;
width: 254px;
}

#sidebar 
{
width: 254px;
}

#sidebar ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li 
{
	margin-bottom: 15px;
}

#sidebar li ul {
	padding: 10px;
	border-top: none;
}

#sidebar li li {
	margin: 0;
	padding: 3px 0;
}


#sidebar li h2 {
	height: 36px;
	margin: 0;
	padding: 10px 0 0 20px;
	background: url(images/title.jpg) no-repeat;
	font-size: 18px;
	color: #ffffff;
}

#sidebar a:link {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}
#sidebar a:visited {
		text-decoration: none;
}

#sidebar li a {
	padding-left: 10px;
	background: url(images/img09.gif) no-repeat 2px 3px;
}

#footer
{
	clear: both;
	float: left;
	width: 100%;
	padding: 20px 0;
	color: #333333;
	text-align: center; 
	background-color: #F1FFCE;
}

/* Navigation */

#navigation ul
{
	margin: 0;
	padding: 0;
	float: left; 
	width: 100%; 
	list-style-type: none;
	background-color: #497bac;
}

#navigation li { float: left; margin: 0; padding: 0; }

#navigation a:link,
#navigation a:visited
{
	float: left;
	display: block;
	color: #dce1e5;
	padding: 5px 10px; 
	background-color: #497bac;
}

#navigation a:hover,
#navigation a:active
{
	color: #ffffff;
	background-color: #4f4f4f;
}



#footer a:link { color: #003355; }

#footer a:visited { color: #335577; }

#footer a:hover, #footer a:active { color: #000000; }

#footer p { 
padding: 5px 0; 
margin: 0px;
font-size: 10px;
}