body {
    background-image: url(../images/site_bg.png);
    background-repeat:repeat-x;
    background-color: #C5C5C5;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}


div#frame {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

div#header {
    margin-top: 10px;
    background-image: url(../images/header_bg.png);
    width: 900px;
    height: 135px;
    margin-bottom: 10px;
    cursor: pointer;
}

div#topNavigation {
    width: 900px;
    height: 50px;
}

div#topNavigation a {
    display: block;
    float: left;
    height: 49px;
    line-height: 49px;
    font-size: 1em;
    color: #666666;
    text-decoration: none;
    padding-left: 7px;
    padding-right: 7px;
    background-image: url(../images/nav_normal.png);
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
}

div#topNavigation a:hover {
    background-image: url(../images/nav_hover.png);
    border: 1px solid #009b48;
    border-bottom: none;
    color: #FFFFFF;

}

div#topNavigation a.activeTab {
    background-image: none;
    background-color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    color: #000000;
    font-weight: bold;
    padding-left: 6px;
    padding-right: 6px;
}

div#content {
    width: 820px;
    padding: 40px;
    background-color: #FFFFFF;
    min-height: 400px;
    border: 1px solid #bfbfbf;
    letter-spacing: 0px;
    font-size: 1em;
    line-height: 1.3em;
}

div#content h1 {
    color: #009b48;
    letter-spacing: 0px;
    line-height: 1.4em;
    font-size: 1.3em;
    text-transform: uppercase;
}

div#content h2 {
    color: #009b48;
    letter-spacing: 0px;
    line-height: 1.3em;
    font-size: 1.2em;
    font-style: normal
}

div#content a.button {
    display: block;
    background-image: url(../images/btn_bg.png);
    color: #666666;
    border: 1px solid #bfbfbf;
    height: 31px;
    line-height: 31px;
    padding-left: 7px;
    padding-right: 7px;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

div#content a.button:hover {
    background-image: url(../images/nav_hover.png);
    color: #FFFFFF;
    text-decoration: none !important;
}

div#content a {
    color: #008752;
    text-decoration: none;
}

div#content a:hover {
    text-decoration: underline;
}


div#footer {
    margin-top: 5px;
    color: #A1A1A1;
    font-size: 9px;
    color: #000000;
}

div#developedBy {
    float: right;
    width: 250px;
    color: #A1A1A1;
    font-style: italic;
    padding-right: 10px;
    text-align: right;
    font-size: 9px;
}

div#developedBy a {
    text-decoration: none;
    color: #A1A1A1;
    font-size: 9px;
}

