﻿#content 
{
    width: 500px;
    float: left;
    margin-top: 50px;
    margin-left: 20px;
    overflow: hidden;
    font-size: 11px;
}

#content .Picture 
{
    margin-bottom: 15px;
}

#content p 
{
    margin-bottom: 15px;
}
#content p.nomargin 
{
    margin-bottom: 0px;
}

#content ul 
{
    margin-left: 20px;
    margin-bottom: 15px;
    list-style-type: disc;
	
}

#content ul.nodisc 
{
    list-style-type: none;
    margin-left: 0px;
    
}

#content ul.spaced_list li
{
    margin-bottom: 15px;
}



#content a 
{
    color: blue;
}

#content h5.grey_pheader 
{
    color: #6b6b6b;
    border-bottom: 1px dashed #6b6b6b;
    font-size: 11px;
    margin-bottom: 10px;
    padding-bottom: 2px;
}

#content h5.block_pheader 
{
    display: block;
    font-weight: bold;
    text-transform:uppercase;
}
#content h5.inline_pheader 
{
    font-weight: bold;
}




#content .bold 
{
    font-weight: bold;
}

#content .italic 
{
    font-style: italic;
}

#content .bolditalic 
{
    font-style: italic;
    font-weight: bold;
}

#dynamic_content 
{
    clear: both;
}
#home_Flash 
{
    width: 500px;
    margin-bottom: 20px;
}

.home_ContentBlock 
{
    margin-bottom: 20px;
    
}
.ContentBlock_Title 
{
    position: relative;
    color: #6b6b6b;
    border-bottom: 1px dashed #6b6b6b;
    font-size: 12px;
    margin-bottom: 10px;
    padding-bottom: 2px;
    
}
.ContentBlock_Title a
{
    position: absolute;
    top:0px;
    right: 0px;
}


.ContentBlock_Content 
{
    font-size: 11px;
}

#home_News {
    clear: both;
    
}

#home_News ul
{
   list-style-type: none;
}

#home_News ul li 
{
    margin-bottom: 10px;
}
#home_News ul li .news_Date 
{
    color: #707070;
}

.ss_Graphic 
{
    float: left;
    width: 150px;
    margin-right: 10px;
    
}
.ss_Text 
{
    float: left;
    width: 335px; 
    min-height: 100px;
    height: auto !important;
    height: 100px;
    
}
.content_PageTitle 
{
    font-size: 16px;
    color: #6b6b6b;
    font-weight:bold;
    width: 350px;
    float: left;
}
.content_PageLinks 
{
    float: right;
    text-align: right;
    width: 150px;
}
.BoardMembers
{
    font-size: 14px;
    color:#175794;
    font-family: Verdana;
    font-weight:bold;
    
}