/* 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.jpg');
	background-position: center top;
	background-repeat: repeat;
	background-color: #CEB133;
}

a:link {color:#a15d05}
a:visited {color:#a15d05}
a:hover { text-decoration: none; color:#cc0000}
a:active { text-decoration: none; color:#cc0000}

ul {
margin: 5px 0 5px 0;
padding: 0 0 0 25px;
list-style-type:disc;
}

.header {
background:url('../images/header_bg.gif') left top repeat-x;
}

/**************** Tab Styles ********************/

.tab{
padding: 6px 2px 1px 2px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #683a23;
font-weight: normal;
text-align:center;
line-height: 12px;
background-image: url('../images/tab_bg.gif'); 
	background-color:#e2decf;
	background-position: center top; 
	background-repeat: no-repeat;
}
	.tab A:link, .tab A:visited { color: #683a23; text-decoration: none; }
	.tab A:active, .tab A:hover { color: #995004; text-decoration: none; }

.tab_over{
padding: 6px 2px 1px 2px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #683a23;
font-weight: normal;
text-align:center;
line-height: 12px;
background-image: url('../images/tab_bg_cp.gif'); 
	background-color:#e2decf;
	background-position: center top; 
	background-repeat: no-repeat;
}
	.tab_over A:link, .tab_over A:visited { color: #683a23; text-decoration: none; }
	.tab_over A:active, .tab_over A:hover { color: #995004; text-decoration: none; }
	
.tab_cp{
padding: 6px 2px 1px 2px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #995004;
font-weight: bold;
text-align:center;
line-height: 12px;
background-image: url('../images/tab_bg_cp.gif'); 
	background-color:#e2decf;
	background-position: center top; 
	background-repeat: no-repeat;
}
	.tab_cp A:link, .tab_cp A:visited { color: #995004; text-decoration: none; }
	.tab_cp A:active, .tab_cp A:hover { color: #995004; text-decoration: none; }

/**************** Tab Styles ********************/

.sideNav {
background-image: url('../images/box_07.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #faf7f5;
}

.titleText {
display:block;
border-bottom:#e2decf solid 1px;
padding: 0px 0px 0px 0px;
font-size: 16px; 
font-family: Times New Roman, Times, serif; 
font-weight: bold;
text-transform:uppercase;
color:#683a23;
text-align: left;
}

.bottomNav { padding: 0px 20px 0px 20px; color: #a15d05; background-color:#FFFFFF; text-align:center; font-size: 10px; font-family: Verdana, Arial, Helvetica; }
	.bottomNav A:link, .bottomNav A:visited { color: #a15d05; text-decoration: none; }
	.bottomNav A:active, .bottomNav A:hover { color: #cc0000; text-decoration: underline; }

.footer{
padding: 0 0 8px 10px;
background:url(../images/footer_01.gif) right top no-repeat;
color:#491800;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height:15px;
}

.copyright { line-height: 15px; color: #6f451a; font-size: 10px; font-family: Verdana, Arial, Helvetica; text-align: center; }
	.copyright A:link, .copyright A:visited { color: #6f451a; text-decoration: underline; }
	.copyright A:active, .copyright A:hover { color: #FFFFFF; text-decoration: none; }

