
body
{
    margin: 0px;
    background-color: #636958;
    background-image: url(   'assets/gradient.jpg' );
    background-repeat: repeat-x;
    background-position-y: 50%;
}
.mainblock
{
    background-color: #FFFFFF;
    border-top: 7px solid #97cd12;
    border-right: 7px solid #53584a;
    border-bottom: 7px solid #53584a;
    border-left: 7px solid #53584a;
}

.nav
{
    border: 1px solid #e0e8b9;
    background-color: #f6f6e2;
}

.nav_border
{
    border-left-width: 1px;
    border-left-style: dotted;
    border-left-color: #624D42;
}

a
{
    color: #FA7230;
    font-weight: bold;
    text-decoration: none;
}


a:hover
{
    color: #0BA5DF;
    text-decoration: underline;
}


.nav_borderCopy
{
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #e0e7b8;
}

.eventtable
{
    border: 1px solid #7ba418;
    background-color: #fFFd9d;
}

