body {
  background:url(/images/pagebg.jpg) top left repeat-x #fff;
  color:#333;
  font-family:arial, helvetica, sans-serif;
  font-size:9pt;
  margin:0;
  padding:0;
}

img, fieldset { border:None; }

h1 {
  font-family:inherit;
  font-size:18pt;
  font-weight:Normal;
  border-bottom:1px solid #0072bc;
  margin:20px 0 0 0;
  padding:0 0 2px 0;
}

  h1 span { color:#ff7100; }

h2 {
  color:#ff7100;
  font-size:10pt;
  font-weight:bold;
  margin:0;
  padding;0;
}

p, table, form {
  clear:both;
}

p { margin-top:0; }

fieldset {
  clear:both;
  padding-bottom: 0px;
  padding-left: 5px;
}


fieldset label {
  width:110px;
  display:block;
  float:left;
  margin:0;
  padding:0;

}


table {
  border:1px solid #ccc;
}

td, th {
  padding:3px;
  padding-left:5px;
}

th {
  color:#333;
  text-align: left;
  font-weight: normal;
  background:#daeaf0;
  border-bottom:1px solid #ccc;
}

table a { color: #0072bc; }
a { color:#ff7100; text-decoration:none; font-weight:bold; }
a:Hover { color:#fff; background:#333; }
table a { color: #0072bc;  font-size:13px; }
table a:Hover { color:#fff; background:#0072bc;}

.nobg { background:none !important; }
.t-right { text-align:right; }
.alt { background:#daeaf0; }

.rounded {
  margin-top:60px;
  background:#daeaf0;
  padding:10px;
}
    
#container {
  width:800px;
  margin:0 auto 0 auto;
}

  #header {
    height:92px;
    margin-bottom:20px;
  }

    #logo { 
      width:230px;
      height:92px;
      display:block;
      float:left;
    }

    #header ul {
      margin:0;
      padding;0;
      width:auto;
      float:right;
      padding-right: 40px;
    }
    
    #header ul li {
      display:inline;
      margin:0;
      padding:0;
    }
      #header ul li a {
        font-weight:bold;
        color:#000;
        background:#fff;
        text-decoration:none;
        border-bottom:2px solid #FF7100;
        display:block;
        float:left;
        margin:70px 0 0 20px;
      }

      #header ul li a:hover {
        color:#fff;
        background:#333;
      }
    
      
  #left {
    width:570px;
    float:left;
    height:auto !important;
    height:600px;
    min-height:600px;
  }
  
    #left strong {
      color:#0072bc;
    }
  
    #left h2 {
      width:400px;
      float:left;
    }
    
    #left ul li {
      list-style:square;
      margin:0 0 0 20px;
      color:#333;
    }

    .news {
      margin-top:10px;
      padding:10px 0 10px 0;
      border-bottom:1px solid #ccc;
    }
    
      .news .date {
        color: #0072bc;
        font-style:italic;
        width:170px;
        text-align:right;
        float:right;
      }
      
      .news p { clear:both; padding-top:10px; }
 
  #right {
    width:200px;
    float:right;
  }
  
    #right a {
      color: #0072bc;
      font-weight:normal;
      text-decoration:underline;
      background:none;
    }
    
    #right a:hover {
      color:#fff;
      background:#0072bc;
    }
  
    #right ul, #left ul {
      clear:both;
      color:#ff7100;
      margin:10px 0 20px 0;
      padding:0;
    }
    
      #right ul li {
        list-style:square;
        margin:0 0 0 20px;
      }

    
  #footer {
    clear:both;
    margin-top:20px;
    padding:20px;
    border-top:1px solid #0072bc;
    color:#666;
    text-align:center;
    font-size:8pt;
  }
    
    
.title {
    clear: both;
    padding-top: 10px;
    color:#3B5D80;
    font: 13px Tahoma;
    line-height: 20px;
    font-weight: bolder;
    background: url( '../images/title_arrow.gif' ) no-repeat left center;
    background-position: 1px 14px;
    padding-left: 20px;
}

#infomessage, #errormessage {
    margin-bottom: 1.5em;
    padding: 0.3em;
    text-align: left;
    font-weight: bold;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

#infomessage {
    background-color: #390;
    border-color: #390;
    color: #390;
    background: #CFC;
}

#errormessage {
    border-color: #903;
    background-color: #fcc;
    color: #903;
}

.error, .msg {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.error {
    color: #FF0000;
    font-size: 9px;
}




