﻿body 
{
    background-color:#dddddd;
    background-image:url(../40th/images/body_bg.gif);
    background-position:0px 0px;
    background-repeat:repeat;
    padding:0px;
    margin:0px;
    font-family:Arial !important;
}

li
{
    list-style-image:url(../images/bullet_red.gif);   
}

.background
{
    background-image:url(../40th/images/body_bk.jpg);
    background-position:0px 0px;
    background-repeat:repeat-y;
    width:795px;
}

.shadow
{
  /*  background-image:url(../40th/images/shadow.gif);
    background-repeat:repeat-y;
    background-position: 0px 0px;
    width:820px;*/
}
.header
{
    background-image:url(../40th/images/header_v3.jpg);
    background-repeat:repeat-x;
    background-position: 0px 0px;
    width:795px;
    margin-top:0px;
    margin-bottom:5px;
    padding:0px;
    height:170px;
    color:#ffffff;
}


.menu
{
    background-color:transparent;
    width:750px;
    color:#006f2a;
    font-size:115%;
    font-weight:bold;
    height:40px;
    padding-top:10px;
    position:relative;
    top:11px;
    z-index:999;
}

.menu a
{
    color:#006f2a;
    text-decoration:none;
    font-weight:bold;
}

.menu a : hover 
{
    color:White;
    background-color:#006f2a;
}

.returnButton
{
    position:relative;
    top:-24px;
    left:8px;
}

.returnButton a
{
    color:#006F2A;
    background-color:transparent;
    padding:3px;
    text-decoration:underline;
    font-size:small;
}

.returnButton a:hover
{
    color:#ffffff;
    background-color:#006F2A;
}

.menu_static_selected
{
    background:#006F2A !important;
    color:#FFFFFF !important;
    padding:3px;
    border-top:solid 1px #006F2A;
    border-left:solid 1px #006F2A;
    border-right:solid 1px #006F2A;
    border-bottom:solid 1px #FFFFFF;
}

.menu_static
{
    background:white;
    color:#006F2A;
    padding:3px;
    border:solid 1px #006F2A;
}

.menu_dynamic
{
}

.menu_static_hover
{
    background-color:#006F2A;
    color:#FFFFFF !important;
    padding:3px;
}

.menu_dynamic_hover
{
}

.main_body
{
    width:750px;
    border:solid 1px #006f2a;
    position:relative;
    top:0px;
    background-color:#ffffff;
    text-align:left !important;
    padding:7px;
}

.main_body img
{
    padding:5px;
}

h1
{
    color:#036940;
    width:100%;
    font-size:120%;
    text-align:left;
    padding-top:5px;
}

h2
{
    font-size:110%;
    padding:3px;    
}

.footer
{
    margin-top:10px;
    background-image:url(../40th/images/footer_bk.jpg);
    background-repeat:repeat-x;
    background-position: 0px 0px;
    width:795px;
    margin-top:0px;
    margin-bottom:5px;
    padding:0px;
    height:100px;
    color:#ffffff;
}

.footer_links
{
    vertical-align:middle;
    font-size:small;
    color:#ffffff;
    padding:10px;
}
