﻿body {
	color: #224455;
	border-style: none;
	border-color: inherit;
	border-width: 0;
	background: #FFEFC1 url('BackgroundStrip.jpg') repeat-x;
	margin: 0;
	padding: 0 20px 0 20px;
	font-size: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	background: url('BackgroundGradient2.jpg');
	width: 850px;
	border-top: 0;
}
#bannerhome {
	position: relative;
	float: left;
	height: 231px; 
	left: 0px; 
	top: 0px;
}
#banner {
	position: relative;
	float: left;
	height: 150px; 
	width: 550px;
}
#bannertext {
	font-size: 14px;
	position: absolute;
	width: 216px;
	left: 315px;
	top: 62px;
	color: #006699;
}
#bannertexthome {
	font-size:20px; 
	position:absolute; 
	left: 470px; 
	top: 91px; 
	width: 330px;
	color: #006699;
}
#leftcolumn {
	position: relative;
	float: left;
	width: 517px;
	margin: 0 0 0 0;
	padding: 0px 20px 0px 20px;
	background-color: #FFEFC1;
	min-height: 590px;
	background-image: url('../SiteImages/FullWidthStrip.jpg');
	background-repeat: repeat-x;
	left: 0;
	top: 0;
	width: 517px;
	margin-top: 0px;
}
#columnmerge {
	float:left; 
	width: 844px; 
	border-right: 3px #3A75B0 solid;
}
#rightcolumn {
	position: absolute;
	width: 250px;
	background-image: url('RightCol.jpg');
	min-height: 650px;
	padding: 20px 20px 20px 20px;
	right: -3px;
	top: 75px;
	background-repeat: no-repeat;
	z-index: 0;
}
#fullwidth {
	padding: 0 20px 0 20px;
	position: relative;
	float: left;
	width: 804px;
	margin: 0px 5px 50 50;
	background-color: #FFEFC1;
	min-height: 550px;
	background-image: url('../SiteImages/FullWidthStrip.jpg');
	background-repeat: repeat-x;
	border-right: 3px #3A75B0 solid;
}
#footer {
	clear: both;
	overflow: auto;
	width: 850px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.widebox {
	position: relative;
	width: 633px;
	background-image: url('WideBoxSides.gif');
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 85px;
}
.wideboxtop {
	position: relative;
	width: 633px;
	background-image: url('WideBoxTop.gif');
	left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 85px;
}
.wideboxtop h2 {
	padding: 4px;
	margin: 0px;
	text-align: center;
}
.wideboxbot {
	position: relative;
	width: 633px;
	background-image: url('WideBoxBot.gif');
	height: 12px;
	background-repeat: no-repeat;
	margin-left: 85px;
}
.box {
	position: relative;
	width: 363px;
	background-image: url('NarrowBoxSides.gif');
	margin-top: 0px;
	padding-top: 0px;
}
.boxtop {
	position: relative;
	width: 363px;
	background-image: url('NarrowBoxTop.gif');
	left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.boxtop h2 {
	padding: 4px;
	margin: 0px;
	text-align: center;
}
.boxbot {
	position: relative;
	width: 363px;
	background-image: url('NarrowBoxBot.gif');
	height: 12px;
	background-repeat: no-repeat;
}
.boxleft {
	float:left; 
	margin-left:30px;
	width: 371px;
}
.boxright {
	float:right; 
	margin-right:30px
}
/* Styles for Navigation */
#navigation {
	position: absolute;
	display: inline;
	top: 0px;
	right: 0px;
	margin: 0 0 0 0;
	padding: 0;
	clear: both;
	background-image: url('NavBar.gif');
	width: 552px;
	height:35px;
	z-index: 5;
}
#navigation ul {
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 1; 
	white-space: nowrap ; 
	height: 33px;
}
#navigation li {
	list-style-type: none;
	float: left;
	width: 135px;
	vertical-align: middle; 
	display: inline;
}
#navigation li a {
	color: #003366;
	text-align: center;
	margin-top: 3px;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px #006699 none;
	font-weight: bold;
}
#navigation li a:hover {
	color: #6D4DCA;
	text-decoration: none;
	border: 1px #FFEFC1 solid;
	background-color: #FFeecc;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #006699;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #006699;
	text-decoration: underline;
}
#footer a:hover {
	color: #6D4DCA;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #006699;
}
a:link:hover {
	color: #320099;
}
p:link:hover {
	color: #320099;
}
a:active {
	color: #224455;
	text-decoration: none;
}
a:hover {
	color: #320099;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #006699;
	text-align: center;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #006699;
	font-weight: bold;
}
h2:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}
h2:visited {
	color: #006699;
	text-decoration: none;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006699;
	font-weight: normal;
	margin-bottom:0px;
}
.float_right {
	float:right;
}
.boxtext {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.coloredbox {
	color: #FFEFC1;
	background-color: #006699;
	padding: 20px;
}
.image {
	border: 0px;
}
.centeredimage {
	border: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	color: #320099;
	margin-top: 10px;
}
.clear {
	clear: both;
	visibility: hidden;
}
p {
	margin-bottom: 0px;
	color: #224455;
}
li {
	color: #224455;
}
a.hasPopup{
	position: relative;
}
a.hasPopup span{
	display: none;
}
a.hasPopup:hover span{
	display: inline;
	background-color: #6CB2CA;
	position: inherit;
}
/* Spamcatcher */
#website{
	position: absolute;
	top: -100px;
	right: 5000px;
	line-height: 0px;
	height: 0px;
	visibility: hidden;
}

