body {
	text-align: center;
	padding: 0px;
	margin:20px 0px 15px;
	background-color: #000000;
}

/*id tags*/

#top{
	margin: 0px auto;
	padding: 0px;
	position:absolute;
	top: 20px;
	background-color: #91877A;
	border-top-width: 10px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(/pics/top_back.jpg);
}

* html #top{/*for IE only*/
  width: 751px; !important; /*IE 6.x */
  width /**/:771px; /*IE 5.5 */
  height: 150px; !important; /*IE 6.x */
  height /**/:150px; /*IE 5.5 */
}

#top{/*other browsers*/
	width: 751px;
	height:160px;
}

#topnav{
	height: 31px;
	margin: 0px auto;
	padding: 0px 10px;
	position:absolute;
	background-color: #8E857A;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(/pics/topnav.gif);
	background-repeat: no-repeat;
	background-color: #8E857A;
}

* html #topnav{/*for IE only*/
  width: 731px; !important; /*IE 6.x */
  width /**/:771px; /*IE 5.5 */
  top: 160px; !important; /*IE 6.x */
  top /**/:160px; /*IE 5.5 */
}

#topnav{/*Other Browsers*/
	width: 731px;
	top:160px;
}

#topnav a{
	font-size: 14px;
	font-family:"Book Antiqua", Palatino, serif;
	color:#CCCCCC;
	text-decoration:none;
	display:block;
	float:left;
	text-align:center;
	width: 118px;
	margin-top: 7px;
}

#topnav a:visited{
	color:#CCCCCC;
	text-decoration:none;
}

#topnav a:active, #topnav a:hover{
	color:#FFFFFF;
	text-decoration:none;
}


#container{
	width: 771px;
	padding: 0px;
	text-align: left;
	background-color: #6E675D;
	margin: 0px auto;
}

#content{
	padding: 3px 10px 5px 10px ;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #91877A;
}

* html #content{/*for IE only*/
  	margin: 171px 0px 0px 0px; !important; /*IE 6.x */
  	margin /**/:171px 0px 0px 0px; /*IE 5.5 */
	width: 731px; !important; /*IE 6.x */
	width /**/:771px; /*IE 5.5 */
}

#content{/*other browsers*/
	margin: 191px 0px 0px 0px;
}

#inner_content{
	padding: 10px;
	border: 1px solid #FFFFFF;
	background-color: #6E675D;
	background-image: url(/pics/Inner_content_back.gif);
	background-repeat: no-repeat;
	background-position: 250px 30px;
}

#totoplink{
	float: left;
	margin: 0px;
	width: 360px;
	padding: 0px;
	margin: 0px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #00668A;
}

#footer{
	padding: 5px;
	margin: 0px;
	height: 30px;
	background-color: #8E857A;
	background-image: url(/pics/footer_back.gif);
	background-repeat: no-repeat;
}

* html #footer{ /*IE*/
  	margin-top: 0px; !important; /*IE 6.x */
 	margin-top /**/:0px; /*IE 5.5 */
	width: 761px; !important; /*IE 6.x */
 	width /**/:771px; /*IE 5.5 */
}

#footer{/*Other Browsers*/
	margin-top: -3px;
	width: 761px;
}

#legal {
	font-size: 10px;
	padding-left: 15px;
	background-image: url(../pics/content_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-bottom: 0px;
	padding-top: 10px;
	margin: 0px;
}

#payoff_line{
	float:left;
	margin-top: 113px;
	margin-right: auto;
	margin-bottom: 7px;
	background-position: right bottom;
	color: #FFFFFF;
	font-family: "Book Antiqua", Palatino, serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 5px;
}

* html #payoff_line{ /*IE*/
  	margin-left:-10px; !important; /*IE 6.x */
 	margin-left /**/:-10px; /*IE 5.5 */
}

#payoff_line{
	margin-left: -10px;
}

#logo_right{
	float:right;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-position: right bottom;
	color: #D3CFCA;
	
	}

#home_button_left{
	float:left;
	margin-top: 7px;
	margin-bottom: 5px;
	margin-left: 15px;
	background-position: left bottom;
	color: #D3CFCA;
}

#totop {
	padding-left: 12px;
	padding-right: 22px;
	background-image: url(../pics/totop.gif);
	background-repeat: no-repeat;
	background-position: left;
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

a img#home_button_left{
	border: none 0px;
}

/*Image stuff*/

.img_left{
	float:left;
	color: #CCCCCC;
}

.img_right{
	float:right;
}

.img_noborder, div img.img_noborder{
	border: 0px;
}

a img.nolink {
	border:none;
}

.img_left_text{
	float:left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}

.img_right_text{
	float:right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 0px;
}

/*Redefine tags*/

a:link {
	color: #E7E3DF;
}
a:visited {
	color: #E8E7E7;
}
a:hover,a:active {
	color: #FFFFFF;
}

a img, a img.img_left_text, a img.img_right_text, a img.img{
	border: 1px solid #244B5A;
}

a img{
	text-decoration:none;
}

img{
	border-color:#8E857A;
}

p, li, ul,ol {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color:#E7E3DF;
}

p{
	margin-top: 2px;
	margin-bottom: 9px;
}

ul, ol{
	margin-top: 2px;
	margin-bottom: 12px;
}

ul li {
	margin-left: -20px;
	line-height: 15px;
	padding: 0px;
	margin-bottom: 3px;
}

ol li {
	margin-left: -10px;
	line-height: 10pt;
	padding: 0px;
	margin-bottom: 3px;
}

ul li ul, ol li ol{
	margin-bottom: 5px;
}

ul li ul li, ol li ol li{
	list-style-image: url(../pics/bullet_2.gif);
	margin-left: -30px;
	line-height: 13px;
}

