HTML,BODY,P,A,FONT,UL,LI,FONT,TABLE,TR,TD,H1,H2,H3,H4 {
  font: 8pt/14pt Helvetica, Sans-serif;
  background-color: transparent;
  }

BODY {
  margin: 0px;
  padding: 20px;
  background-color: #eee;
  }

H1, H2, H3, H4 {
  padding: 0px;
  margin: 0px;
  }

SMALL {
  font-size: 7pt;
  }

IMG {
  border-width: 0px;
  }

#container, #tagline, #standards {
  width: 740px;
  }

#header {
  border: 1px solid #ccc;
  border-width: 1px 1px 0px 1px;
  height: 210px;
  }
  #title {
    height: 50px;
    background: #fff url(../img/buttonback.jpg) repeat-x;
    }
  #bannerText {
    position: relative;
    top: 10px;
    line-height: 40px;
    color: #669;
    padding: 2px;
    margin-left: 20px;
    font: 8pt Arial;
    text-transform: lowercase;
    letter-spacing: 10px;
    }
  #banner {
    text-align: left;
    height: 160px;
    background: #FFF url(../img/liquid.jpg) no-repeat bottom left;
    }

#navigation {
  height: 38px;
  margin: 0px;
  padding: 0px;
  padding-left: 60px;
  background: transparent url(../img/buttonbackgroundborder.gif) repeat-x;
  }
  #navigation h2 {
    display: none;
    }
  #navigation ul {
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
    }
  #navigation li {
    float: left;
    margin: 0px;
    padding: 0px;
    }
  #navigation li a {
    margin: 0px;
  	float: left;
  	font: 8pt Helvetica, Sans-serif;
  	text-transform: lowercase;
  	letter-spacing: 2px;
  	line-height: 38px;
    display: block;
    padding: 0px 30px 0px 32px;
    text-decoration: none;
    color: #333;
    }
  #navigation li.active {
    background: #fff url(../img/leftbutton.jpg) no-repeat top left;
    }
  #navigation li.active a {
    background: transparent url(../img/rightbutton.jpg) no-repeat top right;
    color: #f90;
    font-weight: bold;
    }
  #navigation li.inactive a:hover {
    color: #666;
    text-decoration: underline;
    }

#mainbody {
  border: 1px solid #ccc;
  border-width: 0px 1px 1px 1px;
  margin: 0px;
  padding: 20px 20px 20px 40px;
  background-color: #fff;
  }
  #leftColumn, #middleColumn, #rightColumn, #clientsColumn, #contactColumn {
    /*width: 210px;
    float: left;*/
    margin: 0px;
    margin-right: 20px;
    text-align: justify;
    }
  #break {
    clear: both;
    width: 100%;
    height: 1px;
    border: 1px dotted #ddd;
    border-width: 1px 0px 0px 0px;
    margin-top: 20px;
    }
  #mainbody H2 {
    margin: 20px 0px 0px 0px;
    }
  #mainbody H2 SPAN {
    padding: 0px 0px 0px 20px;
    font: 14pt Tahoma,sans-serif;
    background: transparent url(../img/bullet.gif) no-repeat 0px 5px;
    }
  #mainbody A {
    text-decoration: none;
    color: #39f;
    }
  #mainbody P {
    text-indent: 30px;
    padding-left: 10px;
    }
  #clientsColumn {
    width: 100%;
    }
  DIV.client {
    clear: both;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 10px 0px;
    border: 1px dotted #ddd;
    border-width: 1px 0px 0px 0px;
    }
  DIV.client A {
    padding-left: 18px;
    }
  DIV.clientImageRight, DIV.clientImageLeft {
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    }
  DIV.clientImageRight {
    float: right;
    margin-left: 20px;
    }
  DIV.clientImageLeft {
    float: left;
    margin-right: 20px;
    }
  DIV.clientDescription {
    padding-top: 10px;
    }


#standards {
  text-align: center;
  clear: both;
  padding-top: 20px;
  }
#standards, #standards a {
  color: #69f;
  text-decoration: none;
  }

#tagline {
  text-align: center;
  clear: both;
  padding: 0px;
  }

#tagline, #tagline a {
  font-size: 7pt;
  color: #CCC;
  text-decoration: none;
  }
