﻿body 
{
    margin: 0px 0px 0px 0px;
    background-color: #404040;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}
.page
{
    margin-left: auto;
    margin-right: auto;
    width: 765px;
}
img
{
    border: 0px solid #ffffff;
}
.header_top
{
    
}
.header_top_right
{
    background-image: url(../images/header_top_right.png);
    background-repeat:repeat-x;
    width: 306px;
}
.header
{
    margin-left: auto;
    margin-right: auto;
    width: 765px;
}
.facebook
{
    position: relative;
    left : 180px;
    top: 10px;
}
.donate
{
    position: relative;
    left : 665px;
    width: 92px;
    top: -33px;
}
.menu_bar
{
    background-color: #222222;
    height: 50px;
}

.menu_bar td {
    background-color: #222222;
    padding: 3px 3px 3px 5px;
}
.menu_position
{
    position: relative;
    left: 2px;
    top: 6px;
}
.content
{
    background-color: #222222;
    color: #C0C0C0;
    min-height: 220px;
    padding: 5px 5px 5px 8px;
    border-top: 2px solid #404040;
}
.footer
{
    border-top: 2px dotted #404040;
    background-color: #222222;
    color: #C0C0C0;
    text-align: center;
    padding : 2px 5px 10px 2px;
}
.highlight
{
    color: #49ADFF;
}
a:link, a:visited
{
    color: #49ADFF;
}
a:hover
{
    color: #49ADFF;
}
a.footerlink:link, a.footerlink:visited
{
    color: #C0C0C0;
}
a.footerlink:hover
{
    color: #49ADFF;
}

h1, h2, h3, h4, h5, h6
{
    margin-bottom: 0px;
}
p
{
    margin-top: 2px;
    margin-bottom: 2px;
}
ul
{
    margin-top: 2px;
}
/*Menu */
div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #256F9E;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}
td.menuItem
{
    background-color: #256F9E;
    padding: 5px 10px 10px 10px;
}
a.menuItemLink:active, a.menuItemLink:visited, a.menuItemLink:link
{
    color: #ffffff;
    text-decoration: none;
}
a.menuItemLink:hover
{
    color: #FEE2AA;
    text-decoration: none;
}