  p, div, h1, h2 {
      margin:0;
      padding:0;
  }
  
  p { margin-bottom: 5px; }

  img { border: 0 none; }
  
  body {
    background-color:#fff;
    font-size:12pt;
    font-family: arial, sans-serif;
  }
  
  div.center { 
    text-align:center; 
  }

  div#wrapper {
    width: 900px;
    background-color: #e5e5e5;
    border:1px solid black;
    padding: 5px 10px;
    margin: 0 auto 5px auto;
  }
  
  div#leftcol {
    width:150px;
    float:left;
  }
  
  #leftcol h1 {
    background-image:url('../images/pros_logo.png');
    width:150px;
    height:142px;
  }

  #leftcol h1 span {
    display:none;
  }
  
  div#navcol {
    margin-top: 10px;
  }
  
  #navcol ul {
    padding:0;
    list-style-type:none;
    margin-left:0;
  }

  #navcol ul li{
    background-image:url('../images/menu_grad.png');
    margin:2px 0px;
    height:27px;
    padding-top:5px;
  }

  #navcol ul li a{
    font-weight:bold;
    font-size:0.75em;
    color:#fff;
    text-decoration:none;
  }

  #navcol ul li:first-child{
    background-image:url('../images/menu_grad_top.png');
  }

  #navcol ul li:last-child{
    background-image:url('../images/menu_grad_bottom.png');
  }
    
  div#maincol {
    width:740px;
    float:left;
    text-align:left;
    margin:0 0 0 10px;
  }
  
  #header {
    height:102px;
    margin-bottom:10px;
    background-image:url('../images/header_grad.png');
    background-repeat:repeat-x;
  }

  #header h1 {
      color:#fff;
      padding-top:10px;
      padding-left:20px;
  }
  
  #header h2 {
      text-align:center;
      color:#fff;
      padding-top:10px;
  }
  
  #topmenu {
    height:30px;
    margin-bottom: 10px;
    text-align:center;
  }
  
  #topmenu ul {
    padding:0;
    list-style-type:none;
  }
  
  #topmenu li {
    display:inline;
    padding:5px 25px 5px 25px;
    background-image:url('../images/menu_grad2.png');
    background-repeat:repeat-x;
    margin:0 1px 0 1px;
  }

  #topmenu li a{
    font-weight:bold;
    font-size:0.75em;
    color:#fff;
    text-decoration:none;
  }

  #topmenu li:first-child {
    background-image:url('../images/menu_grad2_left.png');
    background-repeat:no-repeat;
    margin-left:0;
  }
  
  #topmenu li:last-child {
    background-image:url('../images/menu_grad2_right.png');
    background-repeat:no-repeat;
    background-position:right;
    margin-right:0;
  }

  .contentpaneopen {
    color:#000000;
    background-color:#B6B6B6;
    font-weight:bold;
    font-size:0.8em;
    padding:10px 20px 50px 20px;
    width:100%;
  }

  .clearer {
    float:none;
    clear:both;
    height:0px;
  }

  #footer {
    margin:30px 10px 10px 10px;
    background-image:url('../images/footer_grad.png');
    background-repeat:repeat-x;
    height:24px;
    font-weight:bold;
    font-size:0.8em;
    color:#000000;
  }

  #footer a {
    color:#000000;
    text-decoration:underline;
  }

  #subfooter p {
    font-size:0.75em;
    color:#656565;
  }


