body {
  font: 70% Arial, Helvetica, sans-serif;
  line-height: 1.5em;
  margin: 20px 0 0 0;
  padding: 0;
  text-align: center;
  background-image: url(images/background.gif);
  background-repeat: repeat;
  }

a {
  border: 0;
  text-decoration: none;
  color: #3366CC;
  font-weight: normal;
  }

a:hover {
  text-decoration: underline;
  }

p {
  margin: 5px 0 15px 0;
  }

li {
  font-weight: bold;
  margin-left: -20px;
  color: #666666;
  }

table {
  border-collapse: collapse;
  color: #666;
  margin: 0;
  padding: 0;
  }

/* Hides from IE5/Mac \*/
  *html table { font-size: 1em; line-height: 1.5em; }
/* End hide from IE5/Mac */

ul {
  margin-top: 0;
  margin-bottom: 1.5em;
  }

ol {
  margin-top: 0;
  margin-bottom: 1.5em;
  }

div {
  margin: 0;
  padding: 0;
  }

h1 {
  color: #666666;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.5em;
  margin: 10px 0 10px 0;
  }

h2 {
  color: #3366CC;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  margin: 10px 0 10px 0;
  }

img {
  border: 0;
  }

/************** IDs and Classes **************/

#page {
  display: inline-table;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
  width: 807px;
  min-height: 600px;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  }

#page div.footer {
  width: 807px;
  height: 40px;
  margin-bottom: 0;
  padding-top: 10px;
  background-image: url(images/footer.gif);
  background-repeat: no-repeat;
  text-align: center;
  clear: both;
}

#page:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
  }

/* Hides from IE5/Mac \*/
  *html #page { height: 1px; overflow: visible; }
  #page { display: block; }
/* End hide from IE5/Mac */

div.header {
  height: 205px;
  position: relative;
  width: 787px;
  padding: 10px 10px 10px 10px;
  }

div.header div.left {
  height: 205px;
  float: left;
  width: 330px;
  }

div.header div.right {
  height: 205px;
  float: left;
  width: 400px;
  padding-left: 55px;
  }

div.navigation {
  width: 807px;
  height: 30px;
  }

div.mainContainer {
  width: 807px;
  }

div.leftSlim {
  float: left;
  width: 225px;
  padding: 10px 10px 10px 10px;
  background-color: #FAF9DE;
  }

/* Hides from IE5/Mac \*/
  *html div.leftSlim { width: 225px;}
/* End hide from IE5/Mac */
  
div.leftWide {
  float: left;
  width: 540px;
  padding: 0 20px 0 10px;
  }

div.plaincolumn {
  float: left;
  }
  
div.leftcolumn {
  float: left;
  width: 265px;
  padding-left: 10px;
  }

div.centercolumn {
  float: left;
  width: 255px;
  padding: 0 15px 0 15px;
  }

div.rightcolumn {
  float: right;
  width: 160px;
  height: 100%;
  padding: 15px 10px 15px 15px;
  background-color: #FAF9DE;
  }

div.mainContent {
  text-align: left;
  font-size: 1em;
  line-height: 1.5em;
  padding: 0 20px 0 20px;
  width: 767px;
  min-height: 310px;
  }

/* Hides from IE5/Mac \*/
  *html div.mainContent { width: 767px; min-height: 310px; }
/* End hide from IE5/Mac */