@charset "UTF-8";

body {
	background: url(../images/background.gif) repeat center top;
	margin: 0px;
	font: 12px/18px Helvetica, Arial, sans-serif;
}

.site {
	background: url(../images/whiteBack.gif) repeat-y center top;
	margin: 0px auto;
	width: 1024px;	
}


a{
	font-weight: bold;
	color: #47A9B0;
	text-decoration: none;
}

a:hover{
	color: #F26522;
}


.rightBanner {
	width: 775px;
	margin-left: 200px;
}
.textLogo {
	text-align: right;
}

#navlist
{
	margin: 0;
	padding: 0 0 20px 210px;
	border-bottom: 1px solid #47A9B0;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #004C73;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	border-bottom: 4px solid #47A9B0;
	padding-bottom: 2px;
	background: transparent;
	color: #84F9A9;
}

#navlist a:hover {
	color: #F26522;
}
.rightBanner img {
	margin-bottom: 30px;
}
.content {
	border-top: 5px double #330033;
	padding-left: 30px;
	padding-right: 20px;
}
.pageHeader {
	font-size: 36px;
	color: #F26522;
	line-height: 40px;
}
.borderedTD {
	border-right: 2px solid #A3DB33;
}
.leftContent {
	float: left;
	width: 350px;
}
.showTitle {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #47A9B0;
}

.subHeader {
	font-size: 18px;
	font-weight: bold;
	color: #47A9B0;
}


.footer {
	width: 100%;
	border-top: 5px double #330000;
	text-align: right;
	padding-bottom: 20px;
	clear: both;
}
.bold {
	font-size: 14px;
	font-weight: 900;
}
.imgLeft {
	float: left;
	width: 145px;
	margin-left: 60px;
}
.rightText {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #47A9B0;
	text-align: right;
}
.rightsNote {
	font-size: 10px;
	font-style: italic;
}
.current {
	background: #CDFADC;
	padding: 10px;
	float: right;
	width: 300px;
	text-align: right;
}
form {
	font-size: 10px;
	text-transform: uppercase;
	background: #CCEAEC;
	padding: 5px 5px 5px 10px;
}
.bottomBorder td {
	border-bottom: thin solid #47A9B0;
}
