/* Layout Stylesheet */

body {
   margin:20px;
   background-image:url("images/outer.jpg");
   /* background: #3BB9FF; */
   color: #2554C7;
   text-align:center;
   padding:0;
}

#outer {
   text-align:left;
   border:1px solid #660033;/*this is the border around the whole box - was 3px*/
   width:700px;
   margin:auto;
}

#hdr {
   height:215px;
   background:#3BB9FF;
   color: #333333;
}

#bar {
   height:5px;
   /*background: #151B8D;*/
   background-image:url("images/bar.png");
   color:#2554C7;/*was FFFFFF*/
   border:solid #000000;
   border-width:0px 0 0px 0;/*border changed from 1px*/
   text-color:#FFFFFF;
}

#bodyblock {
   position:relative;
   /*background:#0c42d0;*/
   background-image:url("images/left_body_block.gif");
   color: #000000;
   width:700px; /* was 650 */
   padding:0;
}

#l-col {
   float:left;
   background:#FFFFFF;
   /* background-image:url("/images/left_col2.gif");*/
   color:#0000cc;
   width:145px; /* was 145*/
   border:solid #000000;
   border-width:1px;
}

#cont {
   /* this is the main content body */
   /* font-family: Verdana, Arial, Helvetica, sans-serif; */
   width:547px; /* was 510*/
   background: #FFFFFF; /* background color of the main text body */
   color: #333333;
   border:solid #000000;
   border-width:0 0 0 0px;
   text-align:right;
}

#ftr {
   height:15px;
   /*background:#c0c0c0;*/
   background-image:url("images/footer2.jpg");
   color: #FFFFFF;
   border:solid black;
   border-width:1px 0 0 0;
   margin:0;
}
