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

<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #CFBA83;
}
body {
	background-color: #000000;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background_brown.jpg);
	background-position: 50% 0%;;
}
.footertext {font-size: 11px; line-height: 16px;}
.footertext_sub {font-size: 10px}

.form_text {font-size: 11px; line-height: 16px;}

.show_text_home_head {font-size: 14px; line-height: 16px; color:#130802;}
.show_text_home {font-size: 12px; line-height: 14px; color:#130802;}

.show_text_header {font-family: "Times New Roman", Times, serif; font-size: 22px; line-height: 25px; color:#130802;}

.show_right_column {font-size: 12px; line-height: 14px;}
.show_right_column_white {font-size: 12px; line-height: 14px; color: #FFFFFF}

.right_column_large {font-size: 14px; line-height: 16px;}
.right_column_white_large {font-size: 14px; line-height: 16px; color: #FFFFFF}

.show_text {font-size: 16px; line-height: 18px; color:#130802;}

.body_text01 {font-size: 14px; line-height: 16px; color:#130802;}

.error_msg {font-size: 14px; line-height: 16px; color:#FF0000;}

.body_text02 {font-size: 14px; line-height: 16px; color:#CFBA83;}


.news_title {font-size: 18px; line-height: 20px; font-weight:bold; color:#130802;}
.news_release {font-size: 18px; line-height: 20px; font-weight:bold; color:#CFBA83;}
.news_body_text {font-size: 13px; line-height: 16px; color:#130802;}
.news_caption_text {font-size: 13px; line-height: 16px; color:#130802;}
.news_photocred_text {
	font-size: 11px;
	line-height: 16px;
	color:#130802;
	font-style: italic;
}

a:link {
	color: #130802;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #130802;
}
a:hover {
	text-decoration: underline;
	color: #663300;
}
a:active {
	text-decoration: none;
	color: #130802;
}

a.footer_link:link {
	font-size: 11px;
	color: #CFBA83;
	text-decoration: none;
}
a.footer_link:visited {
	font-size: 11px;
	text-decoration: none;
	color: #CFBA83;
}
a.footer_link:hover {
	font-size: 11px;
	text-decoration: underline;
	color: #CFBA83;
}
a.footer_link:active {
	font-size: 11px;
	text-decoration: none;
	color: #CFBA83;
}

a.number_link:link {
	color: #CFBA83;
	text-decoration: underline;
}
a.number_link:visited {
	text-decoration: underline;
	color: #CFBA83;
}
a.number_link:hover {
	text-decoration: underline;
	color: #CFBA83;
}
a.number_link:active {
	text-decoration: underline;
	color: #CFBA83;
}

a.link_white:link {
	color: #FFF;
	text-decoration: none;
}
a.link_white:visited {
	text-decoration: none;
	color: #FFF;
}
a.link_white:hover {
	text-decoration: underline;
	color: #FFF;
}
a.link_white:active {
	text-decoration: none;
	color: #FFF;
}

.table_no_repeat {
	background-repeat:  no-repeat;
	background-position: right;
}

.border_thumbs {
	border: 2px solid #130802;
}

.border_tan {
	border: 3px solid #CFBA83;
}
-->

-->
/* Main Table */

#main {
	position: absolute;
	top: 0px;
	width: 100%;
	height: auto;
}
#ribbon {
	position: fixed;
	left: 0px;
	height: auto;
	width: 154px;
}
#page {
	position: fixed;
	right: 0px;
	height: auto;
	width: 814px;
}
