/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color:#f4f4f4;
} 
 
#pagewidth{ 
 width:801px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
 background-color:#e9e9e9;
  
} 
 
#header{
 position:relative; 
 height:268px; 
  background-color:#FFFFFF; 
 width:100%;
 background: url('images/header.jpg');
} 
 
#leftcol{
 width:167px; 
 float:left; 
 position:relative;
 background-color:#e9e9e9;

  }
 
#twocols{
 width:634px; 
 float:right; 
 position:relative;
 background-color:#FFFFFF; 
  }
 
#rightcol{
 width:153px; 
 float:right; 
 position:relative;
  background-color:#FFFFFF; 
 
 }
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:461px; 
 }
 
#footer{
 height:30px; 
  background-color:#FFFFFF; 
 clear:both;
 } 
 
 .colstext{
 margin:20px 0px 10px 20px;
 }
 
 .maincoltext{
 padding:0 30px 0 0; 
 }
 
 
 hr {
 color: #fff; 
 background-color: #fff; 
 border: 1px dotted #616161;  
 }
 
 h1{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 16px;
color: #ec2027;
font-weight:bold;

}

 h2{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 11px;
color: #ec2027;
font-weight:bold;

}

 .red{
color: #ec2027;
font-weight:bold;

}

.line{
 background: url('images/dots.gif');
 background-repeat: repeat-x
}

p,li,td{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #5c5c5c;
text-decoration:none;
}

a{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ec2027;
text-decoration:none;
}

.footertext{
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
line-height: 11px;
color: #5c5c5c;
text-decoration:none;
padding-left:20px;
}

.module{
margin-top:14px;
width: 119px;
height: 80px;
background: url('images/module.jpg');
}

 #blueblock{
width: 149px;
padding: 1em 0 1em 1em;
margin-bottom: 0;
font-family: Arial, Helvetica, sans-serif; 
font-size: 90%;
color: #5c5c5c;
}

* html #blueblock{ /*IE 6 only */
w\idth: 135px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px dotted #5c5c5c;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
color: #5c5c5c;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
background-color: #f4f4f4;
color: #ec2027;
}

.redlink {
background-color: #f4f4f4;
width: 100%;
}


 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* 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;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
