body{
	margin-right: auto;
	margin-left: auto;
	background: #ffffff url('gradbc.jpg') repeat-x;
	font-family: arial;
}

a {text-decoration: none;}


a:link     { color: #25587E; text-decoration:none; }
a:visited  { color: #25587E; text-decoration:none; }
a:hover    { color: #FF0000; text-decoration:none; }
a.inactive { color: #aaaaaa; font-size:100%; }
a:active { }

#header{margin:0 auto;
        height:142px;
        /*height:170px;*/
	width:1000px;
	/*width:1200px;*/
	background:#fff url('logo_web.png') no-repeat
}

#headerfoot{
	height: 8px;
	/*width: 900px;*/
	background: #ff6405 url('menubg.png') repeat-x;
	padding: 0 0 0 0px;
	margin: 0;
	overflow: hidden
}

#maincontent{
	width:1000px;
	/*width:1200px;*/
        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: 220px;
/*	background-color: #f1f1f1;*/
	position: relative;
	background: #ffffff url('bccol2.png') repeat-y;	
}

#textleftcont{
	padding: 10px;
	text-align: center;
}

#centrcont{
	margin-left: 220px;
	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;
/*	background:#fff url('EN-Funded by the EU-PANTONE.png') no-repeat */
}

.cleaner{clear:both;height:0;font-size:1px;border:none;background:transparent;overflow:hidden}


#menucol {
  width:220px;
  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; /*#800080;*/
	font: bold medium Arial; 
/*	background-color: #f1f1f1;
	border-right: 1px solid white; /*background:url('../images/Button01.png') #f3f3f3 no-repeat;*/
}

#menucol a:hover.menu  {
	background: #f1f1f1 url('bccol3.png') repeat-y;
}

#menucol li.menu  {
	display: inline;
}

