#left {
  position: absolute;
  clear: both;
  top: 159px;
  left: 0px;
  width: 250px;
  padding: 8px 8px 9px 14px;
  margin: 0px 0px 0px 0px;
  text-align: left;
  background-color: #F7F6EE;

}

#center {
  position: absolute;
  top: 124px;
  left: 240px;
  margin-left: 47px;
  margin-top: 35px;
  padding: 10px 8px 10px 8px;
  text-align: center;
  background-color: #F7F6EE;

}

#right {
   position: absolute;
   clear: both;
   right: 0px;
   top: 159px;
   width: 250px;
   padding: 13px 14px 48px 8px;
   text-align: left;
   background-color: #F7F6EE;

}

#bottom {
   position: absolute;
   clear: both;
   right: 20px;
   top: 625px;
   width: 94.7%;
   text-align: left;
   margin:15px 5px 0px 0px;
   padding:5px 5px 0px 0px;
   background-color: #F7F6EE;
   border-top: 1px dotted #155F83;


}
#bottom2 {
   position: absolute;
   clear: both;
   right: 20px;
   top: 735px;
   width: 94.7%;
   text-align: left;
   margin:0px 5px 5px 0px;
   padding:0px 5px 2px 0px;
   background-color: #F7F6EE;
   border-bottom: 1px dotted #155F83;
}
.box {
    w\idth: 1000px;
    height: 100px;

}

.wr {
    width: 1000px;
    height: 100px;
    background-color: #F7F6EE;
 }

.box2 {
    w\idth: 1000px;
    height: 100px;

}

.wr2 {
    width: 1000px;
    height: 100px;
    background-color: #F7F6EE;
 }
.caption{
   font-size:13px;
}

a.link {text-decoration: underline;}
a.link:link {color:#0054a8;}
a.link:visited {color:#0054a8;}
a.link:hover {color:#f70000;}

.latest {
  text-decoration: underline;
  color: #155F83;
  }

a.latest:link {color: #155F83;}
a.latest:visited {color: #155F83;}
a.latest:hover {color:#E38217;}

#wrapper {
width:1000px;
padding:1px;
}

.left_column {
width:295px;
float:left;
text-align:left;
margin:1px;
padding-left: 15px;
padding-right: 40px;
margin-bottom: 0px;
margin-left: 20px;
background-color: #F7F6EE;
position: absolute;
top: 868px;
}

.central-column {

width:300px;
float:left;
margin:1px;
border-right: 1px dotted #155F83;
border-left: 1px dotted #155F83;
padding: 0px 10px 0px 10px;
margin-bottom: 0px;
background-color: #F7F6EE;
position: absolute;
left: 340px;
top: 868px;
}

.right_column {
width:300px;
float:left;
text-align:left;
margin:1px;
padding-left: 10px;
margin-bottom: 0px;
margin-left: 20px;
background-color: #F7F6EE;
position: absolute;
left: 656px;
top: 868px;
}




