/*  	tswnavbar.css	1.0.1  	Please use the CSS Menu Button Wizard at
		http://www.thesitewizard.com/wizards/css-menu-buttons.shtml
	to generate your own customized menu buttons. */
/* 	THIS IS MAROON 
	<!-- for the BRT banner,started with Cooper Black @ 44pt, liked Rockwell @44pt -->
        2/18/10: Modified website from three column format to two column format, changed from vertical menu to navbar
*/

body {
	background-color: maroon; 
	color:            white ; 
	font-family:      Comic Sans MS ; 
	font-size:         12pt ;
	font-weight:       bold ;		}

#hdr{
 	height:50px; 
	width:100%; 
	text-align: center;
	background: maroon;
	font-family: Wide Latin ; 
	font-size: 36px ; 
	color: #ffff66 ; 
	margin:0;				}

#ftr {
 	width:100%;
	height:40px;				}

.brtbanner { 
	background-color: maroon;
	height:52px;
	width:600px;
	Border-style: outset;
	border-width:3px;
	font-family: Rockwell ; 
	font-size: 44px ; 
	margin-left: 6px ; 
	color: #ffff66 ; 
	padding: 0px				}

table {
	border-color:     #0000FF ;
	margin-left:      3pt;			}

h1 {
	font-family:      Times New Roman; 
	font-face:        serif ; 
	font-size:        44pt ; 
	font-color:       #ffff66		}
h2 {
	font-family:      Times New Roman ; 
	font-face:        sans-serif ; 
	font-size:        24pt ; 		}
h3 {
	text-align:       Left ;
        font-family:      Times New Roman ; 
	font-face:        serif ; 
	font-size:        18pt ; 
	font-color:       #ffffff 		}
h4 {
	font-family:      Comic Sans MS ; 
	font-face:        sans-serif    ;
	font-color:       #FFFF66       ;
	font-weight:      bold          ;
	font-size:        32pt          ;
	font-style:       italic        ;	}

a:link {
	color: FFFF66; 
	text-decoration: underline; 		}
a:active {
	color: #FFFFFF; 
	text-decoration: underline; 		}
a:visited {
	color: #FF6666; 
	text-decoration: underline; 		}
a:hover {
	color: #FFFFFF; 
	text-decoration: none; 			}		

#tswcsstabs ul { margin: 0 ; padding: 0 ; list-style: none ; display: inline ; }
#tswcsstabs ul li { margin: 0 ; padding: 0 ; display: inline ; text-align: center ; list-style: none ; font-family: Comic Sans MS, sans-serif ; font-size: 8pt ;  }
#tswcsstabs li a { color: #ffff66 ; border: 0px outset #000 ; padding: 4px ; text-decoration: none ; display: inline ; }
#tswcsstabs li a:hover { color: #fff ; }



