body{
  margin: 0px;
  padding: 0px;
  color: #666666;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: justify;
}
a {
  color:#666666;
  text-decoration: none;
  font-weight: bold;
}
#header{
    background: #FFFFFF url(images/logo.jpg) left no-repeat;
    height: 67px;
}
#header .account
{
 text-align: right;
 padding: 5px;
 float:right;

}
#banner {
  background: url(images/banner.jpg) no-repeat;
  height: 184px;
}
#banner div.navigator {
  margin-top: 150px;
  text-align: right;
  color: #E77817;
  float:right;
 
}

#banner a{
 
 color: #005CA1;
 /*background: #FFFFFF;display: block;*text-transform: uppercase;*/
 height: 20px;
 padding: 8px 3px 0px 3px;
 
}
#banner a.selected{
 background: #FFFFFF url(images/down-arrown.gif) center top no-repeat;
 color: #E77817;
 /*display: block;*/
 padding: 8px 3px 0px 3px;
 text-transform: uppercase;
}
#left {
  padding: 10px 5px 5px 0px;
  width:540px;
  vertical-align: top;
}
#left .main{
    border: #999999 solid 1px ;
    padding:10px;
    height:500px;
   
}
#left .main2{
    border: #999999 solid 1px ;
    padding:10px 10px 0px 10px;  
   
}
#right{
  padding: 10px 0px 10px 5px;
  vertical-align: top;
}

#right .frame{
    border: #999999 solid 1px ;
}

#right .frame_head{
    background:#FFFFFF url(images/headbg.gif) right no-repeat;
    border: none;
    height: 21px;
    color:#FFFFFF;
    /*float:right;*/
    padding: 5px 10px 0px 20px;
    text-transform: uppercase;
    text-align: right;
}
#right .frame_body{
 padding: 10px;
}
#footer{
  border: #999999 solid 1px;
  color: #005CA1;
  padding:10px 20px 10px 20px;
}
#footer a{
  color: #E77817;
  text-decoration: none;
}

input.text_normal{
  background-color: #FFFFFF;
  border: #999999 solid 1px;
  width:98%;
}
input.text_focus{
  background-color: #fae4d1;
  border: #E77817 solid 1px;
  width:98%;
}
.title{
  font-size: 1.1em;
  font-weight: bold;
  padding:5px 0px 5px 0px;
}
.title a{
  color: #005CA1;
}
.orange{
  color: #E77817;
  font-weight: bold;
  font-size: 1.4em;
}
.blue{
  color: #005CA1;
  font-weight: bold;
  font-size: 1.4em;
}
.ads{
  background-color: #CCCCCC;
  width:520px;
  height: 157px;
  text-align: center;
  vertical-align: middle;
 
}

