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

body, html {
    margin:0;
    padding:0;
    background:#333 url(../images/common/header_bg.jpg) repeat-x;
    font: 12px Tahoma, Helvetica, sans-serif;
    color:#000;
    }

body {
    min-width:800px;
    }

.clearFloat {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
.spacer {   
	padding:0 ;
	height: 50px;
    text-align: right;
	clear: both;
	text-transform: lowercase;
}


.tinytext {
	font-size: 10px;
}

p {
	margin:0;
	padding:5px 10px;
	}
	
h1 {
	margin: 0;
	padding: 5px 10px;
	font-size: 18px;
}

h2 {
	margin: 0;
	padding: 5px 10px;
	font-size: 14px;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 13px ;
	text-transform: uppercase;
}

h5 {
	margin: 0;
	padding: 5px;
	color: #900;
	font-size: 12px ;
	text-transform: uppercase;
}

hr {
    border-top: 1px dotted #666;
    border-bottom: 0px solid #f00;
    border-right: 0px solid #f00;
    border-left: 0px solid #f00;
}

a:link {
	color:#900;
}

a:hover {
	color:#000;
	text-decoration: none;
}

a:visited {
	color:#300;
}

a:active{
	color:#F00;
}

#whatsNew tr td{
	padding: 5px;
}

#innerSpace {
	padding: 15px;
	}

#headerBar td{
	color: #fff;
	padding-top: 2px;
}

#headerBar td a{
	color: #fff;
	text-decoration: none;
}

#btetLogo{
	position: relative;
	top: 45px;
}

#headerImg{
	position: relative;
	top:-22px;
	right: 0;
	height:203px;
}

#leftColumn{
	background-color: #F4F4F4;
	padding: 5px;
}

#main{
	background-color: #FFF;
}

#main a:link {
	color:#900;
}

#main a:hover {
	color:#000;
	text-decoration: none;
}

#main a:visited {
	color:#300;
}

#main a:active{
	color:#F00;
}

#footer td{
	background-color: #666;
	text-align: center;
	padding: 5px;
	margin: 0;
	color: #FFF;
	font-style: italic;
}

#footer td a{
	font-style:normal;
	color: #FFF;
	text-decoration: none;
}

/********** QUICK NAV **********/

.arrowlistmenu{
width: 175px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px ;
	color: white;
	//background: black url(images/nav/titlebar.png) repeat-x center left;
	background-color: #333;
	margin-bottom: 5px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	margin-top: 5px;
}

.arrowlistmenu .menuheader a{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px ;
	color: white;
	//background: black url(images/nav/titlebar.png) repeat-x center left;
	background-color: #333;
	margin-bottom: 5px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	/*padding: 4px 0 4px 10px; header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	margin-top: 5px;
	text-decoration: none;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	//background-image: url(images/nav/titlebar-active.png);
	background-color: #900;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #A70303;
	background: url(../images/nav/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.arrowlistmenu ul li a:visited{
	color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #A70303;
	background-color: #F3F3F3;
}

/********** END QUICK NAV **********/


.sideBar ul{
	margin: 0;
	padding: 0;
}

.sideBar li{
	margin: 5px 0 0 20px;
	padding: 0;
}

.sideBar li a:link {
	color:#000;
	text-decoration: none;
}

.sideBar li a:hover {
	color:#600;
	text-decoration: none;
}

.sideBar li a:visited {
	color:#300;
	text-decoration: none;
}

.sideBar li a:active{
	color:#ccc;
}
