* {
        margin: 0;
        padding: 0;
}
body {
        padding-left: 750px;
        margin: 0% 8%;
        font-family:Verdana; color: #666666; font-size:8pt;
}


input {vertical-align: middle}
#wrapper {
        margin-left: -750px;
}
* html #wrapper {float: right}


/* Header
-----------------------------------------------------------------------------*/
#header {
  width:100%;
  margin-bottom: 15px;
  border-bottom:5px solid #F9F9F9;
  background-image: url('../images/sep_h.gif'); background-repeat: repeat-x; background-position:bottom left;
}
#header .right {
  padding-left:10px;
  white-space: nowrap;
  color:#6B6256;
  font-size: 8pt;
  font-family: Verdana, sans-serif;
}
#header .right ul{list-style: none;}
#header .right li {padding-top:5px;padding-bottom:5px;}
#header .right li a{font-family: Verdana; font-size:8pt; color:#6B6256; text-decoration:none;}
#header .right li a:hover{border-bottom:1px dotted #cccccc; text-decoration:none;}

#header .left {
  padding-top:10px;
}
#header .center {
  padding:0px;
}




/* Middle
-----------------------------------------------------------------------------*/
#middle {
        width: 100%;
        height: 1%;
}
#middle:after {
        content: '.';
        display: block;
        clear: both;
        visibility: hidden;
        height: 0;
}
#container {
        width: 100%;
        float: left;
        overflow: hidden;
}
#content {
        padding: 0 0 0 330px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
        float: left;
        width: 300px;
        margin-left: -100%;
        position: relative;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
        margin-top: 15px;
        margin-bottom: 15px;
        border-top: 1px solid #b2b2b2;
}
#footer div{margin: 10px 0px 0px 0px}
#footer p{margin-bottom:2px;}
#footer a:link {color:#6C6C6C; text-decoration:none;}
#footer a:visitede {color:#6C6C6C; text-decoration:none;}
#footer a:active {color:#6C6C6C; text-decoration:none;}
#footer a:hover {border-bottom:1px dotted #cccccc; text-decoration:none;}
#footer .c1{color:#FE7878;}
#footer .c2{color:#89B9D7;}
#footer .c3{color:#666666;}
#footer .c1, .c2, .c3{font-weight:bold;}


