@charset "UTF-8";

html, body {
margin:0; padding:0; width:100%; height:100%; 
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
 
}
#background {width:100%; height:100%; z-index:1; overflow:auto; position:relative;
}
#fiximg { behavior: url(iepngfix.htc) }


 #table {
 width: 100%; height:100%;
 position:relative;
 z-index:2;
 }
 
.bodytextintro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	/*color:#947C49; darker color*/
	color:#C8AB6C; /*lighter color*/
	display:block;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*color:#947C49; darker color*/
	color:#C8AB6C; /*lighter color*/
	display:inline;
}

.bodytext li { 
list-style-type:square;
}

 a:link {
 font-weight:bold;
 color:#C8AB6C;
 
}
 a:hover {
 font-weight:bold;
 text-decoration:none;
 color:#F2EDE4;
 background:#947C49;
 
}
 a:visited {
 font-weight:bold;
 color:#999999;
 
}

  .cellpaddingimg {
 padding-left:15px;
 padding-right:0px;
 padding-top:15px;
 padding-bottom:0px;
 }
 
 .cellpaddingtest {
 padding-left:8px;
 padding-right:24px;
 padding-top:10px;
 display:block;
 }

.headline{
font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	line-height:18px;
	/*color:#947C49; darker color*/
	color:#C8AB6C; /*lighter color*/

}

.subhead{
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	line-height:18px;
	/*color:#947C49; darker color*/
	color:#C8AB6C; /*lighter color*/
	border-bottom:solid 1px #C8AB6C;

}


.testimonial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color:#947C49; darker color*/
	color:#947C49;
	font-style:italic;
	display:block;
	margin-left: 15px;
	margin-right:400px;
}
 a .img{
 border:solid 2px #F2EDE4;
 }
 
 a .img:hover{
  border:solid 2px #947C49;
 }
  
.indent {margin-left: 10px;}

.footer {
	border-top:solid #947c49 1px;
	font-family: Arial, Helvetica, sans-serif;
	color:#947C49;
	font-size:9px}
.promotion {
	font-size: 24pt;
	color: #CC0033;
	font-family: "Adobe Caslon Pro", "Adobe Caslon Pro Bold";
}
#input{
width: 300px;
}
/* reset width for non-text inputs */
input.radio, input.submit, input.select.dropdown, input.clear{
width: auto
