/* generated by csscreator.com */ 

body {
background: #333 url("http://www.infotecbsi.com/press/030806_files/images/back.gif") repeat;
text-align: center;
font: normal 11px/18px verdana, arial, tahoma, sans-serif;
color: #333;
padding-top: 40px;

}
 
#pagewidth{ 
width: 620px;
background: #fff url("http://www.infotecbsi.com/press/030806_files/images/sidebar.gif") repeat-y;
background-position: 0 0;
border: solid 10px #fff;
margin: 0 auto;
text-align: left;
} 
 
#header{
 position:relative; 
 height:210px; 
 background-color:#000000; 
 width:100%;
} 
 
#leftcol{
 width:140px; 
 float:left; 
 position:relative; 
 top: -11px;
 background-color:#CCCCCC; 
 padding-left: 10px;
 }
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:600px; 
 }
 
#footer{
 height:20px; 
 background-color:#336699; 
 clear:both;
 } 

#nav {
width: 150px;
height: 210px;
z-index: 2;
position: absolute;
left: -40px;
top: -10px;
list-style: none;
border-right: 1px solid #fff;
}

#nav li a {
color: #fff;
font: normal 11px/29px verdana, arial, tahoma, sans-serif;
display: block;
height: 29px;
background-color: #000;
border-bottom: 1px solid #fff;
text-decoration: none;
}

#nav li a:hover {
background-color: #336699;
}

#current a {
background-color: #336699;
}


a {
color: #006699;
text-decoration: none;
}

a:visited {
text-decoration: none;
color: #006699;
}

a:hover {
color: #000000;
}

a img {
display: block;
margin-bottom: 10px;
border: 1px dotted #fff;
}

a:hover img {
border-color: #336699;
}

h1 {
width: 140px;
height: 30px;
background-color: #333;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #336699;
cursor: default;
}


h2 {
width: 459px;
height: 30px;
background-color: #333;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
margin-top: 1px;
cursor: default;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}