/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-family: sans-serif;
} 
 
#pagewidth{ 
 width:1000px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:147px; 
 width:100%;
} 
 
#leftcol{
background-color: #4e484a;
 width:200px; 
 float:left; 
 position:relative;
 margin: 10px 0px 0px 0px;
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
  }
 
#maincol{background-color: #828282;  
 float: right; 
 display:inline; 
 position: relative; 
 width:100%;
 margin: 10px 0px 0px 0px;
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
 }

#maincol h2, h3 {
text-align: center;
}

#maincol a {
    color: white;
    }
#footer{
 height:73px;
 background-color: #4e484a;
 clear:both;
 text-align: center;
 margin: 10px 0px 0px 0px;
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
 } 
 

 
 /* *** 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;} 
#twocols, #maincol{width:100%; float:none;}
}

#bglogo {
    background: url(img/bglogo.png);
    width: 100%;
    height: 140px;
    clear: both;
}

#logo {
    height: 150px;
    position: absolute;
    left: 60px;
    top: 27px;
    cursor: pointer;
    float: right;
}

.menu {
    width: 100%;
    height: 37px;
    position: relative;
    background: url("img/bgbutton.png");
    z-index: 100;
}

.menu ul li a, .menu ul li a:visited {
    color: #6d6a62;
    font: 18px sans;
    line-height: 30pt;
    display: block;
    text-decoration: none;
    width: 127px;
    height: 37px;
    text-align: center;
    overflow: hidden;
    outline: none;
}

.menu ul {
    padding:0;
    margin:0;
    list-style:none;
}

.menu ul li {
    float:left;
    position:relative;
}

.menu ul li ul {
    display:none;
}

.menu ul li:hover a {
    color: #ffe;
    background: url("img/button-d.png");
    outline: none;
}

.menu ul li:hover ul {
    display:block;
    position:absolute;
    top:37px;
    left:0;
    width:127px;
}

.menu ul li:hover ul li a {
    display:block;
    background: url("img/menubg.png") no-repeat;
    color: #6d6a62;
    height: 37px;
    outline: none;
}

.menu ul li:hover ul li a:hover {
    background: url("img/menubg1.png") no-repeat;
    color: #fff;
    height: 37px;
    outline: none;
}

.loader {
    background:url("img/menubg1.png") no-repeat;
    background:url("img/menubg.png") no-repeat;
    background: url("img/button-d.png") no-repeat;
    margin-left:-1000px;
}

.spacer {
    width: 50px;
    float: left;
}

.button {
    width: 127px;
    height: 37px;
    background: url("img/button.png") no-repeat 0px 0px;
    cursor: pointer;
    float: left;
    margin: 0px 6px 0 0px;
}

#left {
    text-align: right;
    float: left;
    padding: 5px 0 0 10px;
    font: italic 9pt arial;
    color: white;
}

#right {
    text-align: left;
    float: right;
    padding: 20px 10px 0 0;
    font: italic 9pt arial;
    color: white;
}
					

.footerA {
    color: white;
    text-decoration: none;
}

#content {
    margin: 10px;
    color: white;
    }

#content p {
text-indent: 20px;}

.lTable {
    width: 80%;
    float: left;
    text-align: center;
    font: 16px arial;
    color: white;
    margin-bottom:15px;
    }

.rTable {
   width: 20%;
   float: right;
   text-align: center;
   font: 16px arial;
   color: white;
   margin-bottom:15px;
   }

.lField {
    border: 1px solid white;
    border-top: none;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    }

.rField {
    border: 1px solid white;
    border-left: none;
    border-top: none;
    width: 100%;
    }

.lField#lTop {
    border: 1px solid white;
    width: 100%;
    }

.rField#rTop {
    border: 1px solid white;
    border-left: none;
    width: 100%;
    }

p.note {
    font: 12px arial;
    color: white;
    }
	

