* {
	padding:0;
	margin:0;
	border:0;
}

body, html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
	color:#262C38;
	background-color: #262C38;
	text-align: center;
}

#wrapper {

	width:780px;
	min-height:100px;
	height:auto !important;
	height:100px;
	text-align:left; 
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	/*padding-top:20px;*/
}


a {
	outline:none;
	color: #262C38;

/************************************** Start Header *************************/	

}

#wrapper #header {

	width: 780px;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #262C38;
	margin: 0 auto;
	text-align: left
}



#wrapper #header .title {
	width: 600px;
	float: right;
	margin-top: 40px;
	height: 50px;
}

#wrapper #header .logo {
	background-image: url("../images/bccnswweblogo.jpg");
	background-repeat: no-repeat;
	height: 139px;
	width: 108px;
	margin-left: 50px;
}



/************************************** End Header *************************/



/************************************** Start Menu *************************/

#wrapper  #left_menu {
	float:left;
	width:200px;
	min-height:100px;
	height:auto !important;
	height:100px;
	padding-bottom:20px;
	padding-left:5px;
	clear: none;
}

#wrapper  #left_menu #list {
	width:200px;
	float:left;
	margin:0px;
}



#wrapper  #left_menu  #list li {

	float:left;
	list-style-type:none;
	margin:0px;
}



#wrapper  #left_menu  #list li.title {
	background:url("../images/menu_top.gif") bottom no-repeat;
	width:200px;
	height:10px;
	background-image: url("../images/menu_bg0.gif");
}

#wrapper  #left_menu #list li.middle {
	background:url("../images/menu_bg0.gif") repeat-y top;
	width:200px;
	min-height:100px;
	height:auto !important;
	height:100px;
}

#wrapper  #left_menu  #list li.bottom {
	text-align:center;
	background:url("../images/menu_dow.gif") no-repeat;
	width:200px;
	height:10px;
	background-image: url("images/menu_dow.gif");
	background-repeat: no-repeat;
}



#wrapper  #left_menu  #list #list_menu{

	min-height:100px;

	height:auto !important;

	height:100px;

	list-style:none;

	padding-left:4px;

}



#wrapper  #left_menu  #list #list_menu li{
	clear:both;
	width:192px;
	background:url("../images/menu_ite.gif") no-repeat;
	height:37px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	letter-spacing:0px;
	font-weight:normal;
	background-image: url("../images/menu_ite.gif");
}



#wrapper  #left_menu #list_menu li span{
	padding-left:28px;
}



#wrapper  #left_menu  #list_menu li a{
	padding-top:11px;
	width:192px;
	height:26px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#262C38;
	display:block;
	float:left;
	text-decoration:none;
	background-image: url("../images/menu_a.gif");
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E8E8E8;
	border-left-color: #E8E8E8;
	padding-right: 1px;
	padding-left: 1px;
}



#wrapper  #left_menu #list #list_menu li a:hover{

	padding-top:11px;

	width:192px;

	height:26px;



	background:url("../images/menu_itf.gif") no-repeat;

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	color:#fff;

	font-weight:normal;

	background-image: url("../images/menu_hover.gif");

	background-repeat: no-repeat;

}





/************************************** End Nav Menu *************************/



/************************************** Start Content *************************/



#wrapper #content

  {

	width:535px;

	min-height:100px;

	height:auto !important;

	height:100px;

	padding-right:5px;

	padding-left:15px;

	padding-top:12px;

	padding-bottom: 12px;

	float: right;

	background-color: #FFFFFF;

}



#wrapper #content #h2 {

	font-size: 130%;

	font-weight: bold;

	width: 95%;

	color: #444F64;

	text-decoration: underline;

}



/************************************** End Content *************************/



/************************************** Start Footer *************************/



#wrapper #footer {

	clear: both;

	width: 780px;

	text-align: center;

	background-image: url("../images/footer-image.jpg");

	background-repeat: no-repeat;

	height: 40px;

	color: #7C8AA7;

	font-size: 90%;

}







#wrapper #footer .copyright {

	padding-top: 10px;

	padding-bottom: 5px;

}



/************************************** End Footer *************************/#wrapper #content p {
	margin-right: 20px;
}