html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-color:#539cd3;
} 
 
#pagewidth{ 
 width:980px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
  } 
 
#header{
 position:relative; 
 height:275px; 
  background-color:#dff3ff; 
 width:100%;
  background-image:url('images/bubbles.gif');
	 background-repeat:no-repeat; 						 
} 
 
#maincol{
 background-color: #dff3ff; 
   display:inline; 
 position: relative; 
 }
 
#footer{
 height:100px; 
  background-color:#0a67b2; 
 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-block;}

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







P, TD, LI, UL, Table {
font-family : Verdana, Arial, sans-serif;
font-size : 14px;
}

p {
 text-align:left;
 font-style:normal;
 font-size:14px;
 color:#101010;
}		

h1,h2,h3,h4,h5 {
color:green;
}

h1 {
  font-family:'Bookman Old Style',Georgia,Garamond,'Times New Roman',serif;
	 font-weight:bold;  font-style:italic;
 font-size:33px;
 }





/*NAVIGATION BAR */

#cfnavbar{
margin: 0;
padding: 0;
margin-left:258px;

}

#cfnavbar ul{
background: url(media/bgpink.gif) bottom center repeat-x;
padding-left: 0;
margin: 0;
float: left;
font: bold 90% Verdana;
}

* html #cfnavbar ul{ /*IE only rule. Add extra margin-bottom*/
margin-bottom: 1em;
}

#cfnavbar ul li{
display: inline;
}


#cfnavbar ul li a, #cfnavbar ul li span{
float: left;
color: white;
font-weight: bold;
padding: 7px 77px 7px 77px;
text-decoration: none;
background: url(media/dividerpink.gif) bottom right no-repeat;
}

#cfnavbar ul li span{ /*Targets span tag to the right of #leftcorner below*/
padding-left: 0px;
}

#cfnavbar ul li a#leftcorner{
float: none;
padding-left: 70px;
padding-right: 0px;
background: url(media/leftcornerpink.gif) bottom left no-repeat;
}

#cfnavbar ul li a#rightcorner{
padding-right: 90px;
background: url(media/rightcornerpink.gif) bottom right no-repeat;
}

#cfnavbar ul li a:hover{
text-decoration: underline;
}



