/* CSS Document */
body{
margin: 0 0 0 0;
padding: 0 0 0 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: normal;
background-image: url('../images/bg.gif');
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #251901;
}

a:link { text-decoration: underline; color:#ac874d; }
a:visited { text-decoration: underline; color:#ac874d; }
a:hover { text-decoration: none; color:#653d05; }
a:active { text-decoration: none; color:#653d05; }

a:link img {border: 2px solid #ac874d;}
a:visited img {border: 2px solid #ac874d;}
a:hover img {border: 2px solid #653d05;}
a:active img {border: 2px solid #653d05;}
img {border-color:#ac874d;}

ul {
margin: 0;
padding:0 0 0 15px;
}

/**************** Tab Styles ********************/

.tab{
padding: 10px 7px 2px 7px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ac874d;
font-weight: bold;
text-align:center;
line-height: 11px;
background-image: url('../images/spacer.gif'); 
	background-position: center top; 
	background-repeat: no-repeat;
}
	.tab A:link, .tab A:visited { color: #ac874d; text-decoration: none; }
	.tab A:active, .tab A:hover { color: #653d05; text-decoration: none; }

.tab_over{
padding: 10px 7px 2px 7px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ac874d;
font-weight: bold;
text-align:center;
line-height: 11px;
background-image: url('../images/tab_bg.gif'); 
	background-position: center top; 
	background-repeat: no-repeat;
}
	.tab_over A:link, .tab_over A:visited { color: #ac874d; text-decoration: none; }
	.tab_over A:active, .tab_over A:hover { color: #653d05; text-decoration: none; }
	
.tab_cp{
padding: 10px 7px 2px 7px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #653d05;
font-weight: bold;
text-align:center;
line-height: 11px;
background-image: url('../images/tab_bg.gif'); 
	background-position: center top; 
	background-repeat: no-repeat;
}
	.tab_cp A:link, .tab_cp A:visited { color: #653d05; text-decoration: none; }
	.tab_cp A:active, .tab_cp A:hover { color: #653d05; text-decoration: none; }

/**************** Tab Styles ********************/


.columnTitle {
padding: 0 0 0 26px;
font-family:"Times New Roman", Times, serif;
font-size:12px;
font-weight:bold;
color:#000000;
text-align:center;
}

.SideNavBackground {
background-image:url('../images/main_01_bg.jpg'); 
background-color:#FFFFFF; 
background-position:left; 
background-repeat:repeat-y;
}

.bottomText1 { 
padding: 0 5px 0 0; 
color: #231801; 
text-align:right; 
font-size: 14px; 
font-family:"Times New Roman", Times, serif;
font-weight:bold;
text-transform:uppercase; 
}

.bottomText2 { 
color: #000000; 
font-size: 14px;
font-weight:bold; 
font-family:"Times New Roman", Times, serif; 
}
.bottomText2 span {
font-weight:normal;
font-style:italic;
}

.titleText {
padding: 7px 0px 0px 0px;
font-size: 18px; 
font-family: Times New Roman, Times, serif; 
font-weight: bold; 
color:#251901;
text-align: center;
}

.bottomNav { padding: 20px 0px; color: #ac874d; text-align:center; font-size: 10px; font-family: Verdana, Arial, Helvetica; }
	.bottomNav A:link, .bottomNav A:visited { color: #ac874d; text-decoration: none; }
	.bottomNav A:active, .bottomNav A:hover { color: #653d05; text-decoration: underline; }
	
.copyright { line-height: 15px; color: #58431a; font-size: 10px; font-family: Verdana, Arial, Helvetica; text-align: center; }
	.copyright A:link, .copyright A:visited { color: #58431a; text-decoration: underline; }
	.copyright A:active, .copyright A:hover { color: #ac874d; text-decoration: none; }

