body{
	margin-right: auto;
	margin-left: auto;
	background: #ffffff url('gradbc.jpg') repeat-x;
}

a {text-decoration: none;}

#header{margin:0 auto;
        height:170px;
		  width:900px;
		  background:#fff url('LogoBig4.jpg') no-repeat
}

#headerfoot{
	height: 8px;
	/*width: 900px;*/
	background: #ff6405 url('menubg.gif') repeat-x;
	padding: 0 0 0 0px;
	margin: 0;
	overflow: hidden
}

#maincontent{
	width:900px;
    margin: 0 auto; 
	background: #ffffff;
/*	background: #f3f3f3;*/
	border: 2px solid Gray;	
}

#content{
	position: relative;
	background: #ffffff url('bccol2.png') repeat-y;	
}

#leftcont{
	clear: both;
	display: inline-block;
	float: left;
	width: 160px;
/*	background-color: #f1f1f1;*/
	position: relative;
	background: #ffffff url('bccol2.png') repeat-y;	
}

#textleftcont{
	padding: 10px;
	text-align: center;	
	
}

#centrcont{
	margin-left: 160px;
	padding: 10px;
	background-color: #fff;
}

#footer{
	clear: both;
	width: 100%;
	overflow: hidden;
	text-align: center;
/*   border-top:2px solid #2D81AC; */
	border-top:2px solid Gray;
}

.cleaner{clear:both;height:0;font-size:1px;border:none;background:transparent;overflow:hidden}


#menucol {
  width:160px;
  height:100%;
  overflow:hidden;
  margin:0px;
}

#menucol ul.menu  {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: square;
}
#menucol a.menu 
{
	float: left;
	width: 100%;
	height: 30px;
	padding-left: 1em;
	padding-top: 3px;	
	text-decoration: none;
	color: #607293;
	font: bold large Arial;
/*	background-color: #f1f1f1;
	border-right: 1px solid white; /*background:url('../images/Button01.png') #f3f3f3 no-repeat;*/
	font-family: serif;
}

#menucol a:hover.menu  {
	background: #f1f1f1 url('bccol3.png') repeat-y;	
}

#menucol li.menu  {
	display: inline;
}

