a {text-decoration: none}
a:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;}
a:visited {color: #000000}
a:active {color: #000000}
a:hover {color: #7E7F81}

html, body{ 
 margin:0; 
 padding:0;
 height: 100%;
 background-image: url(images/body_back.jpg);
 background-repeat: repeat-y;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #000000
 }
 
#headline { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size: 14px; color: #7E7F81}
 
#pagewidth{ 
height: auto;
height: 100%;
position:relative;
}
 
#header{
 position:relative; 
 height:180px; 
 width:100%;
} 

#header a img{
	border:0;
	}
 
#leftcol{
 width:271px; 
 float:left; 
 position:fixed; 
 background-color:#DCEDFD; 
 }
 
 #rssIE{
 display:inline; 
 position: relative;
 margin-top:10px;
 margin-left:5px;
 }
 
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative;
 margin-top:10px;
 margin-left:281px;
 padding-bottom: 20px;
 }
 
#footer{
background-color:#EDEDED; 
width: 100%;
position: auto;
bottom: 0;
bottom: -0px;
height: 20px;
vertical-align:top;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
 }
 
p.footer{
margin-left:271px;
 }


 
TABLE.navi{ 
 border-collapse:collapse;
 border:0px;
 width:100%;
 background-image:url(images/back_nav.jpg);
 }

TABLE.nav{
 background-color:#EDEDED;
 border-collapse:collapse;
 border:0px;
 width:100%;
 }
 
TD.spacer{
 width:271px;
 }

TD.center{
 text-align: center;
 }
 
 TD.center{
 text-align: center;
 }
 
 /* *** 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;}
#footer{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

#space{
padding-left: 259px;
}
