
#container {
     float:inherit;
     text-align:center;
}

  body
{
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-family: sans-serif,verdana,arial,helvetica;
    font-size: 12px;
}

#frame {
   width:850px;
   height:1298px;
   margin-top:0px;
   margin-bottom:0px;
   text-align:left;
   border-color:#8F8F8F;
   border-style:solid;
   border-width:3px;
   font-weight: lighter;
   background-color: #FBFBFB;
}

#topleft
{
    height:98px;
    width:110px;
    float:left;
    margin-top:0px;
    margin-bottom:0px;
    line-height:4px;
    font-family:Monotype Corsiva;
    font-size:13px;
    color:#444444;
    background-image:url('images/topheader.jpg');
    padding-top:4px;
}

 #topmiddle {
    height:98px;
    width:507px;
    float:left;
    background-image: url('images/topheader.jpg');
    color:#444444;
    line-height:22px;
    vertical-align:bottom;
}

#topright {
   height:98px;
   width:226px;
   float:left;
   margin-top:0px;
   margin-bottom:0px;
   padding-top:5px;
   padding-right:5px;
   background-image:url('images/topheader.jpg');
}

#main {
  float:left;
  width:535px;
  height:1160px;
  padding:5px;
  margin:0;
  background-color: #FBFBFB;
  color: #454545;
}

#heading
{
    font-family: Monotype Corsiva;
    font-weight: bold;
    font-size: 28px;
    color: #656565;
    margin-top:1px;
    margin-bottom:18px;
}

h5
{
    margin-top:1px;
    margin-bottom:18px;
    font-size: 14px;
}

#leftcontent {
    float:left;
    width:110px;
    height:1160px;
    padding:10px;
    margin:0px;
    background-image:url('images/leftgray.gif');
    color:#454545;
}

#rightcontent {
  float:right;
  width:125px;
  height:1160px;
  padding:10px;
  margin:0px;
  background-image:url('images/rightgray.gif');
  color:#454545;
}

 #bottomfooter 
 {     
  height:40px;
  width:850px;
  text-align:center;
  background-color:#DDDDDD;
}

a {
  color:#003399;
  text-decoration:none;
}

a:hover {
  color:#080808;
}