/* CSS Document */
body {
	font-size:11pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background:#609dca url(../images/bg_light.jpg) top repeat-x;
	
}
body a {
	text-decoration:underline; 
	outline-style:none; 
 color:#0033FF;
}
body a:hover { 
	text-decoration:underline; 
	outline-style:none;
	color:#0000FF;
}

/* main container */
#wrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height:auto;
	overflow:hidden;
}
#header{
	width:850px;
	margin-top: 0px;
	margin-bottom: 0px;
	/*background:url(../images/header.png) no-repeat;*/
	height:166px;
}
#header_pic {
	width:850px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background:url(../images/header_final.png) no-repeat;
        /*background:url(../images/header_solid.jpg) no-repeat;*/
        height:241px;
}
#header img, #header_pic {
	border:none;
}

#leftsidegrad{
	float:left; 
	width:47px; 
	height:407px; 
	background:#fff url(../images/bjn_leftsidegrad.jpg) no-repeat;
}
#top_content{
	float:left; 
	width:746px; 
	height:auto; 
	background:#fff url(../images/bjn_introbckg.jpg) no-repeat;
}
#rightsidegrad{
	float:right; 
	width:57px; 
	height:407px; 
	background:#fff url(../images/bjn_rightsidegrad.jpg) no-repeat;
}
#rightcontent{
	float:right; 
	width:803px;
}
#content{
	background:transparent url(../images/content_bg.png) repeat-y; 

	padding:0 57px 0 47px;
}
#footer{
	/*background:#fff url(../images/bjn_footerbckg.jpg) no-repeat; */
	background:transparent url(../images/footer.png) no-repeat; 
	height:78px; 
	width:850px;
}
#content ul{margin:10px}
#content li{padding-bottom:5px;}

#content .bullets ul{margin:10px;}
#content .bullets li{list-style-image:url(../images/bullet.jpg); font-weight:bold}

.style1 {
	color: #FF0000;
	font-style: italic;
}
.style2 {
	color: #0000FF;
	font-weight: bold;
}
.style3 {
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
}
.style4 {
	color: #FF0000;
	font-weight: bold;
}
.style5 {color: #009900}
.style6 {
	color: #FF0000;
	font-weight: bold;
	font-size: 24px;
}
.style7 {color: #009966}

.mainheading{font-size: 28pt; font-family: Impact; color: rgb(204, 0, 0); font-weight: 400; line-height:normal}
.subheading{font-size:18pt; color:#990000; word-spacing:1px;font-family: Impact;}
.redcontent{font-weight: 400;word-spacing:1px; font-size: 14pt; font-family: Impact; color:#990000}
.blacktext{font-weight: 400;word-spacing:1px; font-size: 14pt; font-family: Impact; color:#000000}
.yestxt{font-size:22pt; color:#000000; word-spacing:1px;font-family: Impact;}
.titletxt{font-size:22pt; word-spacing:1px;font-family: Impact;}