/* CSS Document */
html, body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:.9em; background-color:#FFFFFF; width:900px; height:100%; min-height:100%; margin:0; padding:0;}



/* Header */	
/* For some reason, IE will not display the background as gif. Using condensed jpg as this displays properly */
#Header{ height:160px;}
#HeaderLeft{float:left; width:200px; }
#HeaderRight{background-image:url(images/bannerstrip.jpg); background-repeat:repeat-x;  margin: 0 0 0 275px; width:620px;  padding-top:15px; height:50px; }
.HeaderNav{width:100%; padding-left:2px; padding-right:2px; color:#FFF;}


/*  Center panel on home page */
#HomeContent{height:200px; border-bottom:#000066 5px solid; width:895px }
*:IEHeaderHack+html  {margin-top:50px;margin: 15px 20px 0px 20px;}
#HomeLeft {width:188px; height:200px; float:left; display: inline;}
#HomeRightBody{width:274px;height:200px; float:left; display: inline; background-image:url(images/bodyback.gif); background-repeat:repeat-x; font-size:11px;}
#HomeLeftBody{width:255px;height:200px; float:left; display: inline; background-image:url(images/bodyback.gif); background-repeat:repeat-x; font-size:11px}
#HomeBodyText{color:#FFFFFF; padding-left:5px;}
#HomeRightTree{width:60px; height:200px;  float:left; display: inline;}

/*  Footer on home page */
#HomeFooter{height:260px;}
#FooterLeft {width:245px; height:260px; float:left; display: inline; }
#FooterText {padding-left:10px;width:210px; font-weight:bolder; }/*position: absolute;bottom: 0px;*/
#FooterRight{width:640px;height:260px;margin-top:20px;  float:right; display: inline;}

#ChildRightBody{ background-image:url(images/childback.gif); background-repeat:no-repeat; background-position:center;border-left:#000066 20px solid;border-top:#000066 20px solid;margin-left:190px; height:100%;min-height:600px;}

.linkStyle {text-decoration:none; border:0px; color:#FFFFFF}
.textStyle {margin: 15px 20px 0px 20px;}
.logoStyle {width:20%}