@charset "UTF-8";

/* Groupery Colors
   
   #932e0c  Brown
   #172040  Blue
   
   */

.purple {
    color: #69003d;
}

.green {
    color: #6d942b;
}

.grey {
    color: #808285;
}

.yellow {
    color: #a68306;
}

.blue {
    color: #004959;
}

body {
    font-size: 18px;
    line-height: 24px;
    font-family: Georgia, serif;
    background: url(../img/background.png) repeat-x;
    margin: 0; 
    padding: 0;
    text-align: left;
    color: #808285;
}

.body_text {
    font-size: 18px;
    line-height: 24px;
    font-family: Georgia, serif;
    text-align: left;
    color: #808285;
}

.intro {
    text-align: center;
    width: 980px;
    line-height: 1.5em;
    font-size: 32px;
    font-family: Georgia, serif;
    color: #69003d;
    margin-top:23px;
}
    

ul li {
    line-height: normal;
    padding-bottom: 10px;
    margin-left: -18px;
    margin: 0.35em 0;
}

li {
    margin-bottom: 0.35em;
    margin-top: 0.35em;
}

ul#level2 {
    list-style-image: none;
}

ul.smaller {
    font-size: 14px;
}

a img,
a:hover img {
    border: none;
    text-decoration: none;
}

a,
a:hover {
    color: #69003d;
    text-decoration: none;
}

h1 {
    font-family: Georgia, serif;
    color: #69003d;
    font-size: 32px;
    line-height: 40px;
    font-weight: normal;
}

h2 {
    font-family: arial;
    font-size: 20px;
    line-height: 26px;
    color: #6d942b;
    font-weight: bold;
    margin-bottom: 0px;
}

h3 {
    font-family: arial;
    font-size: 14px;
    line-height: 1.1em;
    color: #172040;
    margin-top: 20px;
    margin-bottom: -5px;
}

h4 {
    font-family: Georgia, serif;
    font-size: 21px;
    line-height: 30px; 
    color: #808285;
    font-weight: normal;
}

.purple_24px_arial {
    font-family: arial;
    color: #69003d;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
}

.sidebar {
    width: 202px;
}

div#main-content hr {
    border-top: 1px solid #932e0c;
}

.sidebar hr {
    border-top: 2px dotted #666666;
}

.sidebar hr#sidebarQuoteSeparator {
    width: 101px;
    margin-left: 50px;
}

.sidebar hr#bottomSeparator {
    margin-top: 25px;
}

.sidebar #quoteArea{
    margin-top: 40px;
}

.sidebar p {
    text-align: center;
    width: 150px;
    margin-left: 26px;
}

.sidebar p#quote {
    text-align: center;
    color: #000000;
    padding-bottom: 10px;
}

.sidebar h2 {
    font-size: 20px;
    line-height: 1.1em;
    color: #666666;
    text-align: center;
    margin-top: 25px;
    margin-bottom: -5px;
}
    
.sidebar h3 {
    font-family: Georgia, serif;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: normal;
    color: #0071BC;
    text-align: center;
}

div.loginOverlayContent {
    font-family: Georgia, serif;
    position: absolute;
    visibility: hidden;
    border: 2px solid #972D07;
    background-color: #FFF;
    width: 22em;
    padding: 8px;
    z-index: 40;
    font-size: 12px;
    text-align: center;
}

div.loginOverlayContent a,
div.loginOverlayContent a:visited {
    color: #972D07;
    text-decoration: none;
    border: none;
}

div.loginOverlayContent a:hover {
    text-decoration: underline;
}

table.tableBody td#mainColumn {
    padding-top: 5px;
}



