﻿html, body
{
    margin: 0;
    padding: 0;
} 
 
#pagewidth{ 
 width:1012px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header
{
    position: relative;
    height: 154px;
    width: 100%;
    margin-bottom: 5px;
} 
 
#leftcol
{
    padding: 0px 0px 0px 0px;
    width: 266px;
    float: left;
    position: relative;
    min-height: 500px;
    height: auto !important;
    height: 500px;
}



#maincol
{
    float: right;
    display: inline;
    position: relative;
    width: 727px;
    min-height: 500px;
    height: auto !important;
    height: 500px;
    padding-right: 10px;
    top: 0px;
    left: 0px;
    margin-left: 5px;
}
 

#footer
{
    height: 66px;
} 
 
 
#navcontainer { width: 250px; }

#navcontainer ul
{
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

#navcontainer a
{
    display: block;
    padding: 3px;

}

#navcontainer a:link, #navlist a:visited
{

}

#navcontainer a:hover
{

}
#topnav
{
    position: relative;
    left: 665px;
    top: 0px;
    height: 36px;
    width: 350px;
}


 /* *** 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{} 
#twocols, #maincol{}
}

