body
{
    margin: 0 0 0 0;
    background-color: #fff;
    background-image: url(images/back_header.gif);
    font-size: 12px;
    font-family: Tahoma, Sans-Serif;
    color: #6A6A6A;
}

a img 
{
    border: none;
}

blockquoteOld {
	margin: 5px;
 	padding: 0 10px 0 40px;  
    border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(images/quote.gif) no-repeat 5px 5px;    
}

blockquote {
	margin: 5px;
 	padding: 0 10px 0 10px;  
    border: 1px solid #f2f2f2; 
  	background: #FAFAFA 5px 5px;    
}

blockquote p
{
    margin: 10px 0 10px 0;
    font-weight: bold;
}


.btn
{
    font-weight: bold;
    color: #ffffff;
    background-color: #9ebef5;
}

.forms
{}

.forms a img
{
    vertical-align: text-bottom;
    margin-top: 10px;
}

.arrow
{
    border: none;
    vertical-align: middle;
}

#container
{
    display:block;
    width: 775px;
    height: 1200px;
    border: #666 1px solid;
    background-color: #fff;
}

#leftMenu
{
    display:block;
    float: left;
    width: 158px;
    height: 100%;
    background-image: url(images/menu_back.gif);
}

#leftMenu .buttons a
{
    display: block;
    text-decoration: none;
    width: 158px;
    color: #000;
    background-image: url(images/button_back.gif);
    background-repeat: no-repeat;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    padding-top: 6px;
    margin-bottom: -4px;
    font-weight: bold;
    font-size: 12px;
    font-family: Tahoma, Sans-Serif;
}

#leftMenu .buttons a:hover
{
    text-decoration: underline;
}
    
#leftMenu .address
{
    text-align: left;
    padding-left: 10px;
}

#rightContent
{
    display:block;
    float: right;
    width: 616px;
    height: 100%;
    text-align: left;
    background-color: #fff;
}

#bodyText
{
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: justify;
    text-justify: auto;
}

#bodyText h1
{
    font-weight: bold;
    color: #6cb2fc;
    text-decoration: none;
    font-size: medium;
    font-family: Tahoma, Sans-Serif;
    padding-top: 10px;
    margin: 0 0 0 0;
}

h1
{
    font-weight: bold;
    color: #6cb2fc;
    text-decoration: none;
    font-size: medium;
    font-family: Tahoma, Sans-Serif;
    padding-top: 10px;
    margin: 0 0 0 0;
}

.colorsBlue
{
    color: #6cb2fc;
}

.colorsGreen
{
    color: #97C738;
}

#bodyText h2
{
    font-weight: bold;
    width: 100%;
    text-decoration: none;
    font-size: small;
    font-family: Tahoma, Sans-Serif;
    margin: 0 0 0 0;
    padding: 3px;
    border: 1px solid #f2f2f2; 
    background: #FAFAFA;
}

#bodyText h5
{
    color: #6cb2fc;
    font-weight: bold;
    text-decoration: none;
    font-size: small;
    font-family: Tahoma, Sans-Serif;
    margin: 0;
}

#topMenu
{
    clear: both;
    width: 100%;
    background-color: #fff;
    text-align: center;
    border-bottom: #a9a9a9 1px dashed;
    margin-top: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#topMenu a
{
    color: #6A6A6A;
    text-decoration: none;
    
}

#topMenu a:hover
{
    color: #6A6A6A;
    text-decoration: underline;
}

#bottomMenu
{
    clear: both;
    width: 100%;
    background-color: #fff;
    text-align: center;
    border-top: #a9a9a9 1px dashed;
    margin-top: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#bottomMenu table
{
    margin-left: auto;
    margin-right: auto;
}

#bottomMenu a
{
    color: #6A6A6A;
    text-decoration: none;
    font-size: 12px;
}

#bottomMenu a:hover
{
    color: #6A6A6A;
    text-decoration: underline;
}

.blueBar
{
    display: block;
    height: 28px;
    width: 100%;
    background-image: url(images/top.gif);
    background-repeat: repeat-x;
    padding-top: 7px;
}

.blueBar a
{
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    font-family: Tahoma, Sans-Serif;
}

.blueBar a:hover
{
    text-decoration: underline;
}

.blueBump
{
    display: block;
}

.blueBump .menuItem
{
    font-weight: normal !important;
    border-bottom: solid 1px #f0f2f3;
    color: #333;
    font-size: 11px;
}

.imgRight
{
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
    text-align: center;
}

.imgLeft
{
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    text-align: center;
}

.boardTitle
{
    font-style: italic;
}

.boardName
{
    padding-left: 15px;
}

.boardHeading
{
    font-weight: bold; 
    border-bottom: gainsboro 1px solid;
}

.eventsRight
{
    float: right;
    width: 32%;
    background-color: #f0f8ff;
    text-align: left;
}

.eventsRight h6
{
    color: #ffffff;
    font-weight: bold;
    width: 97%;
    text-decoration: none;
    font-size: small;
    font-family: Tahoma, Sans-Serif;
    margin: 0 0 0 0;
    padding: 3px;
    background: #6cb2fc;
}

.eventsRight p
{
    margin: 15px 0 15px 0;
    padding-right: 12px;
    padding-left: 12px;
}

.eventsLeft
{
    width: 63%;
}

.eventsLeft h6
{
    color: #6cb2fc;
    font-weight: bold;
    width: 97%;
    text-decoration: none;
    font-size: small;
    font-family: Tahoma, Sans-Serif;
    margin: 0 0 7px 0;
    border-bottom: #dcdcdc 1px solid;
}

.caption
{
    font-weight: bold;
    text-align: center;
}

a.menu
{
text-decoration: none;
font-family: tahoma;
font-size: 12px;
font-weight: bold;
color: #000000;
}
a.menu:hover
{
text-decoration: underline;
font-family: tahoma;
font-size: 12px;
font-weight: bold;
color: #000000;
}
a.menu:visited
{
font-family: tahoma;
font-size: 12px;
font-weight: bold;
color: #000000;
}
td
{
font-family: tahoma;
font-size: 11px;
color: #6A6A6A;
}
a.more
{
color: #FF0000;
text-decoration: none;
font-family: tahoma;
font-size: 11px;
font-weight: bold;
}
a.more:visited
{
color: #FF0000;
font-family: tahoma;
font-size: 11px;
font-weight: bold;
}
a.more:hover
{
color: #FF0000;
font-family: tahoma;
text-decoration: underline;
font-size: 11px;
font-weight: bold;
}
a.footer
{
color: #585858;
text-decoration: none;
font-family: tahoma;
font-size: 12px;
font-weight: bold;
}
a.footer:visited
{
color: #585858;
font-family: tahoma;
font-size: 12px;
font-weight: bold;
}
a.footer:hover
{
color: #585858;
text-decoration: underline;
font-family: tahoma;
font-size: 12px;
font-weight: bold;
}

.title
{
color: #3A3A3A;
font-size: 12px;
font-weight: 900;
}