﻿body
{
    background-color: #669966;
    font-family: Arial, Helvetica, Sans-Serif;
}

#container
{
    margin: 0px auto;
    width:960px;
}

#address
{    
    color:White;
    font-weight:bold;
}

#topNav
{
    background:#003300;
    height: 20px; 
    margin-bottom:3px;   
}

#topNav table
{
    float:right;
    vertical-align:middle;
    height:100%;
}

#topNav td
{
    color:white;
    padding-right:15px;
    font-size:.9em;
}

#topNav a
{
    text-decoration:none;
    color:White;
}

#topNav a:hover
{
}

#topBannerLeft
{
    float:left;
    height:115px;
    width: 780px;
    background:#335932;
    margin-right:4px;
}

#bcfLogo
{
    margin: 20px 0px 0px 50px;
    display:block;
}

#topBannerRight
{
    float:left;
    height:115px; 
    width:176px;    
    background:#335932;    
}

#atlantaImage
{
    margin:1px auto;
    display:block;
}



#contentContainer
{
    clear:left;
    width:960px;  
    padding-top:4px;
}

.content
{
    margin:4px;
    color:#003300;
    font-size:12px;
    font-weight:bold;
}

.contentHeader
{
    background: #335932;
    padding:5px;
    font-size:22px;
    color:White;
}

.content hr
{
    color:#003300;
    height:1px;
}

#leftNav
{
    width:176px;
    background:#335932;
    vertical-align:top;
}

#centerContent
{
    padding: 0px 5px 0px 5px;
    vertical-align:top;
}

#rightContent
{
    width:176px;
    background:#335932;
    vertical-align:top;
}

.rightLine
{
    width:170px;
    color:#99CC99;
    height:1px;
    margin: 4px auto;
}

#rightContent .rightDiv
{
    padding:2px;
    width:170px;
    margin:0px auto;
    color:White;
    text-align:center;
    font-size:12px;
}

#rightContent .rightDivHeader
{
    font-size:13px;
    background-color:#003300; 
    color:#99CC99; 
    text-align:center; 
    font-weight:bold;
    display:block;
    width:100%;
    margin-bottom:3px;
}

#rightContent .rightDiv a
{
    color: #99CC99;
    font-weight:bold;
}

#contentDiv
{
    width: 592px;
    background:#335932; 
    padding:2px;
    background:white;
    border:solid 2px #335932;
	/*min-height:400px;*/
}

#footer
{
    padding-top:4px;
    text-align:center;
    color:#335932;
    font-size:.8em;
}

.leftNavImage
{
    display:block;
    margin:0 auto;
    text-align:center;
}

.meboImage
{
     display:inline-block;
     vertical-align:middle;
     width:119px;
     height:25px;
     border:0;
}

.eventTable
{   
    width:100%;
    text-align:center;
}

.eventHeader
{
     background:#669966;
     text-align:center;
}

.eventLeftHeader
{
     width:90px;
}

.eventBody
{
    background:#99cc99;
}

.eventDateTime
{
     vertical-align:top;
     text-align:left;
     background:#99cc99;
     color:#003300;
     font-size:12px;
}

.eventContent
{
    vertical-align:top;
    font-size:12px;
    color:#003300;
    text-align:left;    
}

.eventBackButton
{
    text-decoration:none; 
    color:#ffffff;
}

.error
{
    font-size:14px;
    color:Red;
    margin-left:5px;
    font-weight:bold;   
}

#eventMainTable
{
     width:570px;
     text-align:center;     
}

.formField{
    padding-left:2px;  
    padding-top:2px;  
}

.button{
    margin-top:2px;
}