a {font-family:arial; font-size:14px;}
a.Head1 {
/*color:#7cad44;*/
color:Black;
font:bold 28px/5px arial;
}
a.Head2 {color:#e10078; font:bold 18px/18px arial;}
a.Quote1 {font:bold 14px/14px arial;}

h1 {color:Black; text-align:center; vertical-align:middle;font:16px arial;  }

.t {background: url(/images/dot.png) 0 0 repeat-x; }
.b {background: url(/images/dotbot.png) 0 100% repeat-x;}
.l {background: url(/images/dot.png) 0 0 repeat-y;}
.r {background: url(/images/r.png) 100% 0 repeat-y;}
.bl {background: url(/images/bl.png) 0 100% no-repeat;}
.br {background: url(/images/br.png) 100% 100% no-repeat;}
.tl {background: url(/images/topLeft.png) 0 0 no-repeat;}
.tr {background: url(/images/tr.png) 100% 0 no-repeat; } 



.logo1 {background: url(/images/Logo2.png) no-repeat;height:175px; }
.bsa {background: url(/images/BSA_Logo.png) 625px 10px no-repeat;height:175px;}
.Header1 {padding:10px; margin-left:345px; margin-right:175px;}

.sr {background: url(/images/sr.png) 100% 0 repeat-y; margin: 0; padding:0 0 0 0; width:144px;}

.sb {background: url(/images/sb.png) no-repeat;height:16px; width:144px; line-height:10px; background-color:#edebf4;} 

.main {padding:20px 20px 20px 10px}
.mainBody {width:100%;float: left;}
.menuList{
	list-style:none;
	margin:0px;
	padding:0 0 0 0;
}


#menu {
	list-style:none;
	margin:0px;
	padding:0 0 0 0;
	width: 120px;
	}
	
#menu li a {
	height: 24px;
  	/*voice-family: "\"}\"";
  	voice-family: inherit;
  	height: 24px;*/
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: white;
	display: block;
	background: url(/images/menu1.png);
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: white;
	background: url(/images/menu1.png) 0 -32px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu li a:active {
	color: white;
	background: url(/images/menu1.png) 0 -64px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}


html, body{ 
 margin:0; 
 padding:0 0 0 0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:175px; 
  background-color:#FFFFFF; 
 width:100%;
} 
 
#leftcol{
 width:144px; 
 float:left; 
 position:relative; 
 background-color:#000000; 
 }
 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:656px; 
 }
 
#footer{
 height:10px;  
 clear:both;
 } 
 

 

.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}