.meLayout #container {
	width: 1024px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 5px;
	background-color: #B2B2B2;
} 

.meLayout #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 24%; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-bottom: 5px;
}
.meLayout #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 24%; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-bottom: 5px;
}

.meLayout #mainContent {
	margin: 0 25% 5px 25%; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

body {
	background-color: #708090;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 0px;
	margin: 5px;
	background-attachment: fixed;
	background-image: url(../images/backgrad.png);
	background-repeat: repeat-x;
	background-position: top;
}

td, th {
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}


.header {
	padding: 3px;
	margin-bottom: 5px;
	background-color: #003366;
	color: #000000;
	border: 1px solid #456FA7;
	background-image: url(../images/grad1l2r.png);
	background-repeat: repeat-y;
}

.footer {
	background-color: #888888;
	border: 1px solid #444444;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	background-image: url(../images/grad2fadeinfadeout.png);
	background-position: center;
	background-repeat: repeat-y;
}

a {
	text-decoration: none;
	color: #154040;
}

.navBar {
	text-align:center;
	font-weight:Bold;
	margin-bottom:5px;
	padding:5px;
	background-color:#888888;
	border:1px solid #444444;
	color: #FFFFFF;
	background-image: url(../images/grad2fadeinfadeout.png);
	background-repeat: repeat-y;
	background-position: center;
}

.navBar #nb_a {
    color:#FFFFFF;
}

.headerflavour {
	float:right;
	width:auto;
	font-size:10px;
	font-weight:bold;
	line-height:16px;
	padding:5px;
	color: #FFFFFF;
}

.legal {
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.HeaderIcon {
  text-align:right; 
}

.ftdate {
	float:left;
	width:auto;
	font-size:7pt;
}

.ftLink {
  float:right;
  width:auto; 
}

/* News Item MainContent */
.mcNews {
	background-color: #DDFFFF;
	padding:5px;
	margin-top:5px;
	border: 1px solid #003366;
	font-size: 10.5pt;
}

.mcnHeader {
	font-size: 16px;
	font-weight:bold;
	color: #FFFFFF;
	padding:3px;
	background-color: #003366;
	margin: -4px -4px 2px -4px;
}

.mcnFooter {
	font-size: 13px;
	line-height: 16px;
	color: #003366;
	font-weight: bold;
	text-align:right;
}

.mcNews  #mcn_a {
	color: #154040;
}

.mcnFooter  #mcnf_a {
	color: #4682B4;
}

/* End News Item MainContent */

/* Unordered List Sidebar */
.sbNormal #sb_ul {
	line-height:17px;
}

/* Normal Sidebar */
.sbNormal {
	font-size: 9pt;
	padding: 5px;
	background-color: #DDFFFF;
	border: 1px solid #003366;
	margin-bottom: 5px;
}

.sbNormal  #sbn_a {
	color: #154040;
}

.sbnHeader {
	font-size: 13px;
	color: #003366;
	background-color: #B0C4DE;
	padding: 3px;
	font-weight: bold;
	line-height: 16px;
	margin: -4px -4px 2px -4px;
}

.sbnFooter {
	font-size: 13px;
	line-height: 16px;
	color: #339999;
	font-weight: bold;
	text-align:right;
}

.sbnFooter  #sbnf_a {
	color: #3A445A;
}

/* End Normal Sidebar */

.sbNormal #sb_ul {
	line-height:17px;
}

/* Caution Sidebar */

.sbCaution {
	font-size: 9pt;
	padding: 5px;
	background-color: #DDFFFF;
	border: 1px solid #544000;
	margin-bottom: 5px;
}

.sbCaution  #sbn_a {
	color: #154040;
}

.sbcHeader {
	font-size: 13px;
	color: #544000;
	background-color: #FFFF00;
	padding: 3px;
	font-weight: bold;
	line-height: 16px;
	margin: -4px -4px 2px -4px;
}

.sbcFooter {
	font-size: 13px;
	line-height: 16px;
	color: #339999;
	font-weight: bold;
	text-align:right;
}

.sbcFooter  #sbnf_a {
	color: #3A445A;
}
/* End Caution Sidebar */

/* Warning Sidebar */

.sbWarning {
	font-size: 12px;
	padding: 5px;
	background-color: #DDFFFF;
	border: 1px solid #8D1B1B;
	margin-bottom: 5px;
}

.sbWarning  #sbw_a {
	color: #993333;
}

.sbwHeader {
	font-size: 13px;
	color: #FFFFFF;
	background-color: #B22222;
	padding: 3px;
	font-weight: bold;
	line-height: 16px;
	margin: -4px -4px 2px -4px;
}

.sbwFooter {
	font-size: 13px;
	line-height: 16px;
	color: #993333;
	font-weight: bold;
	text-align:right;
}

.sbwFooter  #sbwf_a {
	color: #B22222;
}

/* End Warning Sidebar */
.meLayout #productContent {
	margin: 0 0 5px 25%; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}
.meLayout #fullpage {
	margin: 5px 0px 0px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}

.projectcode{
text-align: center;
vertical-align: top;
background: #C0DCC0;
}
.projectinfo{
text-align: center;
vertical-align: top;
background: #A6CAF0;
}
.odd {
background: #FFFFFF;
}
.even{
background: #EAECEF;
}
