@charset "UTF-8";
/* CSS Document */


#header {
	background-image:url(img/common/header_tile.png);
	background-repeat:repeat-x;

}


.subheader_caps {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#9a0151;
	line-height:16px;
	font-weight:bold;
	text-transform: uppercase;

}


.subheader_capsGOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#a09363;
	line-height:16px;
	vertical-align:top;
	font-weight:bold;
	text-transform: uppercase;

}


.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#9a0151;
	line-height:16px;
	vertical-align:top;
	font-weight:bold;

}


.subheader_italicsCAPS {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#9a0151;
	line-height:16px;
	vertical-align:top;
	font-weight:bold;
	font-style:italic;
	text-transform: uppercase;

}


 .bodycopy_caps {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#a09363;
	font-weight:bold;
	text-transform: uppercase;

 }


.bodycopy_lowercase {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#a09363;
	font-weight:bold;
	text-transform: none;

 }
 
 
.bodycopy_italicsCAPS {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
	color:#a09363;
	font-weight:bold;
	font-style:italic;
	text-transform: uppercase;

 }
 
.bodycopy_italics {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
	color:#a09363;
	font-weight:bold;
	font-style:italic;
	text-transform: none;

 } 
 
 .bodycopy_copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:14px;
	color:#a09363;
	text-transform: uppercase;

 } 


.bodycopy_linkpage {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
	color:#a09363;
	font-weight:bold;
	text-transform: uppercase;

 } 

a:link, a:active, a:visited  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a09363;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
}

a:hover  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#9a0151;
	line-height:16px;
	font-weight:bold;
	text-decoration: underline;
}

a.subheader_caps: link, a:active, a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #9a0151;
	text-decoration:none;
}

a.subheader_caps:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#9a0151;
	line-height:16px;
	font-weight:bold;
	text-decoration: underline;
}



#Layer1 {
	position:absolute;
	position: absolute;
	width:100%;
	height:100%;
}
	
#scroll {
    position: absolute;
    top: 0;
    bottom: -0.1px;
    width: 1em;
    z-index: -1;
}

