html, body {height:100%}
body {
width:100%;
padding:0;
margin:0;
background:A4ABCE;
color: #000000;
font-family:"arial";
}
a {color:#0000FF}
td, ul {font-size:80%}

#outer{
/*width:100%;*/
min-height:100%;
margin-left:200px;

background:#F1F2F8;
border-left:1px solid #000;
border-right:1px solid #000;
margin-bottom:-52px;
color: #000000;
}
#header{
/*width:100%;*/
background:#1B2C85;
border-top:1px solid #000;
border-bottom:1px solid #000;
color: #FFFFFF;
text-align:left;
font-size:130%;

position:relative;
margin:0 -201px;

min-height:0;/* ie 7 haslayout fix */


}
#header ul {list-style-type: none; font-size:80%; padding-left:2px;padding-right:10px; text-align:right; color:#FFFFFF}
#header h2, a {color:#FFFFFF}
a {colour:#0000FF}
#footer {
width:100%;
clear:both;
height:50px;
border-top:1px solid #000;
border-bottom:1px solid #000;
background: #5461A4;
color: #000000;
text-align:center;
position:relative;
}
#footer p {color:white; font-size;70%}
#left {
position:float;/*ie needs this to show float */
width:200px;/* same as the left margin on #outer*/
float:left;
margin-left:-199px;/*must be 1px less than width otherwise won't push footer down in older mozilla*/ 
left:-2px;/* push column into position*/
text-align: right;
color:white;

}
#left p, h4 {padding-left:2px;padding-right:10px;}
#left ul {list-style-type: none; font-size:70%; padding-left:2px;padding-right:10px;background-color:A4ABCE;border-right:1px solid #000;}



#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/ 
* html #centrecontent {height:1%;margin-bottom:12px;}/* combat IE's 3 pixel jog */

#centrecontent a {color:#0000FF}
#centrecontent p, td, ul {font-size:80%}
#centrecontent h1, h2, h3, h4 {color:black}

p {color: black; font-size: 80%;}
h1, h2, h3, h4 {color:black}