*
{
    margin: 0;
    padding: 0;
}
body
{
    text-align: center;
    font-family: arial, helvetica, sans-serif;
    font-size: 90.1%;
}
tr, td, input, a:link, a:visited
{
    text-decoration: underline;
}
a:hover
{
    text-decoration: none;
}
ul, ol
{
    margin: 0 0 10px 25px;
}
dl
{
    margin: 0 0 10px;
}
dt
{
    font-weight: bold;
}
dd
{
    margin: 0 0 3px 10px;
}
p
{
    margin: 0 0 15px;
}
h1
{
    font-size: large;
    margin: 0 0 12px;
}
h2
{
    font-size: medium;
    margin: 8px 0;
}
h3
{
    font-size: small;
    margin: 6px 0 5px;
}
h4
{
    font-size: x-small;
    margin: 4px 0;
}
h5
{
    font-size: xx-small;
    margin: 3px 0;
}
h6
{
    font-size: xx-small;
    margin: 0;
}
hr
{
    display: none;
}
img
{
    border: none;
}
acronym
{
    border-bottom: 1px dotted;
}
blockquote
{
    margin: 0 25px 20px 25px;
    font-style: italic;
}

.clear
{
    height: 0;
    clear: both;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.picture
{
    float: right;
}
.picture img
{
    margin: 0 0 0 12px;
    border-color: #aaa #ccc #ddd #bbb;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
}

a
{
    padding: 0;
    text-align: left;
}
a:link
{
    font-weight: bold;
    text-decoration: none;
    color: #663300;
}
a:visited
{
    font-weight: bold;
    text-decoration: none;
    color: Olive;
}
a:hover, a:active
{
    text-decoration: underline;
    color: #cccc33;
    font-weight: bold;
}

body
{
    text-align: center;
    color: #666;
}

/* --------------------------------------------------------*/

#wrapper
{
    position: relative;
    width: 760px;
    margin: 10px auto 0 auto;
}
#header
{
    height: 269px;
    background: url(images/banner.jpg) no-repeat 0 0;
}

#sidebar
{
    float: left;
    width: 120px;
}
#content
{
    float: left;
    text-align: left;
    width: 600px;
    margin-left: 25px;
    line-height: 1.4em;
}

/* --------------------------------------------------------*/

#footer
{
    clear: both;
    position: relative;
    margin-top: 10px;
    text-align: right;
    border-top: double 1px #660;
    background: url(images/bg-footer.gif) repeat-x 0 0;
    height:40px;
}
#footer #validator
{
    clear: both;
    float: left;
    display: block;
    margin: 15px 0 0 5px;
    padding: 0;
}


#copyright
{
    margin-top: 3px;
    font-size: .6em;
}

#footer a:link, #footer a:visited, #footerNav-wrapper ul
{
    margin: 0;
}
#footerNav-wrapper li
{
    display: inline;
}
#footerNav-wrapper ul li a
{
    font-size: .8em;
}
#footerNav-wrapper li.active
{
    padding: 2px;
}

#mainnav-wrapper ul
{
    margin: 0;
    padding-bottom: 200px;
    list-style: none;
    background:#ecffcf;    
}

#mainnav-wrapper ul li
{
    padding: 15px 10px 15px 0;
    font-size: 1em;
    .border-bottom: 1px solid #660;
    text-align:right;
}

.#mainnav-wrapper li a
{
    text-decoration: none;
    padding-left: 4px;
    display: block;
    font-size: 1em;
}
#mainnav-wrapper li.active
{
    background: #CCCC33;
    margin-top: 2px;
}

#mainnav-wrapper li.active a
{
    color: #fff;
    font-weight: bold;
    margin-top: 11px;
}
.#mainnav-wrapper li.active a:hover
{
    color: #b6d24a;
    font-weight: bold;
}
.#mainnav-wrapper li.active li.sfhover
{
    background: #CCCC33;
    color: #cccc33;
}
.#mainnav-wrapper ul .last
{
    border: 0;
}
