/* general definitions */
* {
    font-family: tahoma, arial, sans-serif;
}
html, body 
{
    width: 100%;
    margin: 0;
    padding: 0;
    min-width: 780px;
    background-color: #FFFFFF;
    color: #595959;
    height: 100%;
}
body
{
    font-size: 0.7em; /* 11 px */
    background-repeat: repeat-y;
	 background-position: 0 0;
}
/* general definitions */

p {
    margin: 5px 0 5px 0;
    padding: 0;
}
.clearer
{
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
}
a img
{
    border: 0;
}

img {
	margin-right: 10px;
	margin-bottom: 10px;
}

ul
{
	margin-top: 5px;
	margin-bottom: 5px;
}

a
{
 color: #5D657C;
   /* color: #858585;
}
/* min-width for IE5, IE6 */

#width, #width2 {   
    /* for browsers that support minwidth */
    width:100%; 
    min-width:780px; 
}
/* footerStickAlt */
#width
{
    position: relative;
    min-height: 100%;
}
* html #width
{
    height: 100%;
}
/* end footerStickAlt */


.centercontenttext {

}

.contentTitle {
	font-weight:bold;
	margin-bottom:10px;
	font-size:14px;
}

#news-footer-center{text-align:left; height: 10px; margin-bottom: 15px;}
#news-footer-center a{padding:0px 5px 0px 5px; text-decoration:none; color:#4F4F4F;} 
#news-footer-center a:hover {text-decoration:underline; color:#4F4F4F;} 
.news-section-active{ background-color:#4F4F4F; color:#FFFFFF !important; font-weight: bold; }

.newsEntry a.title {
	font-weight: bold;
	color: #4F4F4F;	
}

.newsEntry {
	margin-bottom: 20px;
}

.newsEntry .description p {
	margin: 0;
	padding: 0;
}
