﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	background-color: #000033;
}
#wrapper {
	width: 960px;
	margin: 0px auto 0 auto;
	background: url('images/container.jpg');
	background-repeat: repeat-y;
}
#masthead {
	width: 960px;
	height: 119px;
	background-image: url('images/masthead.jpg');
	background-repeat: no-repeat;
}
#top_nav {
	width: 960px;
	height: 35px;
	background-image: url('images/top_nav.jpg');
	padding-top: 2px;
}
#container {
	min-width: 600px;
	width: 960px;
	margin: 0px auto 0 auto;
}
#left_col {
	width: 200px;
	float: left;
	padding-top: 18px;
	font-size: 12px;
}
#right_col {
	width: 200px;
	float: right;
	padding-top: 18px;
}
#page_content {
	margin-left: 200px;
	margin-right: 200px;
	padding-right: 6px;
	padding-left: 12px;
}
#footer {
	width: 960px;
	clear: both;
	text-align: center;
	background-image: url('images/footer.jpg');
	padding-top: 18px;
	background-repeat: no-repeat;
	background-color: #FAF6AA;
	height: 132px;
}
#bottom {
	width: 960px;
	margin: 0px auto 0 auto;
	text-align: center;
	color: #FFFFFF;
}
/* MAIN Styles */
h1 {
	margin: 6px 0px 0px 0px;
	font-size: x-large;
}
h2 {
	font-size: large;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #000033;
}
h3 {
	font-size: medium;
	color: #000033;
}
p {
	margin-top: 3px;
}
a:link {
	text-decoration: underline;
	color: #000080;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #6699FF;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: underline;
}
img {
	border-width: 0px;
}
hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 0;
	border-bottom: 2px dotted #333333;
	width: 542px;
	border-bottom-style: dotted;
}
/* TOP NAV Styles */
#top_nav p {
	margin: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
#top_nav a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#top_nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#top_nav a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
#top_nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
/* LEFT NAVIGATION Styles */
#left_col ul {
	padding: 0px;
	margin: 0px 0px 0px 18px;
	list-style: disc inside;
}
#left_col li {
	margin-top: 2px;
	margin-bottom: 2px;
}
#left_col h3 {
	margin-top: 18px;
	margin-bottom: 0px;
}
#left_col a:link {
	text-decoration: none;
	color: #333333;
}
#left_col a:visited {
	color: #333333;
	text-decoration: none;
}
#left_col a:hover {
	color: #808080;
	text-decoration: underline;
}
#left_col a:active {
	color: #333333;
	text-decoration: none;
}
/* FOOTER Styles */
#footer p {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
}
#footer a:link {
	text-decoration: underline;
}
#footer a:visited {
}
#footer a:hover {
	text-decoration: none;
}
#footer a:active {
	text-decoration: underline;
}
form {
	margin-bottom: 6px;
}
/* BOTTOM Styles */
#bottom p {
	font-size: 11px;
	padding: 0px;
	margin: 3px;
	text-align: center;
}
#bottom a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
#bottom a:visited {
	color: #FFFFFF;
}
#bottom a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#bottom a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
/* TABLE styles */
table {
	width: 542px; 
	border-style: none;
}
td {
	vertical-align: top;
	padding-bottom: 12px;
}
td p {
}
td p:first-child {
	margin: 0px;
	font-size: large;
}
td h1 {
	margin: 0px;
}
td h2 {
	margin-top: 0px;
}
/* Other styles */
.quote {
	font-style: italic;
}
.attribution {
	font-weight: bold;
}
.fee {
	color: #A94200;
}
.left-padding {
	padding-left: 20px;
}
.inline-header {
	color: #09225a;
	font-weight: bolder;
}
.small {
	font-size: 12px;
	text-align: left;
}
.sharethis {
	margin-top: 6px;
}
.centered {
	text-align: center;
}

