body {

background: #ffffff;
color:#ffffff;
margin:0px;
white-space: normal;
font-weight: normal;
}

h1 {
font: 20px Arial;
color: #000000;
text-align:center;
font-weight: bold;
}

h2 {
font: 20px Arial;
color: #000000;
text-align:left;
font-weight: bold;
}

h3 {
font: 14px Arial;
color: #000000;
text-align:left;
margin-left:10px;
}

h4 {
font: 14px Arial;
color: #000000;
text-align:center;
}



#pagewidth {
width:1260px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 background-color: white;
}

li {

font: 14px Arial;
color: #000000;
margin-left: 10px;

}



#header {
width: 1240 px;
height: 95 px;
float:left;
}

#nav {

width:1260px; 
 text-align:left;  
 margin-left:auto;
 margin-right:auto;
 background-color: white;
clear: both;
 padding-top: 5px;
 
 
 }

#side1 {
width: 255 px;
position: relative;
float: left;
margin: 0;
padding-top: 5px;
}

#col2{
width: 180x;
position: relative;
float: none;
}


#col1{
width: 667px;
position: relative;
margin-left:260px;
}

#col4 {

width: 667px;
position: absolute;
right: 300px;
top: 200px;

}

#col3{
width:922px;;
}

#twocols{
 width:auto; 
 float:left; 
 position:relative; 
 }



 /* *** 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 */  

 
