/* CSS Document */
body {
    width: 800px;
    padding: 0px;
    margin: 0px;
    color: #666;
    font: 14px / 18px "Tahoma", "Arial", "Helvetica", sans-serif;
}

div, p, ul, h2, img {
    padding: 0px;
    margin: 0px;
}

ul {
    list-style-type: none;
}

#headerPane {
    width: 800px;
    height: 87px;
    background: url(images/mainbg.png) 0 0 repeat-x #fff;
    position: relative;
}

#headerPane #logo {
    width: 229px;
    height: 52px;
    background: #fff;
    color: #666;
    position: absolute;
    top: 35px;
    left: 0px;
    margin-left: 50px;
    padding: 0 0 0 35px;
}

#headerPane #logo img {
    width: 168px;
    height: 52px;
}

#sidePane {
    width: 100px;
    position: absolute;
    float: left;
}

#sidePane ul {
    width: 100px;
    height: 32px;
    position: absolute;
    margin-top: 1em;
}

#sidePane li {
    width: 100px;
    height: 32px;
    display: block;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    line-height: 32px;
    margin: 0 2px 0 0;
}

#sidePane a {
    background: #fff;
    color: #000;
    text-decoration: none;
}

#sidePane a:hover {
    background: #fff;
    color: #666;
    text-decoration: none;
}

#sidePane li.current {
    color: #ddd;
}

#bodyPane {
    width: 630px;
    position: relative;
    margin-left: 70px;
    float: right;
}

#bodyPane h2 {
    color: #35d;
    border-bottom: 1px dashed #BDB9B9;
    font-size: 20px;
    line-height: 22px;
    margin: 1em 0 1em 0;
    padding: 0 2em 0 0;
}

#bodyPane h2.right {
    text-align: right;
}

#bodyPane h3 {
    color: #35d;
    border-bottom: 1px dashed #BDB9B9;
    font-size: 20px;
    line-height: 20px;
    margin: 1em 0 1em 0;
    padding: 0 2em 0 0;
}

#bodyPane p.text {
    padding: 1em 0 0;
}

#bodyPane img.imageright {
    padding: 1em;
    float: right;
}

#bodyPane img.imageleft {
    padding: 1em;
    float: left;
}

#contentPane {
    padding: 1em 0 1em 0;
    clear: both;
}

#contentPane table.noborder {
    width: 600px;
    position: relative;
    border-width 0;
    margin:
    0 0 1em 0;
}

#contentPane tr.odd {
    background-color: #eef;
}

#contentPane ul {
    list-style-type: circle;
    margin: 0.5em 2em;
}

#contentPane dt {
    font-weight: bold;
}

#footerPane {
    width: 800px;
    position: relative;
    background: url(images/footerbg.png) 0 0 repeat-x #F4F4F4;
    color: #333;
    height: 133px;
    clear: both;
}

#footerPane a {
    background: #fff;
    color: #000;
    text-decoration: none;
}

#footerPane a:hover {
    background: #fff;
    color: #666;
    text-decoration: underline;
}

#footerContent {
    width: 800px;
    position: relative;
    font: 12px / 15px "Tahoma", "Arial", "Helvetica", sans-serif;
    font-weight: normal;
    text-align: center;
    padding: 15px 0 0;
    clear: both;
}

#consadole {
    padding: 1em 0;
    font: 12px / 15px "Tahoma", "Arial", "Helvetica", sans-serif;
    font-weight: bold;
    text-align: center;
    padding: 2em 0;
}
