﻿body
{
    background-position: left top;
    padding-bottom: 1%;
    padding-top: 1%;
    margin: 0%;
    height: 98%;
    background-color: #ebe5b3;
    font-family: Arial, Sans-Serif;
    background-image: background-slice.gif;
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-image: url(../Images/background-slice.gif);
}
a
{
    color: #FF9900;
}
a:hover
{
    text-decoration: underline;
}
#wrapper
{
    width: 980px;
    margin: auto;
}
#header-home
{
    clear: both;
    float: none;
    position: static;
    width: 980px;
    height: 200px;
}
#header-site
{
    clear: both;
    float: none;
    position: static;
    width: 980px;
    height: 150px;
}
#logo
{
    float: left;
    border-width: 0px;
    margin-right: 20px;
}
#body
{
    float: left; /*background-image: url(../Images/sidebar.gif);     background-repeat: repeat-y;     background-position: left top;*/
    width: 980px;
    margin: 0%;
}
#left
{
    clear: left;
    float: left;
    position: static;
    width: 150px;
    padding-right: 10px; /*padding-left: 10px;*/
    padding-bottom: 10px;
    padding-top: 40px;
    vertical-align: top;
    text-align: left;
    margin: 0;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
#right
{
    clear: right;
    float: right;
    position: static;
    width: 800px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    vertical-align: top;
    text-align: left;
    margin: 0;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
#footer
{
    font-size: 0.8em;
    clear: both;
    float: none;
    position: static;
    width: 980px;
    vertical-align: middle;
    text-align: center;
    color: black;
    padding-top: 10px;
    padding-bottom: 4px;
}
#footer .menu
{
    font-weight: bold;
}
#footer a
{
    color: black;
    text-decoration: underline;
}
.title
{
    font-weight: bold;
    font-size: 1.3em;
    font-family: Georgia, Serif;
    font-variant: small-caps;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #FF9900;
}
.subtitle
{
    font-weight: bold;
    font-size: 1.0em;
    font-family: Georgia, Serif;
    margin-top: 16px;
    margin-bottom: 12px;
    color: #FF9900;
}
#breadcrumbs
{
    font-size: 0.7em;
    border-bottom: 0.13em dashed;
    padding-bottom: 4px;
}
#menuhome1
{
    padding-top: 20px;
    line-height: 1.6em;
}
#menuhome1 a
{
    font-size: 1.1em;
    color: #FF9966;
    font-weight: bold;
    text-decoration: none;
}
#menuhome1 a:hover
{
    text-decoration: underline;
}
#menuhome2
{
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.6em;
}
#menuhome2 a
{
    font-size: 1.1em;
    color: #FF3300;
    font-weight: bold;
    text-decoration: none;
}
#menuhome2 a:hover
{
    text-decoration: underline;
}
#menuhome3
{
    padding-bottom: 20px;
    line-height: 1.6em;
}
#menuhome3 a
{
    font-size: 1.1em;
    color: #006666;
    font-weight: bold;
    text-decoration: none;
}
#menuhome3 a:hover
{
    text-decoration: underline;
}
