/* CSS Document */

.banner_text{
padding-top: 20px;
font-family: Tahoma, Geneva, sans-serif;
font-weight: bold;
font-size: 16px;
position: relative;
left: -20px;
}

.bnav{

}

.bnav a{
font-family: Arial, Helvetica, sans-serif;
color: #FDE000;
text-decoration: none;
font-weight: bold;
}

.bnav a:hover{
color: #FDE000;
text-decoration: underline;
}

#copyright {
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;
}
#copyright2 {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
}

.cbox{
margin-left: auto;
margin-right: auto;
position: relative;
top: 20px;
left: -10px;
padding-top: 10px;
background-image: url(images/red_header_back.jpg);
background-repeat:no-repeat;
background-position:top;
background-color: #9B9B9B;
width: 90%;
display: block;
}

.pageheader{
font-family: Arial, Helvetica, sans-serif;
color: #FDE000;
text-decoration: none;
font-weight: bold;
font-size: 18px;
position: relative;
top: -20px;
}

.textbox{
margin-left: auto;
margin-right: auto;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
padding: 4px;
background-color:  #3E3E3E;
width: 95%;
}

.content{
padding-top:20px;
padding-left: 10px;
}

.sub_cbox{
background-color: #9B9B9B;
}

.sub_cbox td{
background-color: #3E3E3E;
padding: 6px;
}

.preload{
display: none;
}