body {
  font-family: "verdana";
  font-size: 10px;
}


#page {
  width: 538px;
  margin: 0 auto;
}
a img {
  border-width: 0;
}

#header ul {
  margin: 0;
  padding: 0;
}
#header li {
  margin: 0;
  padding: 0;
  float: left;
  width: 90px;
  height: 102px;
  list-style-type: none;
}
#header li.logo {
  width: 88px;
}

#header_img {
  
}

#content {
  /*
  background-image: url("IMAGES/FUNCTIONAL/home-color.gif");
  background-repeat: repeat-y;
  background-position: top left;
  */
  /*
  margin-left: 88px;
  margin-bottom: 20px;
  */
  padding-left: 8px;
  float: left;
}

#sidebar {
  width: 80px;
  background-color: #e8e8e8;
  float: left;
  height: 365px;
}
#sidebar ul, #sidebar li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#sidebar li {
  display: block;
  float: left;
}
#sidebar li a img {
  width: width: 80px;
}
#sidebar div.pdf {
  clear: left;
  padding-top: 220px;
}
#sidebar div.pdf a {
  display: block;
}
#sidebar div.pdf img {
  display: block;
  height: 80px;
  width: 80px;
  border-top: 10px solid #fff;
  background-color: #fff;
}



#content .box {
  border: 2px solid #e8e8e8;
  padding: 4px;
}
#content .plain_box img {
  height: 366px;
  display: block;
}
#content .home_links a {
  width: 80px;
  margin-right: 10px;
  float: left;
  height: 366px;
}
#content .home_links img {
  height: 80px;
  height: 366px;
}

#content .vertical_box {
  height: 354px;
  float: left;
}
#content .vertical_image_box img {
  display: block;
}
#content .vertical_text_box {
  margin-left: 4px;
  width: 178px;
  overflow: hidden;
}
#content .horizontal_box {
  width: 430px;
}
#content .horizontal_image_box img {
  display: block;
  width: 440px;
  height: 365px;
  overflow: hidden;
}
#content .horizontal_text_box {
  margin-top: 14px;
  overflow: hidden;
  height: 66px;
}

#content .single_text_box {
  height: 354px;
  width: 430px;
  overflow: auto;
}

ul.alternating {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.alternating li {
  clear: both;
  padding: 10px 0;
  margin: 0;
}
ul.alternating li img {
  width: 60px;
}
ul.alternating li.odd img {
  float: left;
  margin-right: 10px;
}
ul.alternating li.even img {
  float: right;
  margin-left: 10px;
}


#footer {
  clear: both;
  width: 538px;
  padding: 20px 0 20px 0;
  background-image: url("IMAGES/FUNCTIONAL/built-by-piercedesign.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
}
#footer ul { 
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#footer li {
  margin: 0;
  padding: 0;
  float: left;
}
#footer li img {
  width: 28px;
  height: 28px;
  display: block;
}


