﻿body 
{
    background-color:#661324;
}
table 
{
    width:750px; 
    text-align:center; 
    margin:auto;
}
.navbar 
{
    width:108px; 
    vertical-align:top; 
    background-image:url(../img/navbar_bg.png); 
    background-repeat:repeat;
}
.right_vertical_bar 
{
    width:158px; 
    vertical-align:top; 
    background-image:url(../img/rightbar_lower.png); 
    background-repeat:repeat;
}
.content 
{
    width:478px; 
    background-color:#FFFFFF; 
    border-top:#F9E89A 3px solid; 
    border-bottom:#F9E89A 3px solid; 
    border-left:#F9E89A 3px solid; 
    border-right:#F9E89A 3px solid; 
    padding-top:5px; padding-bottom:5px; 
    font-size:16px; 
    font-family:Garamond Arial Courier; 
    font-weight:bold; 
    color:#043D86;
    vertical-align:top;
}
.gold_bar_rule
 {
    width:478px;
    height:24px;
    text-align:center;
    margin:auto;
    background-image:url(../img/goldbar_bg.png);
    font-size:18px;
    font-family:Garamond Arial Courier;
    font-weight:bold;
    color:#043D86;
 }
 .members
 {
    width:154px; 
    text-align:left; 
    padding-left:5px; 
    float:left; 
  }
 .paragraphs
 {
    text-align:left;
    padding-left:5px;
    padding-right:5px;
 }
    
    