﻿/* CSS layout */
#wrapper {
	border: 3px solid #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	width: 960px;
}
#masthead {
	background-color: #FFFFFF;
}
#top_nav {
	height: 27px;
	background-color: #3A465C;
	text-align: center;
}
#top_nav ul {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	background-color: #3A465C;
}
#top_nav li {
	float: left;
	background-color: #3A465C;
}
#top_nav a {
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
	display: block;
	border: 1px solid #3A465C;
	background-color: #3A465C;
	margin-right: 2px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	text-align: center;
}
#top_nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #6A80A5;
	background-color: #6A80A5;
}
#banner {
	background-color: #FFFFFF;
}
#left_col {
	float: left;
}
#left_col .tollfree {
	font-size: 16px;
	font-weight: bold;
}
#page_content {
	margin-left: 200px;
	margin-right: 10px;
}
#page_content a {
	color: #3A465C;
	text-decoration: none;
	font-weight: bold;
}
#page_content a:hover {
	color: #6A80A5;
	text-decoration: underline;
}
#page_content_nav a {
	color: #3A465C;
	font-weight: normal;
}
#page_content_nav a:hover {
	color: #6A80A5;
	font-weight: normal;
	text-decoration: underline;
}
#page_content li {
	list-style-type: square;
}
#footer {
	background-color: #3A465C;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}
#footer a {
	color: #A1B2C4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#container {
	padding: 0px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content {
	width: 960px;
	margin: 0px auto;
	text-align: left;
}

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url('images/gradient.png');
	background-repeat: repeat-x;
}
h1 {
	color: #000000;
	font-family: "Palatino Linotype", Georgia, sans-serif;
	border-bottom-style: solid;
	border-color: #6A80A5;
	border-width: 1px;
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	border-color: #6A80A5;
	border-width: 1px;
	border-bottom-style: solid;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
.footercontactinfo {
	font-size: 16px;
}
.imagelinks {
	border-width: 0;
}
.pdf {
	color: #FF0000;
	font-size: 10px;
}
.feedburner a:hover {
	color: #6A80A5;
	text-decoration: underline;
}
.feedburner {
	color: #3A465C;
	text-decoration: none;
	font-weight: bold;
}
.tollfree {
	margin: 5px;
}
.feedburnerform {
	margin: 5px;
	width: 165px;
}
.backtotop {
	font-size: 11px;
}
