﻿#container {
	width: 865px;
	margin: 0 auto;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #000;
	background-color: #FFF;
	text-align: justify;
}

#content {
	width: 440px;
	margin-left: 195px;
	margin-top: 20px;
}

#navigation ul {
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;			
	float: left;
	width: 150px;
}

#navigation2 ul {
	text-align: left;
	margin-right: 0px;
	padding-right: 0px;
	list-style-type: none;			
	float: right;
	width: 180px;
}

#header {
	height: 110px;
	border-bottom: 2px dotted #206f1c;
	padding-top: 10px;
	clear: both;
	margin-bottom: 10px;
}

#footer {
	border-top: 2px dotted #206f1c;
	margin-top: 50px;
	clear: both;
	padding: 0px 5px 0px 5px;
}

#newsletter {
	text-align: justify;
	margin-top: 5px;
	padding: 5px;
	border-bottom: 1px dotted #206f1c;
}

#newsletter2 {
	text-align: justify;
	margin-top: 5px;
	padding: 5px;
	border-bottom: 1px dotted #206f1c;
}

#newsletter3 {
	text-align: justify;
	margin-top: 5px;
	padding: 5px;
	border-bottom: 1px dotted #206f1c;
}

h1 {
	font-weight: normal;
	font-size: 18px;
	color: #00035a;
	margin-bottom: 10px;
	background-color: #FFF;
}

h1 b {
	font-size: 20px;
}

h2 {
	border-top: 1px dotted #206f1c;
	padding-top: 10px;
	color: #00035a;
	font-size: 18px;
	background-color: #FFF;
}

h3 {
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 12px;
	background-color: #FFF;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #006ea6;
	background-color: #F5F5F5;
}

input {
	background-color: #FFF;
	color: #00035a;
	border: 1px solid #006ea6;
	font-size: 11px;
}

.button {
	padding: 1px;
}

#content p {
	padding-bottom: 10px;
	text-align: justify;
}

#navigation a {
	display: block;
	padding: 5px;
	width: 150px;
	border-bottom: 1px solid #206f1c;
}

#navigation2 a {
	display: block;
	padding: 5px;
	width: 170px;
	border-bottom: 1px solid #206f1c;
}

#navigation a:link, #navlist a:visited {
	color: #006ea6;
	text-decoration: none;
}
	
#navigation2 a:link, #navlist2 a:visited {
	color: #006ea6;
	text-decoration: none;
}

#navigation a:hover {
	background: #000000 url(images/arrow.png) 96% 50% no-repeat;
	background-color: #F5F5F5;
	color: #206f1c;
}
	
#navigation2 a:hover {
	background: #000000 url(images/arrow2.png) 96% 50% no-repeat;
	background-color: #F5F5F5;
	color: #206f1c;
}

#navigation p {
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #00035a;
}

#navigation2 p {
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #00035a;
}

#newsletter2 img {
	margin-top: 10px;
	border: none;
}

#newsletter2 a {
	display: inline;
	border-bottom: none;
}

#newsletter2 a:hover {
	background-color: #F5F5F5;
}

#newsletter3 img {
	margin-top: 10px;
	border: none;
}

#newsletter3 a {
	display: inline;
	border-bottom: none;
}

#newsletter3 a:hover {
	background-color: #F5F5F5;
}

#header img {
	margin-bottom: 10px;
}

#footer p {
	color: #89817f;
	text-align: right;
	margin-top: 0px;
}

#footer p a {
	font-weight: bold;
	color: #89817f;
	text-decoration: underline;
}

#footer p a:hover {
	color: #006ea6;
	background-color: #F5F5F5;
}

#footer img {
	float: right;
	padding-left: 10px;
	margin-top: 20px;
}

