/* general styles */
body {background: #989796 url(../images/bkgd_main.jpg) repeat-x;}
a:link, a:active, a:hover, a:focus, a:visited {color: #4082c6; text-decoration: none;}
a:hover {text-decoration: underline;}
sup {font-size: .9em; vertical-align: text-top!important;}
p {margin: 0 0 15px 0; line-height: 1.4em;}
.clear {
  clear: both;
  margin: 0; 
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  height: 0px !important; 
  height /**/:1px; }
   

/* layout styles */
#wrapper {width: 900px; margin: 0 auto;}
  #container {
    width: 860px;
    margin: 12px auto;
    border: 1px solid #ddd;
    min-height: 800px;
    _height: 800px;
    background: #fff url(../images/bkgd_bottom_block.gif) repeat-x bottom left;}

  #header {height: 103px;}
    #header img {margin: 17px 0 0 95px;}
  #topnav {
    height: 26px;
    background: url(../images/bkgd_topnav.jpg) repeat-x;}
    
  #pageTitle {width: 750px; margin-left: 95px;}
    #pageTitle h1 {margin: 48px 0 14px 0; padding: 0 0 14px 0; border-bottom: 1px solid #dcdcdc;}
  
    #maincol {float: left; width: 525px; margin-right: 67px;}
    
    #rightcol {float: left; width: 158px;}
      #rightcol h2 {
        font-size: 1em; 
        font-weight: bold; 
        border-bottom: 1px solid #ddd;
        line-height: 1.4em;}
      #rightcol ul {list-style-type: none; margin: 0; padding: 0;}
        #rightcol ul li {
          clear: left;
          list-style-type: none; 
          margin: 0; 
          height: 46px;
          border: 1px solid #fff;}
        #rightcol ul li img {float: left; margin: 0 10px 9px 0;}
        #rightcol ul li p {margin: 10px 0 0 0!important;}
  
  #footer {
    clear: left;
    font-size: 1em;
    width: 860px;
    margin: 0 auto;
    margin-top: 10px;}
  #footer a:link, #footer a:active, #footer a:hover, #footer a:focus, #footer a:visited 
  {color: #fff; text-decoration: underline;}
  #footer ul {list-style-type: none; margin: 0; padding: 0 0 40px 0;}
  #footer ul li {
    list-style-type: none; 
    margin: 0 3px 0 0; 
    padding: 0 3px 0 0; 
    float: left;
    color: #fff;
    border-right: 1px solid #fff;}
  .noline {border-right: none!important;}
