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: #333;
  }

p {font-size: 1.3em;}

h1 {font-size: 1.5em; color: #333;}

h2 {font-size:1.3em;}
h3 {font-size:1.3em;}
h4 {font-size:1.3em;}
h5 {font-size:1.3em;}
h6 {font-size:1.3em; color: #A4887C;}

ul {font-size: 1.3em}

input, select, th, td { font-size: 1.3em; }

#container {
  width: 902px;
  background-color: #fff;
  margin: 0 auto;
  border: 1px solid #999;
  border-top: 0;
  text-align: left;
  }

#col1 {
  float: left;
  width: 200px;
  }

.col1_header {
  float: left;
  }

#col2 {
  float: left;
  width: 701px;
  border-left: 1px solid #999;
  }

.col2_header {
  backcolor: #333;
  border-bottom: 1px solid #ccc;
  }

#menu {
  }

#company_details {
  width: 90%;
  margin-left: 10px;
  font-size: 0.8em;
  }

#links {
  width: 89%;
  margin-left: 10px;
  font-size: 0.8em;
  text-align: center;
  border: 1px solid;
  }

#content {
  width: 95%;
  margin: 0 auto;
  }

#footer {
  width: 901px;
  border-top: 1px solid #999;
  font-size: 0.8em;
  }


.menu_text {
  padding: 0 0 0 5px;
  font-size: 1.2em;
  }

.bold {
  font-weight: bold;
  }


.image_float {
  float: right;
  }


.spacer {
  clear: right;
  }


.general_link a:link, .general_link a:visited, .general_link a:hover, .general_link a:active {
  text-decoration: none;
  color: #000099;
  }

.general_link a:hover {
  color: #F00;
  }

.signature {
  font-size: 2.5em;
  font-family: Monotype Corsiva, Arial, Sans-Serif;
  }

.menu {
  width: 200px;
  line-height: 31px;
  margin: 0;
  }

.menu ul {
  list-style: none;
  }

.menu li {
  background: transparent url(images/btn_bg.jpg) no-repeat left center;
  padding: 0 0 0 5px;
  }

.menu a:link, .menu a:visited, .menu a:hover, .menu a:active {
  text-decoration: none;
  color: #000;
  }

.menu_last_item_active a:link, .menu_last_item_active a:visited, .menu_last_item_active a:hover, .menu_last_item_active a:active {
  text-decoration: none;
  color: #F00;
  }

.menu_active a:link, .menu_active a:visited, .menu_active a:hover, .menu_active a:active {
  text-decoration: none;
  color: #F00;
  }

.menu a:hover {
  color: #F00;
  }

.menu_active a:hover {
  color: #F00;
  }

.li_menu_active a:hover {
  color: #F00;
  }

.li_menu_last_item {
  padding: 5px 0 5px 0;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  }

.li_menu_active {
  padding: 5px 0 5px 0;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  color: #F00;
  }

.li_menu_last_item_active {
  padding: 5px 0 5px 0;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  color: #F00;
  }

.li_menu_heading {
  font-weight: bold;
  font-size: 1.4em;
  color: #630;
  }

.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: #000;
  }

.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;
  color: #F00;
  }

.li_menu_last_item a:hover {
  color: #F00;
  }

.footer {
  clear: both;
  padding: 5px;
  }

.image {
  }

