/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:80%; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 background:url(/images/argyle banner.jpg); 
 width:100%;
 height:180px;
} 
 
#leftcol{
 width:10%; 
 float:left; 
 position:relative; 
  }
 
#twocols{
 width:80%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:10%; 
 float:right; 
 position:relative; 
 }
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:50%; 
 }
 

#navbar{
height:50px;
clear:both;
a{color:#003366; text-decoration:none;}
a:visited{color:#003366; text-decoration:none;}
a:hover{color:#5b7290; text-decoration:none;}
}

#top{
height:50px;
background-color:#ffffff;
clear:both;
}

#active{
ul: list-style-type: none;
float:left;
padding-left:8px;
padding-right:8px;
li: list-style-type:none;
}

#div1{
float:left;
width:50%;
}

#div2{
margin-left:50%;
width:50%;
font-size: 8px
}

#item{
h2: font-weight: bold;
}


a{color:#003366; text-decoration:none;}
a:visited{color:#003366; text-decoration:none;}
a:hover{color:#5b7290; text-decoration:none;}

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