/* CSS Document */

/* Global Styles */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #013e7f;
	margin: 57px 0px;
	background: #8bc53f url(images/pageBG.jpg) repeat top left;
}

h1
{
	color: #0A2972;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	text-transform: none;
}

h2
{
	color: #FBEAAB;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	text-transform: none;

}

h3
{
	font-size: 20px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	text-transform: none;
}

a
{
	text-decoration: none;
	color: #8bc53f;
	font-weight: normal;
}

a:hover, .nav a:hover{text-decoration: underline;}
ul, ol, li, p, form, hr{margin: 0;}
ul, ol{padding: 0px 0px 10px 20px;}
li{padding: 0px 0px 10px 5px;}
.singlespace li{padding: 0 0 0 5px;}
p{padding: 0px 0px 20px 0px;}
td {vertical-align: top}
	
/* Classes */

.header
{
	background: url(images/header.png) no-repeat top;
}

.bodyBG {background: url(images/bodyBG.png) repeat-y;}
.fish-Right, .fishingPole {vertical-align: bottom;}

.nav
{
	text-transform: none;
	font-weight: normal;
	font-size: 11px;
	line-height: 22px;
	color: #fff;
	background: #013e7f;	
}

.nav a
{
	color: #fff;
	padding: 0 20px;
}

.mainHome
{
	padding: 44px 0px 44px 0px;
}


.main
{
	padding: 44px 20px 44px 0px;
}

.mission
{
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	padding: 0 0 10px;
}

.footer
{
	background: url(images/fish-Bottom.png) no-repeat top right;
	height: 35px;
	vertical-align: middle;
}

.copyright
{
	color: #013e7f;
	font-size: 10px;
	font-weight: normal;
	padding: 0 0 0 0;
	text-decoration: none;
	text-align: center;
}

/* Logoworks link back */

.logoworks
{
	font-size: 9px;
	color: #013e7f;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
}

.logoworks a
{
	color: #013e7f;
}
