/* Layout Stylesheet */ 

body {
	margin:20px;
	background:#b8c3ca;
	color: #333333;
	text-align:center;
	padding:0;
	background-image: url(ITAB/images/background.gif);
	background-repeat:repeat;
 }
 
 
 
html{ 
	height:100%; 
	width:100%; 
	margin:0;
	}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */ 
 
 
 

#outer {
 text-align:left;
 width:900px;
 margin:auto;
 }

#hdr {
 	height:67px;
	background-image: url(ITAB/images/header.gif);
	background-repeat: no-repeat;
 }

#bar {
	height:12px;
	background:#f86b00;
	color: #333333;
	background-image: url(ITAB/images/bar.gif);
	background-repeat: no-repeat;
	margin:0;
 }

#bodyblock {
	position:relative;
	background: #ffc10e;
	color: #333333;
	width:900px;
	padding:0;
	background-image: url(images/bodyblock_background.gif);
	background-position:bottom;
	background-repeat:no-repeat;
 }
 
 
#indexcont  {
	width:760px;
	margin:0;
	height:auto;
	}
	
#indexcontactual  {
	width:484px;
	margin:0px 0px 0px 0px;
	height:auto;
	float:left;
	padding-bottom:20px;
	}	
	
	
#indexrightcol  {
	width:244px;
	margin:0px 17px 0px 0px;
	height:auto;
	float:right;
	background-color:#ffefae;
	padding-bottom:20px;
	}	


#l-col {
	float:left;
	background: #ffc10e;
	color: #333333;
	width:140px;
	position:relative;
	height:520px;
	margin-right:-3px;
 }

#cont {
 width:760px;
 background:#ffffff;
 text-align:left;
 display:inline-block;
 position:relative;
   margin-left:0px;;
 }

#ftr {
 height:12px;
 background:#138dcd;
 margin:0;
 }

