@charset "UTF-8";
/* CSS Document */

.menuDivider {
	border-top: 1px solid #FFFFFF;
}
.menuDivider a {
	background-color: #FF9900 !important;
	border-bottom: 0 !important;
}
.menuDivider a:hover, .menuDivider a:active, .menuDivider a:focus {
	background-color: #0066C5 !important;
}

#mbrDivider {
	border-top: 1px solid #FFFFFF;
}
.mbrSub a {
	background-color: #C1002B !important;
}
.mbrSub a:hover, .mbrSub a:active, .mbrSub a:focus {
	background-color: #FABA00 !important;
}

.riskImage {
	margin-top: 10px;
	border-style: none;
}


.mainText {
	font-size: 0.74em;
	line-height: 1.4;
}
.mainText h1 {
	font-size: 2.4em;
	color: #004489;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 1px;
}
.mainText h2 {
	font-size: 1.4em;
	color: #004489;
	font-weight: normal;
	line-height: 1;
	margin: 0;
}
.mainText p {
	margin: 0.8em 0;
}
.mainText ul {
	margin: 0.8em 0;
}
.mainText li {
	margin: 0.2em 0;
}

a {
	text-decoration: none;
	color: #004489;
}
a:hover, a:active, a:focus {
	color: #C1002B;
}
a:visited {
	text-decoration: underline !important;
}
a:link img {
	border: 0 !important;
}
a:hover img {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

/*PLAIN LINK no underline*/
.plainLink a:link, .plainLink a:visited {
	text-decoration: none;
	color: #004489;
	line-height:1;
}
.plainLink a:hover, .plainLink a:active, .plainLink a:focus {
	color: #C1002B;
}


.gold {
	color: #FABA00;
}
.goldBold {color: #FABA00; font-weight: bold; }

.h1Inline {
	font-size: 3em;
	line-height: 1;
	color: #004489;
	letter-spacing: 2px;
	font-weight: normal;
	padding: 0;
	margin-right: 0.2em;
	margin-top: 0em;
	margin-left: 0px;
}
.firstPara {
	margin-top: -3em;
}
.firstHeadline {
	margin: 0;
	margin-bottom: -0.2em;
}
.toggleOnOff {
	display: block;
	border-bottom: 1px dotted #333399;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
.toggleOnOff img {
	margin-bottom: -2px;
	border: 0;
}
.toggleOnOff a:link, .toggleOnOff a:visited {
	color: #666666;
	text-decoration: none;
}
.toggleOnOff a:hover {
	color: #FABA00;
}
.ruleAboveHead {
	border-top: 1px solid #004489;
	padding-top: 4px;
}
.contactTable {
	width: 512px;
	margin-top: 16px;
	border-collapse: collapse;
	font-size: 0.9em;
	line-height: 1;
}
.contactTable th {
	background-color: #E6E6E6;
	font-weight: normal;
	text-align: left;
	padding: 4px 2px;
	text-transform: uppercase;
	font-size: 0.9em;
}
.contactTable td {
	padding: 6px 4px 4px 2px;
	vertical-align: top;
	border: 1px solid #CCCCCC;
	border-left: 0;
	border-right: 0;
}
.contactTable p {
	margin: 0 0 4px 0;
}
.alt {
	background-color: #F5F5F5;
}
#forum {
	font-size: 0.9em;
	line-height: 1.2;
}
#forum Table {
	border-collapse: collapse;
	border: 1px solid #999999;
	border-bottom: 0;
}
#forum Table th {
	background-color: #D8D8D8;
	font-weight: normal;
	text-align: left;
	padding: 4px;
	border: 1px solid #999999;
}
#forum Table td {
	padding: 4px;
	vertical-align: top;
	border-bottom-style: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#forum Table p {
	margin: 0 0 4px 0;
}
#forum img {
	border: 0;
}
#forum h1 {
	font-size: 1.1em;
	letter-spacing: 0px;
	margin: 0;
	color: #333333;
}
.forumTop {
	padding: 4px 4px;
	margin: 0;
	font-size: 0.9em;
	background-image: url(../images/forum-top.gif);
	background-repeat: repeat-x;
	background-color: #D0DDE8;
	border: 1px solid #999999;
	border-bottom: 0;
}
.forumTop a {
	padding: 0 2px;
}

.forumBot {
	padding: 4px 4px;
	margin: -1px 0 0 0;
	font-size: 0.9em;
	background-image: url(../images/forum-bottom.gif);
	background-repeat: repeat-x;
	background-color: #D0DDE8;
	border: 1px solid #999999;
	background-position: bottom;
}
.forumBot a {
	padding: 0 2px;
}
.filterList {
	float: right;
	margin: 0;
	padding: 0;
}
.forumNote {
	font-size: 0.9em;
}
.forumNote p {
	line-height: 1 !important;
	margin: 4px 0;
}
.forumBorder {
	border-right: 1px solid #CCCCCC;
}
.forumLinks {
	float: right;
}
.forumPostTable {
	line-height: 1.2;
	margin-top: 20px;
	background-color: #F1F7FC;
}
.forumPostTable table {
	border-collapse: collapse;
	border: 1px solid #999999;
	border-bottom: 0;
}
.forumPostTable th {
	background-color: #D8D8D8;
	font-weight: normal;
	text-align: left;
	padding: 4px;
	border: 1px solid #999999;
}
.forumPostTable td {
	padding: 4px;
	vertical-align: top;
	border-bottom-style: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
input.formPostField  {
}
input.formPostField400  {
	width: 400px;
	border: 1px inset #999999;
}
textarea.formPostTxtField400  {
	width: 440px;
	height: 100px;
}
input.formPostBtn  {
}
form.formPostTxt  {
	font-size: 0.9em;
}




.forumAlignRight {
	text-align: right !important;
}
.listNoBullet {
	list-style-type: none;
}
.picBorder {
	border: 1px solid #666666;
}
.adSpace {
	margin-bottom: 2px;
	border: 0;
}
.forumReply {
	border: 1px solid #004489;
	padding: 0 5px;
	background-color: #FFFFCC;
}
.prevReply {
	border: 1px dotted #C0012A;
	padding: 5px;
	margin-top: 5px;
}

.newsletterTmb {
	float: right;
	background-color: #FFFFFF;
	padding-left: 10px;
}
.newsletterTmb img {
	border: 1px solid #666666;
}
.newsletterTmb a:link img {
	border: 1px solid #666666 !important;
}
#container #contentWrapper #rightCol .bannerSpace {
	margin-bottom: 10px;
}