h1,h2,h3,h4,h5,h6 {
	MARGIN-TOP: 5px;
	MARGIN-BOTTOM: 2px;
	color: #E7E3DF;
	font-family: "Book Antiqua", Palatino, serif;
	padding-top: 3px;
	padding-bottom: 1px;
	margin-right: auto;
	margin-left: 0px;
	background-image: url(/pics/dot_gld_lt.gif);
	background-repeat: repeat;
}

h1{
	font-size: 22px;
	font-weight: normal;
	background-image: none;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

h2{
	FONT-SIZE: 18px;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	color: #D3CFCA;
}

h3{
	FONT-SIZE: 15px;
}

h4{
	FONT-SIZE: 13px;
}

h5{
	FONT-SIZE: 12px;
}

h6{
	FONT-SIZE: 11px;
}

form{
	margin: 0px;
	padding: 0px;
}
	
.formbutton{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003576;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 1px 2px 2px 1px;
	font-weight: bold;
	border: 1px solid #003576;
	background-color: #C1D38F;
}

input, textarea {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
	line-height: 10px;
	font-style:normal;
	color:#FFFFFF;
}

select{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	padding:1px;
}

textarea{
	font-family: Verdana, Helvetica, sans-serif;
	border: 1px solid #A49D94;
	background-color: #8E857A;
}

/*Form & Table Elements*/

/*Form & Table Elements*/

.textbox, .tables td select.textbox{
	border: 1px solid #A49D94;
	margin: 0px;
	padding: 2px;
	background-color: #8E857A;
}

* html .textbox{
	height: 12px !important; /*IE 6.x */
  height /**/:18px; /*IE 5.5 */
}

.searchbox {
	border: 1px solid #789EBE;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 1px;
	line-height: 10px;
}

.box_container{
}

.box_container h1, .box_container h2{
	FONT-SIZE: 17px;
	font-weight: bold;
	font-family: "Book Antiqua", Palatino, serif;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.box_container div{
	margin: auto 1px 1px auto;
	padding: 3px;
	border-bottom: solid 1px #827C4A;
}

.tables_noheading{
	border-style: solid;
	border-width: 1px 0px 0px 1px;
	border-color: #827C4A;
}

* html .tables_noheading{
	width: 100% !important; /*IE 6.x */
  	width /**/:auto; /*IE 5.5 */
}
.tables_noheading{
	width: 100%;
}
.tables{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #91877A;
	border-left-color: #91877A;
}

.tables ul li{
	font-size: 10px;
}

.tables td, .tables_noheading td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding: 8px 3px 3px 4px;
	color: #E7E3DF;
	font-weight: normal;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #91877A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #91877A;
}

.tables td p, .tables td table tr td p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 3px auto;
	line-height: 14px;
}

.tables td.nopadding table tr.thinrow td {
	padding-bottom: 0px;
	line-height:5px;
	font-size: 5px;
}
	
.secondrow {
	background-color:#797266;
}

.tables td td, .tables_noheading td td {
	border-style: none;
	border-width: 0px;
	margin: 0px;
}

.nopadding table.tables td{
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.tables_label td, td.tables_label, .tables td.nopadding table tr.tables_label td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #E7E3DF;
	background-color: #857A6E;
	font-weight: bold;
}

.tables_subheading td, td.tables_subheading, .tables td.nopadding table tr.tables_subheading td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #353535;
	background-color: #FFFFFF;
	font-weight: normal;	
	padding: 5px 0px 5px 5px;
}

.tables_label td a, td.tables_label a{
	color:#004B7C;
}

td.tables_info{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 8px;
	padding-top: 7px;
}

.tables_info{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

.tables td.nopadding{ /*for nested tables inside another table*/
	padding:0px;
}

.tables td.nopadding table td.nopadding{ /*for nested tables inside another table*/
	padding:0px;
}

.tables td.nopadding table{
	margin-top:3px;
	margin-bottom: 2px;
}

.tables td.nopadding table td{ /*for nested tables inside another table*/
	padding: 7px 2px 4px 5px;
}

.tables td input, .tables td select , .tables td texarea{ /*pulls input boxes up to align with label text*/
	margin-top: -4px;
}

.td_correct{ /*for special cases where an individual td has to be brought in line with overall style*/
	border-right: 1px solid #71AC23; 
	border-bottom: 1px solid #71AC23; 
	background-color:#FFFFFF; 
	padding:4px;
}

/*miscellaneous*/

.required{
	color:#FFC0C0;
}

.failure{
	color:#CC0000;
	font-weight:bold;
}

.success{
	color:#CCCCCC;
	font-weight:bold;
	padding-left: 30px;
}

.invisible {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}

.sub {
	font-size: 22px;
}

.firstletter {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.section {
}

.pSmall{
	font-size: 9px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	line-height: 11px;
}

/*form button stuff */
.formbutton{
	font-family: "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	border: 1px solid #CAC9C9;
	background-color: #8E857A;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
}

.tables tr.secondrow .formbutton{
}

/*checkboxes*/
td.checkbox input{
	
}

*html td.checkbox input{
	margin: -1px; /*IE 5.5 */
	m\argin: -1px; /*IE 6.x */
	padding: -1px; /*IE 5.5 */
	p\adding: -1px; /*IE 6.x */
}

td.checkbox input{
	vertical-align: middle;
	margin:1px;
	padding: 1px;
	line-height: 0px;
}

.checkbox_text{
	line-height: 0px;
	padding: 0px;
	margin: 0px;
}
.quote {
	font-family: "Book Antiqua", Palatino, serif;
	font-size: 30px;
	color: #A49D94;
	line-height: 30px;
}

.silver, .tables td.silver {
	color: #CCCCCC;
}

.gold, .tables td.gold{
	color: #FFCC00;
}
