/* generated by csscreator.com */ 
html, body
{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: .9em;
    font-family: Arial, Sans-Serif;
    background-color: #696969;
} 
 
#pagewidth
{
    width: 800px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    background-color: #CECFCE;
    padding-bottom: 0px;
} 
 
#header
{
    position: relative;
    height: 200px;
    width: 800px;
    background: url(logo_top.jpg);

}

#topmenu
{
    position: relative;
    height: 30px;
    background-color: #636563;
    width: 100%;
    border-top: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
    text-align: center;
} 
 
#leftcol
{
    width: 385px;
    float: left;
    position: relative;
    background-color: #CECFCE;
    min-height:380px;height:auto!important;height:380px;
    border-right: #ffffff 1px dotted;
    margin: 0px;
    padding-right: 4px;
    padding-left: 10px;
    padding-bottom: 4px;
    padding-top: 15px;
    
}
 
#maincol
{
    background-color: #CECFCE;
    float: right;
    display: inline;
    position: relative;
    width: 375px;
    min-height: 380px;
    height: auto !important;
    height: 380px;
    margin: 0px 10px 0px 0px;
    padding-right: 4px;
    padding-left: 10px;
    padding-bottom: 4px;
    padding-top: 15px;
    text-align:center;
}
 
#footer
{
    height: 20px;
    background-color: #636563;
    border-top: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
    clear: both;
    text-align: center;
    color: #ffffff;
} 
#footer a
{
    color: #ffffff;
}
 
 /* *** 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{ 

}

