BODY
{
    margin:0px 0px 0px 0px;
    font-family: Tahoma, Helvetica, san-serif !important;
    font-size:small;
    color:#708090;
}
#Main_Body
{
    width:100%;
    height:570px;
}

.Main_Filler
{
    background-color:#cccccc;
}

.Content_Container
{
    width:750px;
    background-image:url("../images/bg_tl.gif");
    background-repeat:no-repeat;
    background-position:top left;
    background-color:#FDFDFD;
    text-align:center;
    border-bottom:solid 1px #ccc;
}

.Content_Body
{
    width:100%;
    height:500px;
    background-image:url("../images/BG_RB.jpg");
    background-repeat:no-repeat;
    background-position:bottom right;
}

.Navigation
{
    background-image:url("../images/Nav.gif");
    background-repeat:no-repeat;
    background-position:top center;
    width:192px;    
}

.Navigation div
{
    border-top:solid 3px #FBDD69;
    text-align:right;
    width:150px;
    padding-top:40px;
}

.Navigation a,
.Navigation a:link,
.Navigation a:visited,
.Navigation a:active
{
    font-family:Arial;
    font-size:medium;
    padding:.25em .25em .25em .25em;
    font-weight:bold;
    cursor:hand;
    color:#708090;
        
}
.Navigation a:hover
{
    color:#FD8B3C;
}

.Events
{
    background-image:url("../images/events.gif");
    background-repeat:no-repeat;
    background-position:top center;
    width:192px;
    vertical-align:top;
    text-align:left;
    
}
.Events div
{
    width:125px;
    text-align:left;
    height:280px;
    overflow:auto;
    position:relative;
    top:60px;
    left:30px;
    
}

.Page_Body
{
    text-align:left;
    vertical-align:top;
    padding-left:10px;
    padding-right:10px;
}

.Page_Body h1
{
    font-family:Arial;
    font-size:x-large;
    padding-top:20px;
    border-bottom:solid 2px #FBDD69;
    
}

.Page_Body div
{
    height:450px;
    overflow:auto;
    
}
