body {
    background: url(images/body_bg.gif) repeat-y;
}
* {
    margin: 0;
    padding: 0;
}
img {
    border: 0;
}
.wrapper {

}
#header {
    width: 800px;
    height: 77px;
    background: url(images/header_02.gif) no-repeat;
}
    #header .con_imp {
    	text-align: right;
        padding-top: 35px;
        padding-right: 10px;
        float: right;
    }
    #header .con_imp .act {
    	font-family: Helvetica, Arial, sanserif;
        font-size: 8pt;
        color: #d0d3da;
    }
    #header .con_imp a {
        font-family: Helvetica, Arial, sanserif;
        font-size: 8pt;
        color: #566162;
        text-decoration: none;
    }
#title_bar {
    width: 800px;
    height: 52px;
    background: url(images/header_02.gif) no-repeat bottom;
}
    #title_bar .title {
        padding-top: 28px;
        padding-right: 10px;
        float: right;
    }
    #title_bar .title h3 {
      font-family: Helvetica, Arial, sanserif;
      font-size: 12pt;
      color: #566162;
    }
    
.left {
    float: left;
}
#top a {
 /*font-size: 10pt;
 font-weight: bold;
 display: block;
 text-decoration: none;
 color: #566162;
 line-height: 15pt;*/
 font-size: 8pt;
 float: right;
 color: #566162;
 display: block;
 padding-top: 2px;
 padding-bottom: 2px;
 margin-left: 10px;
 padding-left: 5px;
 padding-right: 5px;
 margin-right: 0;
 margin-bottom: 2px;
 color: #566162;
 text-decoration: none;
 border: 1px solid #a0afb4;
 
}
#top a:hover {
 /*text-decoration: underline;*/
 color: #ffffff;
 background-color: #a0afb4;
}
#spacer {
 height: 60px;
}
.jump_menu a {
 /*font-size: 10pt;
 font-weight: bold;
 display: block;
 text-decoration: none;
 color: #566162;
 line-height: 15pt;*/
 color: #566162;
 display: block;
 padding-top: 2px;
 padding-bottom: 2px;
 margin-left: 0;
 padding-left: 10px;
 margin-bottom: 2px;
 color: #566162;
 text-decoration: none;
 
}
.jump_menu a:hover {
 /*text-decoration: underline;*/
 color: #ffffff;
 background-color: #a0afb4;
}
.menu {
    font-family: Helvetica, Arial, sanserif;
    font-size: 8pt;
    /*letter-spacing: -0.1em;*/
    list-style: none;
    margin-left: 30px;
    width: 266px;
    padding-bottom: 30px;
    background: url(images/menu_bg.gif) repeat-y;
}
    .menu a#main {
        display: block;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 15px;
        border-bottom: 1px solid #a0afb4;
        border-top: 1px solid #a0afb4;
        border-left: 1px solid #a0afb4;
        margin-bottom: 9px;
    }
    .menu a#main.active {
        background-color: #a0afb4;
        color: #ffffff;
        /*font-weight: bold;*/
    }
    .menu a#main {
        color: #566162;
        text-decoration: none;
    }
    .menu a#main:hover {
        color: #ffffff;
        background-color: #a0afb4;
    }
    .menu a#subpage {
        display: block;
        padding-top: 2px;
        padding-bottom: 2px;
        margin-left: 15px;
        padding-left: 10px;
        margin-bottom: 2px;
    }
    .menu a#subpage.active {
        background-color: #a0afb4;
        color: #ffffff;
        /*font-weight: bold;*/
    }
    .menu a#subpage {
        color: #566162;
        text-decoration: none;
    }
    .menu a#subpage:hover {
        color: #ffffff;
        background-color: #a0afb4;
    }
.content {
    font-family: Helvetica, Arial, sanserif;
    font-size: 10pt;
    line-height: 14pt;
    color: #566162;
    width: 450px;
    margin-left: 30px;
    margin-top: 60px;
    float: left;
}
 .content a {
  color: #566162;
 }
 .content p {
  margin-bottom: 10px;
 }
 .content p.small {
  font-size: 8pt;
  line-height: 10pt;
 }
 .content img.right {
  display: block;
  float: right;
 }
 .content h3 {
  font-family: Helvetica, Arial, sanserif;
  font-size: 12pt;
  margin-top: 2px;
  margin-bottom: 10px;
 }
 .content h4 {
  font-family: Helvetica, Arial, sanserif;
  font-size: 10pt;
  margin-bottom: 5px;
 }
 .content h5 {
  font-family: Helvetica, Arial, sanserif;
  font-style: italic;
  font-size: 10pt;
  margin-bottom: 5px;
 }
 .content h6 {
  font-family: Helvetica, Arial, sanserif;
  font-style: italic;
  font-weight: normal;
  font-size: 10pt;
  margin-bottom: 5px;
 }
 .content ol {
  list-style: decimal outside; 
 }
 .content ol li {
  margin-left: 45px;
  padding-left: 0;
  margin-bottom: 10px;
 }
 .content ul li {
  margin-left: 15px;
  padding-left: 0;
  margin-bottom: 10px;
 }
#skipper {
 display: none;
}

/*
Clear floats so content beneath will flow
normally. This class must be attached to any 
parent that has a floated child.
*/
.clearfix:after {
 content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
 display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
 display:block;
}
/* End hide from IE Mac */
