body
{
    background-color: #ffffff;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}
h1
{
    font-size: 24px;
    color: #ff9f19;
    text-decoration: underline;
    padding: 5px;
}
a
{
    font-weight: bold;
    color: #000000;
}
textarea
{
    width: 400px;
    height: 200px;
    border-top: 1pt solid #7f7f7f;
    border-bottom: 1pt solid #7f7f7f;
    border-right: 1pt solid #7f7f7f;
    border-left: 1pt solid #7f7f7f;
    margin: 0px;
}
#adTop
{
    min-height: 90px;
    margin: 0 auto;
}
#adSide
{
    min-width: 140px;
    min-height: 470px;
    float: right;
    top: 120px;
    position: relative;
    margin: 0 -30px;
}
input#textbox {
    border-top: 1pt solid #7f7f7f;
    border-bottom: 1pt solid #7f7f7f;
    border-right: 1pt solid #7f7f7f;
    border-left: 1pt solid #7f7f7f;
    font-size: 10px;
    width:80px;
    color: #7f7f7f;
    margin: 0px;
}
.rss_box
{
    padding-right: 5px;
}
.rss_items
{
    padding-left: 20px;
}
.rss_item
{
    font-size: 8pt;
}
#contentMain #largeBook
{
    height: 300px;
    width: auto;
    background-color: #ffffff;
    background-image: none;

    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #7b7b7b;
    border-bottom-color: #7b7b7b;
    border-left-color: #7b7b7b;
    border-right-color: #7b7b7b;
}
#contentMain #smallBook
{
    height: 150px;
    width: auto;
    background-color: #ffffff;
    background-image: none;

    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #7b7b7b;
    border-bottom-color: #7b7b7b;
    border-left-color: #7b7b7b;
    border-right-color: #7b7b7b;
}
#mainContainer
{
    width: 1040px;
    margin: 0 auto;
}
#container
{
    width: 900px;
}
#login
{
    text-align: right;
    height: 20px;
}
#top
{
    background-image: url(img/page_top.gif);
    height: 10px;
}
#content
{
    background-image: url(img/page_background.gif);
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
#logo
{
    background-image: url(img/top_logo.png);
    height: 120px;
}
#menu
{
    height: 40px;
    background-image: url(img/menu_background.png);
}
#nav
{
    padding: 0px;
    margin: 0px;
}
#nav li
{
    line-height: 38px;
    display: inline;
    background-image: url(img/nav_divider.gif);
    background-position: right;
    background-repeat: no-repeat;
    padding: 11px 30px 11px 30px;
}
#nav li a
{
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
}
#nav li a:hover
{
    text-decoration: underline;
}
#contentContainer
{
    min-height: 300px;
    text-align: justify;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
}
#sidePane
{
    width: 260px;
    min-height: 300px;
    background-color: #f0f5fa;
    float: right;
    margin-left: 10px;
    font-size: 10pt;
    text-align: left;
}
#sidePane h1
{
    display: inline;
}
#sidePane img
{
    padding-top: 5px;
}
#sidePane p
{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
#contentMain
{
    font-size: 10pt;
}
#contentMain h1
{

    background-image: url(img/h1_background.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    padding-top: 0px;
}
#contentMain img
{
    background-image: url(img/img_background.gif);
    width: 130px;
    height: 180px;
    padding: 5px;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 0px;
}
#footer
{
    height: 50px;
    background-image: url(img/bottom_background.png);
}
#footer p
{
    padding: 14px;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    text-align: center;
}
#bottom
{
    background-image: url(img/page_bottom.gif);
    height: 10px;
}

