/*--------- [01] - Reset All ---------*/

body,div,dl,dt,dd,ul,ol,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	
}

/*--------- [02] - Body ---------*/

body {
	font: 75.5% "Lucida Grande", Arial, "Trebuchet MS", Verdana, sans-serif;
	color: #6b6b6b; background: #FFFFFF;
}


/*--------- [03] - Headings ---------*/

h1, h2, h4, h5, h6 { margin: 0em 0 0.1em 0; }
h1 { font-size: 1.7em;}
h2 { font-size: 1.5em;}
h3 { font-size: 1.2em; color: #990000; border-top:thick;}
h4 { font-size: 1.5em;}


#page-container {
	margin-left: auto;
	margin-right: auto;
	width: 855px;

}


#header {
	background: url(images/bsmb_logo.jpg) no-repeat;
	height: 100px;
	margin-top: 10px;
	
	}
	
#header h1 {
	margin: 0;
	padding-top: 15px;
	padding-left: 120px;
	text-transform: normal;
	font-size: 32px;
	
	}
	
#linkbar {

	 height:35px;
	 margin-bottom: 5px;
	}
	
	

#contents {

	padding-bottom: 10px;

}

#footer {

	height: 50px;
	padding-top: 10px;
	border-top: 1px solid #CCCCCC;
	text-align:right;
	

}

a:link {color: #990000;}
a:visited {color: #990000;}
a:active {color: #990000;}
a:hover {background-color: #808080; color:#ffffff;}
a {text-decoration: none;}