html, body, ul, ol, li, h1, h2, h3, h4, h5, h6, img, form, fieldset
{
    margin: 0;
    padding: 0;
    border: 0;
}

p
{
    font-family: Arial, Helvetica, sans-serif;
    color: #2b3827;
    font-size: 0.85em;
    line-height: 1.75em;
}

p a
{
    color: #ff0000;
    text-decoration: none;
}

p a:hover
{
    color: #0000ff;
    text-decoration: none;
}

li a
{
    color: #ff0000;
    text-decoration: none;
}

li a:hover
{
    color: #0000ff;
    text-decoration: none;
}
h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    text-transform: uppercase;
}

#wrapper
{
    width: 850px;
    margin: 0 auto 0 auto;
    background-color: #FFFFFF;
    background-image: url('../images/bg_shadow.jpg');
    background-repeat: repeat-y;
    overflow: hidden;
}


#footer
{
    width: 765px;
    height: 25px;
    margin: 0 25px 0 25px;
    background-color: #2b3827;
    text-align: right;
    background-repeat: no-repeat;
    background-image: url('../images/footer_logo.jpg');
    background-position: left center;
    padding: 8px 10px 0px 25px;
    clear: left;
}

#footer a
{
    text-decoration: none;
    color: #c1ccb1;
}
#footer a:hover
{
    color: #ffffff;
}


#footer ul li
{
    list-style-position: inside;
    list-style-type: none;
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    color: #c1ccb1;
    font-size: 0.7em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}


#flogo img
{
    width: 250px;
    height: 25px;
    float: left;
}

#footerShadow
{
    width: 850px;
    height: 18px;
    margin: 0 auto 0 auto;
    background-image: url('../images/footer_shadow.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}

#copy
{
    width: 825px;
    text-align: right;
    padding-right: 15px;
    margin: 0px auto 20px auto;
}

#copy a
{
    text-decoration: none;
    color: #666666;
}
#copy a:hover
{
    color: #cccccc;
}


#copy ul li
{
    list-style-position: inside;
    list-style-type: none;
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 0.7em;
    padding-right: 10px;
}

.cym
{
    margin-bottom: 15px;
}

.cym a
{
    font-family: Arial, Helvetica, sans-serif;
    color: #2b3827;
    font-size: 0.8em;
    padding: 10px;
    text-decoration: none;
}


.cym a:hover
{
    color: #808080;
    font-size: 0.8em;
    padding: 10px;
}
