@charset "utf-8";


body  {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background:#fff;
	margin: 0px; 
	padding: 0px;
	text-align: center; 
	color: #000;
	}


#container { 
	width: 100%;  
	background: #FFFFFF;
	margin: 0px auto; 
	text-align: left; 
	
} 

#topheader {
	margin: 0px auto;
	height: 25px;
	color: #000000;
	display: none;
}

#header {
	background: #DDDDDD;
	padding: 0px 10px;  
	height: 130px;
	display: none;
} 

.noprint{
    display: none;
    visibility: hidden;
 }



#toolbar {
	
	width: 690px;
	height:15px;
	text-decoration: none;
	background:url(images/brnd_toolbar.gif); 
    display:none;
}

#search {
	height:30px;
	margin: 0px;
	padding: 0px;
	display: none;
		
}

#searchf {
height:30px;
background:url(images/Searchbar.gif);	
display:none;	
}


#menubar {
	width: 44.5em;
	height:23px;
	margin: 0px auto;
	padding: 0px;
	display: none;
		
}


#menubar {
	
	width: 680px;
	height:23px;
	background: #fff;
	display: none;
}


#sidebar1 {
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	display: none;
		
	}
	
	
#sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	 
	display: none;
}

#sidebar_bg { 
	display: none;
 }    
 
 
#mainContent {
	width:100%;
	padding:0px;
	margin:0px;
	background-color: #ffffff;
	border:none;
	font-size: 12pt;
	} 


#newsevents {
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 3px;
	border-bottom: 2px dotted #ccc;
	border-top: 2px dotted #ccc;
	font-size: 9pt;
	color: #666666;
	display:none;
} 

#footer { 
	padding: 0px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:  url(images/footer_bg.gif); 
	border: 1px solid #284F75;
	position:fixed-bottom;
	display:none;
}