.sys_cols {
    background-color:#1A33B1;
}

div#sys_menuLinks li.sys_cols {
    background-image: url(../images/background_img/news_right.gif);
    background-repeat: no-repeat;
    background-position: top right;
    }
div#sys_URhere div.sys_cols {
	background-image: url(../images/background_img/news_gradient.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	width: 930px;
    }
 div.sys_cols div#sys_menuheader{
        background-image:  url(../images/background_img/news_menu.jpg);
        background-position: top right;
        background-repeat: no-repeat;
	background-color:#1a33b1;
        }
div.sys_cols div#sys_menuList {
        border: 1px solid #1A33B1;
        background: white url(../images/background_img/news_feature.jpg) bottom right repeat-x;
        list-style-image: url(../images/icons/menulist_news.gif);
        }

/* fix for image overflow in feature columns if an image is added at the bottom of the feature and aligned right - remove this if required */
html>body .sys_feature1, .sys_feature2, .sys_feature3  {
overflow-y:hidden;
}

.sys_feature1 {
border: 1px solid #1A33B1;
background: white url(../images/background_img/news_feature.jpg) bottom right repeat-x;
word-wrap: break-word;
}

.sys_feature1 div.sys_head, .sys_feature3 div.sys_head {
color: #1A33B1;
border-bottom: 1px #1A33B1 solid;
}

.sys_feature2 div.sys_body {
border: 1px #1A33B1 solid;
}

.sys_feature2 div.sys_head {
background: #1A33B1 url(../images/background_img/news_menu2.jpg) top left no-repeat;
word-wrap: break-word;
}

.sys_feature3 {
border: 1px solid #1A33B1;
word-wrap: break-word;
}


/* Footer */
div#sys_footer #sys_topbar {
	background-color: #D9DBF0;
	background-image: url(../images/background_img/news_gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 930px;
}
/* End Footer */

/*  News article template  */


#NewsHeaderArea {
width:100%;
padding: 0 0 1em 0;
}

#NewsHeaderArea P {
font-weight:bold;
}

#NewsTitle {
}

#NewsTitle H1 {
margin: 0em;
}

#NewsDate {
margin: 1em 0 0 0;
}

#NewsFeatureImage {
float:right;
margin: 0 0 0.2em 1em;
}

#MainContentArea {
width:100%;
} 

/* images for news lisitng */
.sys_item span {
display: block;
margin-bottom: 1.2em;
}

.sys_item  a
 {
border: none;
text-decoration: none;
}

.sys_item
 {
display:block;
/* Firefox fix */
/* height: 4.5em; */
margin-bottom: 1.5em;
}

.sys_item img
{
margin-right-value: 0.5em;
margin-right-ltr-source: physical;
margin-right-trl-source: physical;
float: left;
width: 5em;
height: 5em;
margin-right: 0.5em;
display:block;
border-width: 1px;
border-style: solid;
border-color: black;
}

/* End of News Article template */
