body{
 background: #CCDFFF;
 }
.title{
 background-image:url('images/ptitle.gif');
 background-repeat:no-repeat;
 background-position:center;
 width:100%;
 height:102px;
 text-align:center;
 }
.rightbar{
 width:200px;
 float:right;
 background-color:#ECF3FE;
 overflow:scroll;
 font-size:80%;
 padding:1px;
 border: 1px solid #C0C0C0;
 }
.leftbar{
 float:left;
 text-align:center;
 width:200px;
 }
.bp{
 font-weight:bold;
 font-size:110%;
 } 
a:link{
 color:#284F9E;
 }
.hrule{
 width:100%;
 color: #3A494E;
 font-size:80%;
 text-align:center;
 }