﻿body {
  font-family: Verdana, Tahoma, sans-serif; font-size: 7pt; color: #223f83;
}

a {
  color: #2caae1; text-decoration: none;
}

a:hover {
  color: #223f83; text-decoration: underline;
}

h1, h2 {
  font-size: 8pt; font-weight: bold;
  margin: 0px 0px 10px 0px;
}

p {
  text-align: justify;
  margin: 0px 0px 10px 0px;
}

#title {
  width: 760px; height: 144px; overflow: hidden;
}

#menu {
  width: 720px; height: 14px; overflow: hidden;
  text-align: right;
  font-size: 9pt; color: #2caae1; font-weight: bold;
  padding: 11px 20px;
  background-image: url('./../images/menu_bg.jpg'); background-position: top; background-repeat: no-repeat;
}

  #menu img.menu {
    vertical-align: bottom; margin: 0px 3px 0px 15px;
  }

  #menu a {
    text-decoration: none;
  }
  
  #menu a:hover {
    color: #223f83; text-decoration: none;
  }
  
#content {
  position: relative;
  width: 760px;
  text-align: left;
  margin: 15px 0px;
}

  #left {
    position: absolute; left: 0px; top: 0px;
    width: 130px;
    float: left;
    padding: 0px 15px;
  }
  
  #middle {
    width: 361px;
    border: 1px solid #5677bb; border-width: 0px 1px;
    padding: 0px 15px;
    margin-left: 160px;
  }

  #right {
    float: right;
    text-align: right;
  }
  
    #right h1 {
      text-align: right; font-size: 8pt;
    }
  
    #right p  {
      text-align: right; font-size: 7pt; color: #5677bb;
      margin-bottom: 30px;
    }
    
  div.row {
    position: relative;
    width: 553px; min-height: 110px; /* for IE */ _height: expression(this.scrollHeight < 110 ? '110px' : 'auto');
    background: transparent url('./../images/row_bg.gif') repeat-y scroll right;
  }
    
    div.row img.rowImage {
      float: left;
      margin: 0px 15px;
    }
    
    div.row div.rowContent {
      width: 339px;
      margin-left: 198px;
    }
  
#footer {
  width: 725px; height: 35px;
  text-align: left;
  padding: 4px 18px 0px 17px;
  background: transparent url('./../images/bottom_bg.gif') no-repeat scroll top;
}

  #footer a {
    color: #223f83; text-decoration: underline;
  }
  
  #footer div.contactCol {
    float: left;
    margin-right: 15px;
  }

  #footer div.contactLabel {
    float: left; width: 40px;
    text-align: right;
    padding-right: 3px;
    margin-right: 0px;
  }

  #copyright {
    float: right;
  }