﻿#document
{
    /*background:url(/images/mainDocumentBk.png) repeat-y;*/
    /*background-color: #e3e7dc;
    -moz-opacity: 0.20;
    opacity:.20;
    filter: alpha(opacity=20);*/
    position:relative;
    z-index:1;
    background-color: #73706a;
}
h2.home_header
{
    color:#a8d03f;
}

#menu
{
    /*position: relative;*/
}

#menu ul
{
    background:url(/images/navBkHome.png) repeat-y;
}
#menu ul li a
{
    color:#58544f;
}
#menu ul li a:hover
{
    color:white;
}
#content_left
{
    float:left;
    width:260px;
}
#content_right
{
    float:left;
    width:260px;
    margin:0 0 0 23px;
}
#content_left p
{
    font-size:1.7em;
    color:#a8d03f;
}
#content_right p
{
    color:White;
}

#latest_news h3
{
    color:#585451;
    background:url(/images/latestNewsHeader.png) no-repeat;
}
#latest_news_body
{
    /*background:url(/images/latestNewsExample.png) no-repeat bottom;*/
}
#latest_news_body p, #latest_news_body a
{
    text-decoration: none;
    color:#d2bb5a;
    background-color:#554a2f;
}
#events h3
{
    color:white;
    background:url(/images/eventsHeader.png) no-repeat;
}
#events_body
{
    /*background:url(/images/eventsExample2.png) no-repeat;*/
}
#events_body_events
{
    color:#75c5cb;
    background-color:#0e5559;
}
#projects h3
{
    color:#585451;
    background:url(/images/latestNewsHeader.png) no-repeat;
}
#projects_body
{
    /*background:url(/images/latestNewsExample.png) no-repeat bottom;*/
}
#projects_body p, #projects_body a
{
    text-decoration: none;
    color:#d2bb5a;
    background-color:#554a2f;
}
#poll h3
{
    color:white;
    background:url(/images/pollHeader.png) no-repeat;
}
#poll_body
{
    
}
#poll_body p
{
    color:#675f57;
}
#poll_yes_no span
{
    color:#675f56;
}
#poll_yes_no a
{
    color:#9cc232;
}

#document, #menu ul,
#latest_news_body img, #latest_news h3,
#projects_body img, #projects h3,
#events h3, #events_body img, #events_body_events a,
#poll_body img, #poll img, #poll h3, #poll_yes_no input, #footer ul li a img { behavior: url(/styles/iepngfix.htc) }
