body {
     margin : 10px 10px 0;
     padding : 0;
     font-size : 14px;
     font-family: Arial;
}
#leftcontent {
     position : absolute;
     border-top : 1px solid #c3d9ff;
     left : 10px;
     top : 50px;
     width : 150px;
     background : #c5e6ee;
}
a:hover {
     background-color : #c0c0c0;
}
#centercontent {
     background : #fff;
     margin-left : 151px;
     margin-right : 10px;
     border-left : 1px dotted #c3d9ff;
}
#banner {
     background : #c5e6ee;
     height : 40px;
     border : 1px solid #c3d9ff;
     height : 39px;
}
html > body #banner {
     height : 39px;
}
p, h1, pre {
     margin : 0 10px 10px;
}
h1 {
     font-size : 14px;
     padding-top : 10px;
}
#banner h1 {
     font-size : 21px;
     padding : 10px;
     margin : 0;
}
div.body_content {
   height : 92%;
   width : auto;
   margin-left : 151px;

     margin-bottom : 5px;
     
}
div.right_content
{
       height : 92%;
    width : 2%;
}
#centercontent pre {
     font-size : 11px;
}
div.eventHead
{
     font-size: 12px;
     font-weight: bold;
}
div.event
{
     font-size: 11px;
}
