/* HTML Standard Styles */

body { font: 12px Arial, Helvetica, sans-serif; color: #333333; background-color: #FFFFFF; }
a:link { color: #826F48; }
a:visited { color: #A08B56; }
a:hover { color: #C51529; text-decoration: underline; }
a:active { color: #C51529; text-decoration: none; }
p { margin-top: 0 }
table {font-size: 12px}
ul { margin-top: 0px; }
h3, .header3 {
	font: italic bold 1.1em "Times New Roman", Times, serif;
	color: #A08B56;
	border: none;
	margin-top: 2em;
	margin-bottom: 0px
}

h4, .header4 {
	font: italic bold 1.1em "Times New Roman", Times, serif;
	color: #A08B56;
	border: none;
	margin-top: 0px;
	margin-bottom: 0px
}

/* Template Standard Styles */

.bg {
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.content {
	font-size:1em;
	text-align: left;
	vertical-align: top;
	color: #000000;
	padding: 25px 10px 10px 25px;
}
.contentTables { 
	font-size: 1em;
    color: #000000;
}
.footer {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: .75em;
	font-weight: normal; 
	color: #555555; 
	text-align: center; 
	vertical-align: middle; 
	padding-top: 2px; 
	padding-right: 2px; 
	padding-bottom: 2px; 
	padding-left: 2px;
}
.footerSitemap { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1em; 
	color: #000000;
 	text-align: center;
}
.footerLogos { 
	font-size: 1em; 
	color: #333333;
 	text-align: center;
	vertical-align: middle;
	width: 80px;
}
.footerNotice {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1em; 
	color: #000000;
 	background-color: #E0C68F; 
	text-align: justify; 
	padding-right: 10px; 
	padding-left: 10px; 
	border: 1px #063167 solid; 
	padding-top: 3px; 
	padding-bottom: 3px;
}
.copyright { font-family: Arial, Helvetica, sans-serif; font-size: .75em; color: #FFFFFF; background-color: #A08B56; text-align: center; padding: 5px; }
.copyright a:link, .copyright a:visited { color: #FFFF99; text-decoration: none; }
.copyright a:hover, .copyright a:active { color: #D4D166; text-decoration: underline; }

/* Formatting Standard Styles */

.bold { font-weight: bold; }
.italic { font-style: italics; }
.tableTop { font-size: 1em; color: #333333; background-color: #CCCCCC; }
.tableBottom { font-size: 12px; padding: 2px; }
.stockphoto { float: right; border: 2px solid #CCA049; }

/* Non-Standard Styles */

.navTop { font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-weight: bold; color: #FFFFFF; background-color: #000000; text-align: center; padding: 2px; line-height: 16px; }
.navTop a:link, .navTop a:visited { color: #FFFFFF; text-decoration: none; }
.navTop a:hover, .navTop a:active { color: #BBBBBB; text-decoration: none; }
.rightCol { background: url(images/2594dynamic_r5_c1.gif) repeat-y scroll left top; padding-left: 3px; padding-right: 2px; }
.rightCol p {margin: 1ex;}
.rightCol a:link, .rightCol a:visited { color: #009 }
.rightCol a:hover, a:active { color: #C51529 }
.column { float: left; width: 43%; }
.column { width: 48%; float:left}
.column li { margin-left: 1.5em; padding: 0; }
.column ul { padding: 0; margin: 0; }
.no-margin-bottomClear { margin-bottom: 0px; clear: both; }
.no-margin-bottom {	margin-bottom: 0px;}
.no-margin { margin-bottom: 0px; margin-top: 0px;}
.subNavCol { color: #FFFFFF; background: #C6B999; padding-top: 26px; }
.subNavCol ul { font-size: 1.2em; font-weight:bold; }
.subNavCol li { margin-bottom: 0.8em; padding-right: 1em; }
.subNavCol a:link, .subNavCol a:visited { color: #FFF; text-decoration:none; }
.subNavCol a:hover, .subNavCol a:active { color: #FFF; text-decoration:underline; }
.clear {clear:both}
.lobby { margin-top: 6px; margin-bottom: 0px; }
.financialTotals { font-weight: bold; border-width: 1px 0 0 0; border-style: solid; border-color: #333333; }
.formlabel { font-family: "Times New Roman", Times, serif; font-size: 12px; }
.button { font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; background-color: #A08B56; font-size: 9px; text-align: center; width: 100px; border: 1px solid #FFFFFF; font-weight: bold; }
.button a:link, .button a:visited { color: #FFFFFF; text-decoration: none; }
.button a:hover, .button a:active { color: #CCCCCC; text-decoration: none; }
.formfield { font-family: "Times New Roman", Times, serif; font-size: 12px; line-height: 12px; color: #000000; }

.loginheading{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000;
}
.logintextbox{
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
	border: 1px solid #C6B999;
	margin-top: 3px;
}
.loginsubmit {
	font: bold 11px Arial, Helvetica, sans-serif;
	background-color: #A08B56;
	color: #FFF;
	border: 1px none #A08B56;
	margin-top: 1px;
}
