﻿body {

/* This is the outside page border */
	background-color: #FFFFCC;
	margin: 0px;
	padding: 0px;
/*	background-image: url(bg_grad.jpg); */
	background-attachment: fixed;
}
a:link {
/* This is the color of a hyperlink on the page itself */
	color: #0000CC;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
/* This is the color of a visited hyperlink on the page itself */
	color: #336699;
	text-decoration: underline;
}
a:hover {
/* This is the color of a mouse-over hyperlink on the page itself */
	color: #990000;
	text-decoration: underline;
}
a:active {
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #3F824C;
	line-height: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #342DFF;
	line-height: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #342DFF;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3F824C;
	line-height: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3F824C;
}
.suHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3F824C;
}
.subscribe {
	color: #FFFFFF;
}
.floatLeft {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 0px;
}
.floatRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
}
#purpleTable {
	color: #FFFFFF;
	background-color: #330066;
	padding: 20px;
}
#purpleTable a:link {
	color: #00CCFF;
}
#purpleTable a:visited {
	color: #CCCCCC;
}
#purpleTable a:hover {
	color: #E6A24E;
}
td {
	font-size: 12px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
}
.purpleTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #E6A24E;
}
.pullQuote {
	font-size: 18px;
	font-style: italic;
}
.boldAccent {
	font-weight: bold;
	color: #3F824C;
}
.bulletLineHeight {
	line-height: 18px;
}
.elevenGray {
	font-size: 11px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
}
#mainTable {
/* This is the color of the interior tables */
	background-color: #FFFFCC;
	border: 1px solid #FFFFFF;
}
/* Sidebar Navigation */
#navcontainer { width: 185px; }

#navcontainer ul
{
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#navcontainer a
{
display: block;
padding: 5px 5px 5px 10px;
width: 185px;
/* This is the sidebar menu button color */
/* The menu border color is in the page as bgColor */
background-color: #342DFF;
border-bottom: 1px solid #CCCCCC;
}

#navcontainer a:link
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
#navcontainer a:visited
{
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}
#navcontainer a:hover
{
	background-color: #3493FF;
	color: #fff;
	font-size: 12px;
}
#active a:hover
{
background-color: #342DFF;
color: #fff;
}
#active a:visited
{
background-color: #FF2B44;
color: #fff;
}
#active a:link
{
/* This is the color of the selected button */
background-color: #3493FF;
/* This is the button text color */
color: #fff;
}
/* End of Sidebar Navigation */
.seo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.seo a {
	color: #FFFFFF;
}
