/* CSS Document */
/* layout elements */
html, body, ul, ol, p, blockquote, q, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img, hr, table {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	font-size: 100%; /* IE hack */
}
/* to make dotted borders draw properly */
* html body {
	background-color: #926192;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #2C0F2B;
	background-color: #926192;
	text-align: center;
}
#rightnav {
	float: left;
	width: 300px;
	margin-right: 3px;
	margin-top: 3px;
}

#container {
	width: 979px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: left;
}
#footer {
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #926192;
	padding-bottom: 10px;
}

#leftside {
}
#toplinks {
	padding-top: 5px;
	text-align: right;
	background-color: #F7EFF7;
	padding-bottom: 2px;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #946594;
	margin-right: 98px;
	margin-left: 12px;
	padding-right: 5px;
	background-image: url(images/barbackground.gif);
	background-repeat: repeat;
}
#topfloatright {
	float: right;
}
#top {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #C8A7C8;
}
#navigation {
	margin-left: 526px;
}
#navlist
{
	padding-right: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

#navlist ul, #navlist li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	font-weight: bold;
	text-decoration: none;
	color: #006600;
	margin-top: 0;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #C8A7C8;
	border-right-color: #C8A7C8;
	border-left-color: #C8A7C8;
}

#navlist a:hover {
	color: #772673;
	text-decoration: none;
}

#top468adlinks {
	float: left;
	padding-top: 4px;
}
#latestnews {
	background-color: #F6ECF6;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #2C0F2B;
	padding-left: 5px;
	height: 10px;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/barbackground.gif);
	background-repeat: repeat;
}
#leftcontent {
}
#leftnav {
	float: left;
	width: 165px;
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 3px;
}
.poll {
	float: right;
	text-align: center;
	margin-left: 30px;
}
.navheader {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-left: 10px;
	border-bottom-color: #006600;
}
#vertbannerleft {
	margin-left: 10px;
}
#leftnav li {
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8A7C8;
	background-image: url(images/navbullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 13px;
	list-style-type: none;
}
#leftnav li a:hover {
	color: #782871;
}
#leftnav li a {
	color: #006600;
	text-decoration: none;
	font-size: 10px;
}
#content {
	width: 468px;
	margin-right: 20px;
	float: left;
	padding-top: 5px;
}
#footer2 {
	background-color: #F6ECF6;
	clear: both;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 3px;
	background-image: url(images/barbackground.gif);
	background-repeat: repeat;
}
#content p {
	line-height: 1.6em;
	margin-bottom: 10px;
}
#googlesearchtop {
	float: right;
	background-color: #F7EFF7;
}

#news p {
	line-height: 1em;
}
#breadcrumb {
	font-weight: bold;
}
h2 {
	margin-bottom: 5px;
	color: #2C0F2B;
	font-size: 12px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
}
hr {
	border-top: 1px solid #D1E2FE;
	height: 2px;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
	margin: 0px;
	padding: 0px;
	clear: both;
} 
a:link {
	color: #006600;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #006600;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #742272;
	text-decoration: none;
	font-weight: bold;
}
.firstparagraph:first-letter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
	line-height: 53px;
	float: left;
	color: #762772;
	padding-right: 5px;
	padding-top: 2px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.searchfloatright {
	float: right;
	margin-top: 30px;
	margin-right: 10px;
}

.spacer {
	clear: both;
}
#disclaimer {
	line-height: 10px;
	font-size: 10px;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #ECF0F9;
}
.aligncenter {
	text-align: center;
}
#contactform {
	margin-top: 40px;
	margin-bottom: 40px;
}
.alignright {
	text-align: right;
}
#contactform td {
	padding-bottom: 5px;
	padding-right: 5px;
}
#linkform td {
	padding-bottom: 5px;
	padding-right: 5px;
}
#scoff {
	background-color: #F8FEF8;
	text-align: center;
}
#directory table td {
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	font-size: 11px;
}
#directory {
	margin-left: 50px;
}
#directory table {
	width: 330px;
}
#directory li {
	padding-bottom: 10px;
}
form {
}
.clearleft {
	clear: left;
}
#content ul {
	padding-left: 15px;
}
#content ul li {
	line-height: 1.5em;
	margin-bottom: 5px;
}
h1 {
	color: #006600;
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 25px;
}
#news {
	background-color: #EFEBC3;
	width: 150px;
	float: right;
	padding: 5px;
	margin-left: 25px;
	margin-right: 10px;
	margin-top: 5px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #A49C8B;
	border-bottom-color: #A49C8B;
}
#newsheader {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A49C8B;
}
#news a {
	color: #A30731;
}
#rss {
	float: right;
	margin-top: 15px;
	margin-right: 2px;
	font-weight: bold;
}
.jsclass body .randomcontent { /*Do NOT remove! CSS to hide random contents in JS enabled browsers*/
display: none;
}
li h2 {
	font-size: 11px;
	margin-bottom: 0px;
}
#sendafriend {
	float: right;
}
.navheader1 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-left: 10px;
	border-bottom-color: #732473;
}
#leftnav .secondnav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #732473;
	background-image: none;
}
#leftnav .secondnav li a {
	color: #006600;
}
#content ol {
	padding-left: 15px;
}
#content ol li {
	line-height: 1.5em;
	margin-bottom: 5px;
}
#amazonbottom {
	margin-top: 10px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F6DDF6;
	border-bottom-color: #F6DDF6;
	margin-bottom: 10px;
}
#agloco {
	text-align: center;
}
#adlinksbottom {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: right;
}
#bottomsearchtext {
	font-weight: bold;
	margin-bottom: 10px;
}

#googlesearchbottom {
	text-align: center;
	background-color: #782871;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(images/searchbackgroundbottom.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 5px;
	padding-left: 20px;
}
#imgfloatleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 6px;
	border: 1px solid #C8A7C8;
}

.adlinksright {
	float: right;
	margin-left: 50px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 5px;
}
#topadlinks {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #946594;
	background-image: url(images/barbackground.gif);
	text-align: right;
	background-color: #F7EFF7;
	padding: 6px;
}
.clearboth {
	clear: both;
}


#footer3 {
	clear: both;
	padding-top: 3px;
	color: #FFFFFF;
	background-color: #926192;
	padding-bottom: 3px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #391638;
}
#footer3 a {
	color: #FFFFFF;
}
#toplinks a {
	color: #006600;
}
#breadcrumb a {
	color: #006600;
}
#footer2 a {
	color: #006600;
}
#googleleftnav {
	text-align: center;
	margin-top: 20px;
}

.secondnav img {
	vertical-align: middle;
}
.datatable td {
	padding: 5px;
}
#footer4 {
	background-color: #391638;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-right: 96px;
	margin-left: 12px;
	text-align: center;
	padding-top: 5px;
}
.googleadleft {
	margin-bottom: 20px;
	margin-top: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #006600;
	border-bottom-color: #006600;
	padding-top: 10px;
	padding-bottom: 10px;
}
.amazonfloatright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.amazonfloatleft {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 7px;
}
#topsearchbox {
	background-image: url(images/searchbackground.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 340px;
	float: right;
	padding-top: 13px;
	padding-left: 40px;
	margin-left: 20px;
	margin-top: 31px;
}

#logo {
	float: left;
}
#bannerad {
	float: right;
	width: 468px;
	margin-right: 8px;
}
#adlinkstop {
	margin-right: 97px;
	text-align: right;
	background-color: #006600;
	padding: 6px;
	margin-left: 12px;
}
.googleadright {

	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
