/*top right bottom left*/
body {
   background:#F0F0F0;
   color:#000000;
   font-family:arial,verdana,serif;
   margin:0;
   padding:0;
}

a {text-decoration:underline; color:#2620A0; background:transparent;}
a:hover {text-decoration:none;color:#3D33FF; background:transparent;}

#header {
   width:800px;
   text-align:left;
   font-size:14px;
   font-weight:bold;
   background:#1C489A;
   color:#EFEFEF;
   padding:10px 20px 10px 20px;
}

#header a {color:#DEDEDE;}
#header a:hover {color:#AFAFAF;}

#middle {
   width:800px;
   text-align:left;
   font-size:14px;
   background:#FFFFFF;
   color:#000000;
   padding:20px;
}


#footer {
   width:800px;
   background:#1C489A;
   color:#F0F0F0;
   text-align:center;
   font-family:serif;
   font-weight:bold;
   font-size:12px;
   padding:3px 20px 3px 20px;
}

#footer a, #footer a:hover{color:#FFFFFF;}