html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a, img { 
margin: 0; 
padding: 0; 
border: 0; 
} 

body {
 font: normal 80.01% Arial, Helvetica, sans-serif; 
 color: #444444;
 background-color: #ffffff;
 background-image: url(images/fakebg.gif);
 background-position:center;
 background-repeat:repeat-y;
 text-align: center;
}
 
a { 
 color: #222277;
 background-color: #fff;
 text-decoration: none;
}

a:hover { 
 color: #990077;
 background-color: #fff;
}

#pagewidth{ 
 width:770px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
 background-color:#fff; 
 color: #000;
} 
 
#header{
 position:relative; 
 height:180px; 
 width:100%;
} 
 
#header img {
 padding: 10px 30px 0 0px;
}

#navigation{
 width:150px; 
 float:left; 
 position:relative; 
 }

#navigation a:hover {
border-bottom: dashed 1px #444444;
}

#navigation ul {
 list-style-type: none;
 text-transform: lowercase;
 padding-top: 15px;
}
 
#navigation li {
 padding-bottom: .3em;
}


#navigation img {
 padding: 0 15px;
}

#twocols{
 width:620px; 
 float:right; 
 position:relative;
 margin-top: 15px;
}
 
#rightcol{
 width:175px; 
 float:right; 
 position:relative; 
 background-color:#fff;
 color: #000;
 font-size: .8em;
 }

#rightcol p {
width: 150px;
}

#maincol{
 background-color: #fff;  
 color: #555;
 float: left; 
 display:inline; 
 position: relative; 
 width:435px; 
 }
 
#maincol ul {
 font-size: .9em;
 margin: 5px;
 list-style-type: square;
} 

#maincol p, h1, h2, ul {
 padding: 0 15px 15px 15px;
}
 
p {
 font-size: .9em;
}

h1 {
 font-size: 1.3em;
}

h2 { 
 font-size: 1em;
}

#footer{
 height:30px;
 color: #444444;
 text-align: center;
 clear:both;
 } 

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

/* 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*/ 
#navigation{display:none;} 

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