#NewsWrapper {
    width: 700px;
    background-image: url(../../images/ModuleSpecific/News/news_content_bg.jpg);
    background-position: top left;
    background-repeat: repeat-y;
    padding: 20px 40px 20px 40px;
/*	margin:0px 0px 0px 20px; */
	margin:0px 10px 0px 20px;
    }
#NewsWrapperTop {
    margin-top: 20px;
    width: 740px;
    height: 8px;
    font-size: 0px;
	margin:20px 10px 0px 20px;
    background-image: url(../../images/ModuleSpecific/News/news_content_top_bg.jpg);
    background-position: top left;
/*	margin:20px 0px 0px 20px; */
    }
#NewsWrapperBottom {   
    margin-bottom:20px;
    width: 740px;
    height: 18px;
    font-size: 0px;
	margin:0px 10px 20px 20px;
    background-image: url(../../images/ModuleSpecific/News/news_content_bottom_bg.jpg);
    background-position: top left;
/*	margin:0px 0px 20px 20px; */
    }

#NewsCategory {
    float: left;
    width: 140px;
    margin:20px 10px 10px 0px;
    }
    
#NewsCategory ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 140px;
    }
#NewsCategory ul li 
{
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;

}

#NewsCategory ul li:hover 
{
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align:center;
}

#NewsCategory ul li a {color: #696969; text-decoration: none;}
#NewsCategory ul li a:hover {color: #696969; text-decoration: none;}

#NewsCategory .archiveText {padding: 10px; margin:10px; color: #696969; font-weight: bold;}

#NewsContent {
    float: right;
    width: 540px;
    margin: 20px 0px 10px 0px;
    }
    
#NewsContent .StoryContainer {
    width: 500px;
    margin-bottom:20px;
    }
#NewsContent .StoryContainer .Title 
{   
    width: 490px;
    height: 20px;
    padding-left:10px;
/*    background-color: #4e7cbd; */
    background-color: #c8c9cb;
    line-height: 20px;
    color: White;
    margin-bottom:10px;
}

#NewsContent .StoryContainer .Title h3 
{
    color:White;
    font-weight:bold;
}

#NewsContent .StoryContainer .Image
{
    width: 100px;
    margin-right: 20px;
    float: right;
}
#NewsContent .StoryContainer .StoryContent 
{
    width: 380px;
    float: right;
}

/*
#NewsContent .StoryContainer .StoryContent a {color: #109fdd; text-decoration:none;}
#NewsContent .StoryContainer .StoryContent a:hover {color: #109fdd; text-decoration:underline;}
*/

#NewsContent .StoryContainer .StoryContent a {color: #686868; text-decoration:none;}
#NewsContent .StoryContainer .StoryContent a:hover {color: #686868; text-decoration:underline;}
