html {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-image: url(bg_grad.jpg);
	background-color: #B2ABA3;
	background-attachment: fixed;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000000;
	line-height: 17px;
}
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #6600cc;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: normal;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #6600cc;
}
.subTitle {
	font-size: 110%;
	font-weight: bold;
	color: #6600cc;
}
.quote {
	color: #6600cc;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6600CC;
}
a:link {
	color: #0000CC;
}
a:visited {
	color: #336699;
}
a:hover {
	color: #CC0000;
}
.seoText {
	font-size: 12px;
	color: #ededed;
}
.seoText a:link {
	color: #666666;
}
.seoText a:visited {
	color: #666666;
}
/* Sidebar Navigation */
#navcontainer {
	width: 150px;
}

#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: 135px;
	background-color: #6e5593;
	border-bottom: 1px solid #FFFFFF;
}

#navcontainer a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
#navcontainer a:visited
{
	color: #fff;
	text-decoration: none;
}
#navcontainer a:hover
{
	background-color: #84ab87;
	color: #330099;
}
#navcontainer #currentpage a {
	background-color: #84ab87;
	color: #330099;
}
/* End of Sidebar Navigation */
.floatRight {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: right;
}
.floatLeft {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}.mainTable {
	border: 1px solid #CCCCCC;
}
.moreInfo {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
#btmLinks {
	line-height: 18px;
}
.eleven {
	font-size: 11px;
}
