#container {
	width: 847px;
	background: #FFF;
	margin: 0 auto;	
}

#header {
	
}

#header_logo {
	height: 100px;
	width: 847px;
	background-image: url('/img/bsbanner1.jpg');
}

body {
	color: #3A3A3A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}

ul.topNav  {
	margin:0px;
	padding:0px;
	width:847px;
	height: 45px;
}
.topNav li{
	 float:left;
	 display:inline-block;
}
.topNav li a{
	 float:left;
     font-family:tahoma, arial;
	 font-size:11px;
	 color:#FFFFFF;
	 text-align:center;
	 line-height:35px;
	 display:inline-block;
	 text-decoration:none;
	 background:#313131;
	 padding-left:12px;
	 padding-right:12px;
	 margin-top:5px;
	 border-right:1px dotted #FFFFFF;
}
.topNav li a:hover{
	background:#FFFFFF;
	color:#000000;
	text-decoration:none;
	 border-right:1px dotted #000000;
}
.topNav li a.topNavAct{
	background:#FFFFFF url(../images/topNavSep.png) no-repeat right bottom;
	color:#000000;
	text-decoration:none;
	height:40px;
	position:relative;
	border-right:none;
}
.topNav li a.topNavLast {
	border-right:none;
	padding-left:15px;
	padding-right:15px;
}

#main_content {
	padding: 5px;
}

#main_content a {
	color: #6F0000;
	text-decoration: underline;
}

#main_content h1{
	display: block;
	font-size: 2em;
	font-weight: bold;
	margin: 35px 0 10px 0;
}

#main_content h1 a {
	color: #6F0000;
	text-decoration: underline;
}

#main_content h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:38px;
	color:#3a3a3a;
	font-weight:normal;
	margin-bottom:20px;
}
#main_content h2 span{
	display:block;
	font-size:10px;
	color:#808080;
	border-top:2px dotted #3a3a3a;
	font-family:tahoma, arial;
	padding-top:5px;
}

#main_content h3{
	font-size:24px;
	background:#757575;
	color:#FFFFFF;
	display:inline;
	padding-left:10px;
	padding-right:10px;
	font-weight:normal;
	line-height:32px;
	padding-top:4px;
	border-bottom:1px solid #C8C8C8;
}

#main_content p {
	text-indent: .25in;
}

#toc p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 10pt;
}

img.cover {
	width: 300px;
}

.caption {
	font-size: 12px;
}

.quote{
	font-size: 12px;
	
}

.content_left {
	float: left;
	margin-right:10px;
}

.clear {
	clear:  both;
}
