/* CSS Document */

/*html tags*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #ccb799;
	background-color: #000000;
	background-repeat: repeat-x;
	margin: 0px
}

.hd_bkg {
	background-color: #000000;
}

.dis {
	background-color: #3f310c;
}

.bkg_hd {
	background-repeat: repeat-x
}

.bkg_disclaimer {
	background-repeat: repeat-x
}

.mid_dis {
	background-repeat: repeat-x;
	background-color:#7a560c
}

.bkg_mid {
	background-repeat: repeat-x
}

.hdrg_border {
	border-right: 1px solid #775e1e;
}

.hdlf_border {
	border-left: 1px solid #775e1e;
}

.bt_border {
	border-bottom: 1px solid #4f4324;
}

.rg_border {
	border-right: 1px solid #7b6630;
	border-bottom: 1px solid #4f4324;
	border-top: 1px solid #613f03;
}

.dis_border {
	border-right: 1px solid #9d7a2d;
	padding-right: 18px;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.lf_border {
	border-left: 1px solid #7b6630;
	border-bottom: 1px solid #4f4324;
	border-top: 1px solid #613f03;
}

.nav_border {
	border-right: 1px solid #4b391e;
	padding-top: 10px;
}

.logo_border {
	border: 1px solid #69552c;
}

.img_border {
	border: 1px solid #69552c;
	margin-right: 8px;
	margin-bottom: 5px;
}

.title_border {
	border-top: 1px solid #4b391e;
	border-bottom: 1px solid #4b391e;
	padding:4px;
}

.border {
	border-right: 1px solid #4b391e;
	border-left: 1px solid #4b391e;
}

.bt_border {
	border-bottom: 1px solid #473418;
}

.ft_border {
	border-top: 1px solid #473418;
	border-bottom: 1px solid #473418;
	padding-right: 25px;
	valign: middle;
}

.footer {
	font-size: .68em;
	text-align: left;
	color: #947f4e;
}

.btfooter {
	font-size: .68em;
	text-align: center;
	color: #826f44;
}

.ftpadding {
	padding-top: 10px;
}

.dis_lfpadding {
	padding-right: 25px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.frpadding {
	padding-right: 20px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 25px;
}

.table_border {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #473418;
}

.padding {
	padding: 10px;
}

.sd_padding {
	padding-right: 15px;
	padding-left: 25px;
	padding-bottom: 10px;
}

h1 {
	font-size: .90em;
	color:#f0e9c3;
	margin: 0px;
	padding-bottom: 8px;
	padding-top: 2px;
}

h2 {
	font-size: .82em;
	color:#b9993f;
	margin: 0px;
}

h3 {
	font-size: .80em;
	color:#000000;
	margin: 0px;
}

blockquote {
	margin: 0px;
	padding-top: 5px;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 15px;
}

p {
	margin: 0px;
	padding: 0px;
}

ol {
	margin-top: 10px;
	list-style: normal;
	margin-bottom: 10px;
}	
	
ul {
	margin-top: 10px;
	margin-right: 10px;
}

li {
	background: url(none) no-repeat 0em;
}

textarea, input, select {
	font-size: .78em;
	font-family: Arial, Helvetica, sans-serif;
}


/*classes, bkg, border, scrollbar*/
.TA {      
	scrollbar-arrow-color: #ffffff;
    scrollbar-base-color: #c8b290;
}

/*text*/
.copy {
	font-size: .80em;
	color: #ccb799;
}

.copybold {
	font-size: .78em;
	color: #ccb799;
	font-weight: bold;
}

.footnote {
	font-size: .72em;
	color: #ccb799;
}

.quote {
	font-size: .78em;
	color: #f2e8b3;
	font-style: italic;
	font-weight: bold;
}

.disclaimer {
	font-size: .78em;
	color:#000000;
}

.form {
	font-size: .78em;
	color: #f2e8b3;
	margin: 0px;
	padding-bottom: 7px;
	font-weight: normal;
}

/*links*/
a:link, a:visited{
	text-decoration: underline;
	color: #b9993f;
}

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

a.form:link, a.form:visited, a.form:active {
	text-decoration: none;
	color: #ccb799;
	font-weight: bold;
	font-style: italic;
}

a.form:hover {
	text-decoration: underline;
	color: #f2e8b3;
	font-weight: bold;
	font-style: italic;
}

a.quote:link, a.quote:visited, a.quote:active{
	text-decoration: underline;
	color:#ccb799;
}

a.quote:hover{
	text-decoration: none;
	color:#b9993f;
}

a.btfooter:link, a.btfooter:visited, a.btfooter:active{
	text-decoration: underline;
	color:#826f44;
}

a.btfooter:hover{
	text-decoration: none;
	color:#cfa84d;
}

a.footer:link, a.footer:active, a.footer:visited{
	text-decoration: none;
	color:#826f44;
}

a.footer:hover{
	text-decoration: underline;
	color:#cfa84d;
}