body {
	background-color: #a39161;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	color: #a39161;
	background-repeat: no-repeat;
}

body {
scrollbar-arrow-color: #FAF4E6;
scrollbar-3dlight-color: #F7EEE5;
scrollbar-highlight-color: #FAF4E6;
scrollbar-face-color: #a39161;
scrollbar-shadow-color: #82263D;
scrollbar-darkshadow-color: #221E1F;
scrollbar-track-color: #cccccc;
}

.modalBackground 
{
    background-color:#6B696B;
    filter:alpha(opacity=60);
    opacity:0.6;
}

.modalPopup 
{
    background-color:#FFFFFF;
    border-width:1px;
	border-right: #6B696B thin solid;
	border-top: #6B696B thin solid;
	border-left: #6B696B thin solid;
	border-bottom: #6B696B thin solid;	
}

a.footer:link    { color:#f4f3ea; font-size:10px; font-family:Arial, Helvetica, sans-serif; text-decoration:none; line-height: 16px; }
a.footer:visited { color:#f4f3ea; font-size:10px; font-family:Arial, Helvetica, sans-serif; text-decoration:none; line-height: 16px; }
a.footer:active  { color:#f4f3ea; font-size:10px; font-family:Arial, Helvetica, sans-serif; text-decoration:none; line-height: 16px; }
a.footer:hover   { color:#FFFFFF; font-size:10px; font-family:Arial, Helvetica, sans-serif; text-decoration:underline; line-height: 16px; }

a:visited {
	color: #a39161;
}
a:hover {
	color: #502600;
	text-decoration:underline;
}
a:active {
	color: #a39161;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	background-repeat: no-repeat;
}

a {
	font-size: 12px;
	color: #a39161;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	mouseover: #0076a3;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #502600;
	font-weight: bold;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #a39161;
	font-style: italic;
	font-weight: bold;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003b5e;
	font-style: italic;
	font-weight: bold;
}

.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #a39161;
}

.subheader-team {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003b5e;
	font-style: italic;
	font-weight: bold;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
	color: #f4f3ea;
	font-style: normal;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
	padding: 3px;
	background-color: #a39161;
   line-height: 16px;
}

.box1 {
	border: 1px inset #502600;
	height: auto;
	width: 760;
	padding: 0px;
	vertical-align: middle;
	align: center;
	background-image: url(images/bkgrnd-icon.gif);
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	word-spacing: 2px;
	padding-right: 15px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: justify;
}

.bodysml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	color: #000000;
}

input.big {
	width: 100px;
	color: #000000;
}

input.small {
	width: 50px;
	color: #000000;
}

.star {
	color: #CC0000;
}

.error {
	color: #CC0000;
	font-size: 10px;
}
.disclaim {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a39161;
}
.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #a39161;
}
#SplashImage {
	float: right;
	padding-left: 5px;
}

#SplashImageLeft {
	float: left;
	padding-right: 5px;
}

/*Expandable Menu Style Below*/
.arrowlistmenu{
width: 110px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{
	/*CSS class for menu headers in general (expanding or not!)*/
	font: bold 11px Arial;
	color: #502600;
	background: white url(images/spacer.gif) repeat-x center left;
	margin-bottom: 4px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 2px 0 2px 8px; /*header text is indented 8px*/
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu .menuheader2{
	/*CSS class for menu headers in general (expanding or not!)*/
	font: bold 11px Arial;
	color: #502600;
	background: white url(images/spacer.gif) repeat-x center left;
	margin-bottom: 4px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 2px 0 2px 8px; /*header text is indented 8px*/
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu .menuheader a{
	/*CSS class for menu headers in general (expanding or not!)*/
	font: bold 11px Arial;
	color: #502600;
	background: white url(images/spacer.gif) repeat-x center left;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
   text-decoration: none;
	padding: 0px 0 0px 0px; 
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu .menuheader a:visited{
color: #502600;
text-decoration: none;
}

.arrowlistmenu .menuheader a:hover{ /*hover state CSS*/
color: #003b5e;
text-decoration: none;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(images/spacer.gif);
}

.arrowlistmenu ul{
	/*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 5;
	padding: 0px;   
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #003b5e;/*optional red-#A70303*/
background: url(images/arrowbullet2.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 4px 0;
padding-left: 13px; /*link text is indented 13px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #F4F3EA; /*submenu separator line*/
font-size: 80%;
}

.arrowlistmenu ul li a:visited{
color: #003b5e;
text-decoration: none;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
text-decoration: none;
/*background-color: #F3F3F3;*/
}
