body {
  margin: 0;
  text-align: center;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 62.5%; /* makes default 16px fonts od most browsers 10px then work in ems */
  background-color: #ffc;
  background-repeat: repeat
  }

p {font-size: 1.2em;}

h1 {font-size: 1.5em; color: #fff;}

h2 {font-size:1.2em;}
h3 {font-size:1.2em;}
h4 {font-size:1.2em;}
h5 {font-size:1.2em;}
h6 {font-size:1.2em; color: #A4887C;}

ul {font-size: 1.2em}

input, select, th, td { font-size: 1.2em; }

#container {
  width: 900px;
  margin: 0 auto;
  border: 1px solid #999;
  border-top: 0;
  text-align: left;
  background-color: #96cb93;
  }

#menu {
  float: left;
  width: 200px;
  xheight: 4650px;
  padding-top: 5px;
  }

#content {
  width: 700px;
  xheight: 5830px;
  padding: 5px;
  border-left: 1px solid #fff;
  }

#col1of3 {
  float: left;
  width: 235px;
  text-align: left;
  }

#col2of3 {
  float: left;
  width: 235px;
  text-align: left;
  }

#col3of3 {
  float: right;
  width: 235px;
  text-align: left;
  }


#col1of2 {
  float: left;
  width: 350px;
  text-align: left;
  }

#col2of2 {
  float: left;
  width: 350px;
  text-align: left;
  }














/* MENU */

#menu {
  float: left;
  width: 160px;
  }

.menu_header {
  margin: 0;
  padding: 0;
  }

#menu_content {
  padding: 0 2px 0 8px; /* 8px lines up left hand side with Comfort logo */
  }

.ul_menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  }

.li_menu {
  padding: 5px 0 5px 0;
  border-top: 1px solid #fff;
  }

.li_menu_active {
  padding: 5px 0 5px 0;
  border-top: 1px solid #fff;
  }

.li_menu_last_item {
  padding: 5px 0 5px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  }

.li_menu_last_item_active {
  padding: 5px 0 5px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #F00;
  }

.menu_heading {
  font-weight: bold;
  font-size: 1.4em;
  color: #663300;
  }

.li_menu a:link, .li_menu a:visited, .li_menu a:hover, .li_menu a:active {
  text-decoration: none;
  color: #000000;
  }

.li_menu_active a:link, .li_menu_active a:visited, .li_menu_active a:hover, .li_menu_active a:active {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  }

.li_menu_last_item a:link, .li_menu_last_item a:visited, .li_menu_last_item a:hover, .li_menu_last_item a:active {
  text-decoration: none;
  color: #000000;
  }



.li_menu a:hover {
  font-weight: bold;
  color: #fff;
  }

.li_menu_active a:hover {
  font-weight: bold;
  color: #fff;
  }

.li_menu_last_item a:hover {
  font-weight: bold;
  color: #fff;
  }

.li_menu_last_item_active a:link, .li_menu_last_item_active a:visited, .li_menu_last_item_active a:hover, .li_menu_last_item_active a:active {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  }




.bold {
  font-weight: bold;
  }

.img_float_left {
  margin-right: 5px;
  float: left;
  }

.img_float_right {
  margin-left: 5px;
  float: right;
  }

.clear_left {
  clear: right;
  }

.clear_right {
  clear: right;
  }

.clear_both {
  clear: both;
  }

/* GENERAL LINKS */

.general_link a:link, .general_link a:visited, .general_link a:hover, .general_link a:active {
  text-decoration: underline;
  color: #o6c;
  font-weight: bold;
  }

.general_link a:hover {
  color: #o6c;
  }

.signature {
  font-family: Bradley Hand ITC, Monotype Corsiva, Verdana, Arial, Sans-Serif;
  font-size: 3em;
  }

.sponsor_left {
  width: 145px;
  margin-top: 5px;
  text-align: center;
  border: 1px solid #fff;
  }

.sponsor {
  width: 167px;
  height: 500px;
  margin-top: 5px;
  margin-left: 5px;
  text-align: center;
  border: 1px solid #fff;
  float: left;
  }
  