


#wrap_homeContent
{     

    position: relative; 
    width: 810px;  

    clear:both; 
    display: ; 
    text-align: left;
    padding-right: 5px; 
    padding-left: 5px; 
    padding-bottom: 5px; 
    padding-top: 5px; 
    font-weight: normal; 
    font-size: 10pt; 
    color: gainsboro; 
    font-family: arial; 
    
    overflow:hidden;
    margin: 0px;
   }
   
#articlesDiv
{
    position: relative; 
    text-align: center; 
    width:790px; 
    height:300px;
    overflow:auto;
    scrollbar-face-color: black;
    scrollbar-highlight-color: #999999;
    scrollbar-3dlight-color: aliceblue;
    scrollbar-darkshadow-color: #222222;
    scrollbar-shadow-color: #666666;
    scrollbar-arrow-color: #66ffff;
    scrollbar-track-color: #333333;
    margin: 0px;
}
   
   
.newsItemContainer
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    text-align: left;
    margin-bottom: 0px;
    
    background-color: transparent;
    
    width: 730px;
    
    border-bottom: darkgray thin solid;
    border-left: black 1px dotted;
    border-right: black 1px dotted;
    clear: both;

    
}

.newsItemContainerHover
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
    text-align: left;
    margin-bottom: 0px;
    
    background-color: #000000;
    
    width: 730px;
    
    border-bottom: skyblue thin solid;
    border-left: skyblue 1px dotted;
    border-right: skyblue 1px dotted;
    clear: both;
    cursor: hand;
    cursor: pointer;
}

.newsItemContentContainer
{
    float: left;
    width: 600px;
    overflow: hidden;
    padding-right: 0px;
    padding-left: 15px;
    padding-bottom: 0px;
    padding-top: 15px;

}

.newsItemContentContainer2
{
    color: gainsboro;
    float: right;   
    padding: 15px 0px 0px 15px;
    width: 100px;

}

.newsThumbImage
{
    margin: 3px; 
    float: left;  
    height: 100px;
    width: 100px;
    display: inline; 
}

.newsItemLink
{
    color: #666666;   
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    background-image: url(../images/ItemGradientBG_600.jpg);
    background-position: center 0px;

}

.newsItemLink:hover
{
    color: #000000;
    cursor: pointer;
    text-decoration: none;
    width: 100%;
    background-image: url('../images/ItemGradientBG_600.jpg');
    background-position: center +30px;
    display: block;
}

   
.newsItemTitleContainer
{
    display: block;
    color: white;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, Sans-Serif;
    cursor: hand;
    cursor: pointer;
}
.newsItemTitleContainerHover
{
    display: block;
    color: skyblue;
    font-size: 12px;
    font-weight: bold;
    
}

.newsItemDateContainer
{
    display: block; 
    color: gainsboro;
}
.newsItemDateContainerHover
{
    display: block;
    color: white;
}

.newsItemDescriptionContainer
{
    display: block;
    color: gainsboro;
}
.newsItemDescriptionContainerHover
{
    display: block;
    color: white;
}




.navText1
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    color: gainsboro;
    font-weight: normal;
    text-decoration: none;
}

.navLinks1
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    color: gainsboro;
    font-weight: bold;
    text-decoration: none;
}
.navLinks1:hover	{ font-family: Arial; font-size: 10pt; color: white; font-weight: bold; text-decoration: underline; }

.navLinks2
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    font-family: Arial;
    color: skyblue;
    font-weight: bold;
    text-decoration: none;
}

.navLinks2:hover	{ font-family: Arial; font-size: 10pt; color: white; font-weight: bold; text-decoration: underline; }

.navLinksSystem	{ font-family: Arial; font-size: 9pt; color: #00FFFF; font-weight: normal; text-decoration: none;}
.navLinksSystem:hover	{ font-family: Arial; font-size: 9pt; color: #ffffff; font-weight: normal; text-decoration: underline; }






