/* elements */
hr
{
    color: #d2dfbc;
    background-color: #d2dfbc;
    height: 1px;
    border: 0px;
    margin-bottom: 10px; 
}

blockquote
{
    border: 1px dashed #c5d5ab;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 35px;
    margin-right: 35px;
    padding: 5px 5px 5px 5px;
    font-style: italic;
}

p
{
    font-family: Arial, Verdana;
    font-size: 11px;
    color: #242f34;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 15px;
}

h1
{
    font-family: Arial, Verdana;
    font-size: 13px;
    color: #56980d;
    font-weight: bold;
    padding-left: 15px;
    background: transparent url(img/menu_title_icon.png) no-repeat center left;
}

h2
{
    font-family: Arial, Verdana;
    font-size: 11px;
    margin-top: 15px;
    margin-left: 15px;
    color: #242f34;
    font-weight: bold;
}

ul
{
    margin-top: 5px;
    margin-bottom: 5px;
}
li
{
    margin-left: 50px;
}

div.menu
{
    margin-top: 10px !IMPORTANT;
    margin-left: 17px !IMPORTANT;
}

/* Design */
*
{
    margin: 0;
    padding:0;
    /*overflow: hidden;*/
}
body
{
    margin: 0 auto;
    margin-bottom: none; 
    margin-left: none; 
    margin-right: none; 
    margin-top: none; 
    background-color: #0f1e01;
}

a, a:active, a:link, a:visited
{
    font-family: Arial, Verdana;
    font-size: 11px;
    color: #56980d;
    text-decoration: none;
}

a:hover
{
    font-family: Arial, Verdana;
    font-size: 11px;
    color: #406813;
    text-decoration: none;
}

a.news, a.news:active, a.news:link, a.news:visited
{
    font-family: Arial, Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #3a630d;
    text-decoration: none;
}

a.news:hover
{
    font-family: Arial, Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #406813;
    text-decoration: none;
}

a.menuBox, a.menuBox:active, a.menuBox:link, a.menuBox:visited
{
    font-family: Arial, Verdana;
    font-size: 11px;
    color: #56980d;
    border-bottom: 1px dotted #929393;
    text-decoration: none;
}

a.menuBox:hover
{
    font-family: Arial, Verdana;
    font-size: 11px;
    color: #406813;
    border-bottom: 1px dotted #929393;
    text-decoration: none;
}

a.nonTXT, a.nonTXT:active, a.nonTXT:link, a.nonTXT:visited, a.nonTXT:hover
{
    border: 0px;
    text-decoration: none;
}

td
{
    font-family: Arial, Verdana;
    font-size: 11px;
    color: #242f34;
}
th
{
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: bold;
    background-color: #466d19;
    color: #ffffff;
}

td.bgshade_left
{
    background-image: url(img/bgshade_left.jpg);
    background-repeat: repeat-y;
}
td.bgshade_right
{
    background-image: url(img/bgshade_right.jpg);
    background-repeat: repeat-y;
}

td.grey_left
{
    background-image: url(img/grey_left.jpg);
    background-repeat: repeat-y;
}
td.grey_right
{
    background-image: url(img/grey_right.jpg);
    background-repeat: repeat-y;
}
td.banner_left
{
    background-image: url(img/banner_left.jpg);
    background-repeat: no-repeat;
}
td.banner_right
{
    background-image: url(img/banner_right.jpg);
    background-repeat: no-repeat;
}
td.menu
{
    background-color: rgb(255,255,255);
}
td.menu_links
{
    padding-top: 10px;
    padding-left: 12px;
    padding-right: 12px;
}
td.search
{
    padding-left: 12px;
    padding-top: 10px;
    background-image: url(img/bg_search.jpg);
    background-repeat: repeat-x;
}
td.adminlogin
{
    padding-top: 10px;
    padding-left: 12px;
    padding-right: 12px;
    background-image: url(img/bg_admin_login.jpg);
    background-repeat: repeat-x;
}

input.search_field
{
    width: 143px;
    border: 1px solid #ababab;
}
input.login_field
{
    width: 128px;
    border: 1px solid #ababab;
}
input.search_btn
{
    position: relative;
    top: 5px;
    left: 2px;
}
