﻿body
{
    background: #e5e5e5 url(images-design/background.jpg) repeat-x top left;
    font-size: 12px;
    font-family: Georgia, "Times New Roman" , Times, serif;
    color: #5c5c5c;
}
a img
{
    border: none;
}
#wrap
{
    width: 900px;
    margin: 0 auto;
    padding: 0;
}
hr.clear
{
    height: 0px;
    margin: 0px;
    clear: both;
    visibility: hidden;
    border: none;
}
#header h1
{
    color: #7d053f;
    font-size: 40px;
    font-weight: normal;
}
#header h3
{
    color: #7d053f;
    font-size: 25px;
    font-weight: normal;
    line-height: 0px;
}
#contentWrap
{
    padding: 10px;
    background-color: White;
}
#content h2
{
    text-align: center;
}
#content
{
    padding: 10px;
}
#content p
{
    line-height: 20px;
}
#content ul li
{
    margin-top: 10px;
}
#homeImages
{
    text-align: center;
}
.imgCenter
{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
/**************************Navigation*****************************/
#navigation
{
    background-color: #e5e5e5;
    height: 50px;
}
#navigation ul
{
    padding-top: 20px;
}
#navigation ul li
{
    list-style-type: none;
    display: inline;
    margin: 0 17px;
}
#navigation ul li a
{
    color: #7d053f;
    text-decoration: none;
}
#navigation ul li a:hover
{
    color: White;
}
/*****************************Footer*****************************/
#footer
{
    background-color: #e5e5e5;
    height: 70px;
    color: #7d053f;
    text-align: center;
    padding-top: 10px;
}
#a8bMark
{
    display: block;
}

.center
{
    text-align: center;
}

.contact
{
    width: 350px;
    float: right;
}
.imgRight
{
    float: right;
    margin: 7px;
}
.imgRightBord
{
    float: right;
    margin: 7px;
    border: solid 1px #7d053f;
    padding: 4px;
}

.twoColumn
{
    width: 273px;
    float: left;
    display: inline;
}

ul.twoColumn
{
    padding-left: 10px;
    margin-left: 10px;
    margin-top: 0;
}

dl#pastIssues dd
{
    margin-bottom: 7px;
}
