body {
   margin:0;
   padding:0;
   background:#BCBCBC url(images/bg.jpg) repeat-x;
   text-align:center;
   font-family:arial, verdana, sans-serif;
   font-size:x-small;
   color:#000;
}
img {border:none}
h3 {
   color:#10256F;
   font-family: georgia, "Times New Roman", sans-serif;
   font-size:16px;
}
#wrap {
   text-align:left;
   width:766px;
   margin:0 auto;   
}
#header {
   margin:0;
   padding:0;
   text-indent:-9999px;
   width:766px;
   height:130px;
   background: #000 url(/images/logo.gif) no-repeat;
   color:#fff;
}
#consult {
   background:#fff url(images/hero-sub-consult.gif) no-repeat;
   width:766px;
   height:53px;
}
#consult_link {
   height: 36px;
   width:334px;
   margin: 5px auto;
   text-indent:-999px;
   display:block;
   text-decoration:none;
}
#content {
   background: #fff url(images/main-content-bg.gif) repeat-y;
}
#content_table {
   width:744px;
   margin:0 auto;
}
#leftCol, #rightCol {
   width:172px;
   background-color:#e7e7e7;
}
#rightCol form {
   margin:0;
   padding:5px; 
   padding-left: 8px;  
}
label {
   display:block;
   font-weight:bold;
   color:#000;
   margin-top:5px;
}
#centerCol {
   width:400px;
   padding: 15px 8px 8px 8px;
   font-size:small;
}
#nav a {display:block}
#footer {
   width:766px;
   height:15px;
   background: #fff url(images/footer.gif) no-repeat;
   margin-bottom:15px;
}