
body {
   top:0;
   margin: 0 auto;
   padding:0;
   text-align:left;
   font-family: Arial, Helvetica, sans-serif;
   font-size:12px;
   line-height:1.5em;
}

a:link{ color: #004276; }

a:visited{ color: #004276; }

#navigation a:hover, a:focus{ color: #ffffff;   text-decoration:none; }

ol, ul{  margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{   list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bold;}

em strong, strong em{ font-weight:bold; font-style:italic; }

#container {
   display:block;
   position: absolute;
   padding:0;
   width:980px;
   height:37px;
   background:#fff;
   top:185px;
   margin:0 auto 0 auto;
   border:none;

   opacity: 0.90;
   -moz-opacity: 0.90;
   filter: alpha(opacity=90);
}

#side-container {
   display:block;
   position: absolute;
   padding:0;
   width:180px;
   height:300px;
   background:#fff;
   top:360px;
   margin:0 auto 0 auto;
   border:none;

   opacity: 0.90;
   -moz-opacity: 0.90;
   filter: alpha(opacity=90);
}


