#page{
  width:900px;
  background-color:white;
  margin:0px auto;
}

#middle{
  width:833px;
  margin:0px auto;
}

#navigation{
  width:550px;
  float:left;
  padding-top:33px
}

#logo{
  width:212px;
  float:right;
}

#leftcolumn{
  width:213px;
  float:left;
}
.leftcolumn{
  background-color:#fcfcfa;
  border-left:#565c98 3px solid;
  border-right:#565c98 3px solid;
}
.leftcolumn img{
  margin-left:-4px;
}

#rightcolumn{
  width:593px;
  background-color:#fcfcfa;
  border-left:#565c98 3px solid;
  border-right:#565c98 3px solid;
  padding:5px 6px 0px 6px;
  text-align:justify;
  float:right;
}
#rightcolumntop{
  margin-left:-9px;
  margin-top:-5px;
}
#rightcolumnbottom{
  margin-left:-9px;
  padding-top:10px;
  padding-bottom:0px;
  margin-bottom:0px;
}

#rightcolumn h1{
  color:#565c98;
  font-size:22px;
  text-align:center;
}

#rightcolumn h2{
  color:#565c98;
  font-size:16px;
  text-align:center;
}

#leftcolumn {
  text-align:center;
  color:#565c98;
}
#leftcolumn h1{
  font-size:16px;
}
#leftcolumn form{
  text-align:left;
}
#services ul {
  margin:0px;
  padding:0px;
  list-style:none;
  font-size:12px;
}
#faq h2{
  text-align:left;
}
