 html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
 pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul,
 li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
 border:0 none;
 margin:0;
 padding:0;
 }
body {text-align:center;
         margin:0;
         background:#3D3D3D url(/img/gradient_bg.jpg) repeat-x scroll 0 0;
         }
img {border:0;}
li {padding-bottom:15px;}
p {padding:0;text-align:left;}
td,th {font-family: Arial, Helvetica, sans-serif;
           font-size: 100%;color:#285198;}
th {background-color: #285198;color: #ffffff;}

#background {
    background:transparent url(/img/bg_drop.png) repeat-y scroll center center;
    margin:0 auto; 
    }

#pageContainer {
     position: relative;
     margin:0 auto;
     width: 750px; 
     }

.bottomCap {
background:transparent url(/img/bottom_cap_drop.png) no-repeat scroll center center;
height:46px;
margin:0 auto;
}
.topCap {
background:transparent url(/img/top_cap_drop.png) no-repeat scroll center bottom;
height:28px;
margin:0 auto;
}
#mainsectionContainer {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 80%;
     color:#285198;
     background: #C8E3FF;
     position: relative; 
     width: 750px;
     text-align:left;
     }
#leftPane {
     text-align:left;
     background: #ffffff;
     position: relative;
     left:0px;
     width: 375px;
     }
#rightPane {
     background: #C8E3FF;
     position: absolute;
     top:0;
     left:375px;
     width: 375px;
     }
#titleContainer {
     height:40px;
     position: relative;
     }
#paneTitle {
     position: absolute;
     text-align:left;
     top: 0px;
     left: 40px;
     height: 40px;
     }
#paneText {
     width:355px;
     text-align:left;
     position: relative;
     padding:10px 10px;
}