
body {
 text-align:center;
 font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
 font-size: 12px;
 line-height: 17px;
 color: #000000;
 background-color: #D8D9DB;
 text-align: center; /* Centers the page content container in IE 5 browsers. */
 background-image:url(images/page_background.gif);
 background-repeat:no-repeat;
}

/* Main container, centre aligned and 955px wide */
#outerWrapper {
 background-color: #fff;
 margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
 text-align: left; /* Redefines the text alignment defined by the body element. */
 width: 955px;
 padding-bottom:30px;
 padding-top:26px;
}

#innerWrapper {
 margin-left:45px;
 margin-right:45px;
 width: 865px;
}

/* Container for main logo, top left */
#logo {float:left;margin-bottom:8px;}

/* Container for quick links, top right */
#quickLinks {float:right;margin-top:11px;text-align:right;}
#quickLinks a {color: #000000;margin-left: 25px;text-decoration: none;}
#quickLinks a:hover {color: #EE3224;}

/* Home style for large graphical header */
#homeHeader {
 margin-top:10px;
}

/* Home style for content, aligned left */
#homeContent {
 width: 633px;
 float:left;
 padding-left: 14px;
 margin-bottom:15px;
}

#homeContent a:hover, #content a:hover {
text-decoration:underline;
}

/* Styling for the 4 feeds on the home page */
#feedCons, #feedInfra, #feedAppli, #feedNews {
 width: 208px;
 height: 257px;
 background-color:#D8D9DB;
 color: #58585A;
 float:left;
 margin-right:11px;
 background-image:url('/templates/images/feedsbg.gif');
 background-repeat:no-repeat;
}

/* Positioning of images and content on the 4 feeds */
#feedConsContent a, #feedInfraContent a, #feedAppliContent a, #feedNews h2 a  {
 color: #58585A;
}

/* On dynamic hover over, class changes for white content colour */
.white #feedConsContent a, .white #feedInfraContent a, .white #feedAppliContent a {
 color: #ffffff;
}

#feedConsContent h2, #feedInfraContent h2, #feedAppliContent h2, #feedNews h2 {
 font-size: 16px;
 margin-bottom: 10px;
}

#feedConsContent img, #feedInfraContent img, #feedAppliContent img, #feedNewsContent img {
 margin-top: 8px;
}


#feedNewsContent {
 margin-right: 15px;
}


/* Background image for news feed */
#feedNews {
 margin:0;
 background-image:url('/templates/images/newsbg.gif');
 background-repeat:no-repeat;
}

/* Bottom foot nav container to hold website links */
#footNav {
 width: 865px;
 background-color: #E6E7E8;
 padding-top: 7px;
 padding-bottom: 7px;
 margin-top: 15px;
 text-align:center;
}

#footNav a {
 margin-right: 15px;
 margin-left: 14px;
 color: #666666;
}

/* Bottom links holder for external images */
#externalLinks {
 width: 865px;
 height: 68px;
}

/* news archive list */

.newscontainer th {
 background-color:#EE3224;
 color:#FFFFFF;
 padding:7px 0 7px 10px;
 border-bottom:14px #FFFFFF solid;
 font-size:14px;
}
.newscontainer td {
 padding:0 3px 10px 5px;
}

.newscontainer td a:hover {
 color: #EE3224;
}

.newscontainer td a {
 color: #000000;
 font-size:14px;
}


.newson a {
 font-weight:bold;
}