﻿body {
    background-color: #42006e;
    color: #333;
    font-family: 'Century Gothic' , Verdana;
    font-size: 81.25%;
    margin: 0;
    overflow-y: scroll;
}

h1 {
    color: #37005d;
    font-size: 1.38em;
    margin-top: 0;
}

h1.article {
    margin-bottom: 0;
}

h2 {
    color: #37005d;
    font-size: 1.23em;
}

h3 {
    color: #37005d;
    font-size: 1em;
}

em.article {
    font-size: 11px;
    display: block;
    margin-bottom: 10px;
}

img {
    border: 0;
}

img.photo {
    border: solid 1px #FFC412;
}

a {
    color: #37005d;
    text-decoration: underline;
}

a:hover {
    color: #FFC412;
}

.top {
    background: transparent url('/Images/top-bg.gif') repeat-x;
    height: 126px;
}

.logo {
    text-align: center;
}

.logo img {
    padding: 5px 0 0 10px;
    width: 639px;
    height: 90px;
}

.topNav {
    clear: both;
    float: left;
    overflow: hidden;
    width: 100%;
}

.topNav ul {
    float: left;
    left: 50%;
    list-style-type: none;
    margin: 0 auto;
    padding: 2px 0 0;
    position: relative;
}

.topNav li {
    float: left;
    position: relative;
    right: 50%;
    padding: 0 10px;
}

.topNav a {
    font-weight: bold;
    color: #bb9ad1;
    text-decoration: none;
    text-transform: uppercase;
}

.topNav a:hover, .topNav a.selected {
    color: #ffc412;
}

.topNav a:hover {
    text-decoration: underline;
}

.content {
    background: #f8eeff url('/Images/content-bg.gif') repeat-y 50% 0;
    min-height: 450px;
}

.breadcrumb ul {
    margin: 0;
    list-style-type: none;
    padding: 20px 0 40px;
}

.breadcrumb li {
    float: left;
}

.breadcrumb li.divider {
    padding: 0 3px;
}

.breadcrumb a {
    color: #37005d;
    text-decoration: none;
    font-size: 0.92em;
}

.breadcrumb a:hover {
    text-decoration: underline;
    color: #37005d;
}

.pageContent {
    clear: both;
    display: table;
    width: 100%;
    padding-bottom: 20px;
}

.leftColumn {
    width: 580px;
    float: left;
}

.rightColumn {
    width: 206px;
    float: right;
}

.bottom {
    background: transparent url('/Images/bottom-bg.gif') repeat-x;
    height: 115px;
    font-size: 0.77em;
    color: #ffc412;
    text-align: center;
    text-transform: uppercase;
    padding-top: 10px;
}

.bottom a {
    color: #ffc412;
    text-decoration: none;
}

.bottom a:hover {
    text-decoration: underline;
}

.centerContainer {
    margin: 0 auto;
    width: 820px;
}

.frontPic {
    text-align: center;
    width: 100%;
}

.pageBox {
    float: right;
    padding: 0 0 10px 10px;
    width: 210px;
}

.pageBox em {
    font-size: .9em;
    text-align: justify;
    display: block;
    padding: 10px;
}

.rightColumn ul {
    padding: 0 0 0 15px;
}

.rightColumn li a,
.rightColumn li a:visited {
    text-decoration: none;
}

.rightColumn li a:hover {
    text-decoration: underline;
}

.rightColumn li.selected a {
    font-weight: bold;
}