* {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 100%;
    font-family: Verdana, Lucida, Arial, sans-serif;
    outline: None;
    color: #58595b;
}

body {
    font-size: 80%;
    background: #e6e7e8 url("../img/body.png") 0px 0px repeat-x;
    min-height: 628px;
}

div#header {
    width: 960px;
    height: 117px;
    position: relative;
    margin: 0px auto 0px auto;
    background: white url("../img/header.jpg") top right no-repeat;
}

a#logo {
    width: 394px;
    height: 88px;
    position: absolute;
    top: 19px;
    left: 24px;
}

a#logo img {
    border: none;
}

div#nav-primary {
    height: 33px;
    background: #d24d2b url("../img/nav-primary.png") top left repeat-x;
    margin: 0px 0px 6px 0px;
}

div#nav-primary ul {
    height: 26px;
    width: 960px;
    position: relative;
    margin: 0px auto 0px auto;
    list-style: none;
    background: #d24d2b url("../img/nav-primary-ul.png") top left no-repeat;
}

div#nav-primary li {
    position: relative;
    height: 26px;
    float: left;
    width: 170px;
    margin: 0px -12px 0px 0px;
}

div#nav-primary a {
    display: block;
    position: relative;
    width: 170px;
    height: 26px;
    line-height: 26px;
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 85%;
    background: transparent url("../img/nav-primary-li.png") top left no-repeat;
}

div#nav-primary a:hover {
    background: transparent url("../img/nav-primary-li-hover.png") top left no-repeat;
}

div#nav-primary a.here {
    background: transparent url("../img/nav-primary-li-here.png") top left no-repeat;
}

div#container {
    position: relative;
    width: 960px;
    margin: 0px auto 20px auto;
    background: white url("../img/container.png") top left repeat-y;
}

div#container a {
    color: #2b296d;
}

div#container a:hover {
    text-decoration: none;
}

div#container a:visited {
    color: #58595b;
}

div#breadcrumbs {
    height: 21px;
    background: white url("../img/breadcrumbs.png") top left no-repeat;
    color: #2b296d;
    font-weight: bold;
    font-size: 85%;
    line-height: 20px;
    padding: 0px 0px 0px 30px;
}

div#breadcrumbs a:visited {
    color: #2b296d;
}

div#content {
    background: transparent url("../img/content.png") top left no-repeat;
    min-height: 451px;
}

div#watermark {
    width: 149px;
    height: 81px;
    bottom: 27px;
    right: 9px;
    position: absolute;
    z-index: 50;
    background: url("../img/watermark.png") top left no-repeat;
}

div#content h1 {
    font-size: 180%;
    color: #d24d2b;
    font-weight: bold;
    margin: 0px 0px 20px 0px;
}

div#content h2 {
    font-size: 140%;
    color: #d24d2b;
    font-weight: bold;
    margin: 0px 0px 20px 0px;
}

div#content h3 {
    color: #d24d2b;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

div#content p {
    margin: 0px 0px 20px 0px;
    line-height: 130%; 
}

div#content ul,
div#content ol {
    margin: 0px 0px 20px 30px;
}

div#content li {
    margin: 0px 0px 5px 0px;
}

div#content table {
    margin: 0px 0px 20px 0px;
}

div#content-primary {
    float: left;
    width: 580px;
    padding: 25px 30px 110px 30px;
}

div#content-secondary {
    float: left;
    display: inline;
    width: 240px;
    padding: 25px 30px 61px 30px;
    margin: 0px 0px 0px 12px;
}

div#footer {
    background: #f1f2f2 url("../img/footer.png") top right no-repeat;
    font-size: 80%;
    height: 27px;
    padding: 0px 15px 0px 15px;
    clear: both;
    line-height: 18px;
    position: relative;
}

div#footer a {
    color: #58595b;
}

div#footer p#copyright {
    position: absolute;
    left: 10px;
    top: 0px;
}

div#footer p#powered-by {
    position: absolute;
    top: 0px;
    right: 21px;
}

div#footer p#votelink {
    position: absolute;
    top: 0px;
    right: 333px;
}

p.membership-logos {
    text-align: center;
    position: absolute;
    width: 580px;
    left: 30px;
    bottom: 25px;
}

img.membership {
    margin: 0px 10px 0px 10px;
    border: none;
}
