body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  background: url('images/bg.jpg') repeat-x;
  margin: 0;
  padding: 0;
}

#outer_container {
  width: 820px;
  margin: 0 auto;
  padding: 0px 10px;
  background: url('images/shadowbg.png') repeat-y;
}

#top_navigation {
  width: 800px;
  padding: 10px 0px;
  text-align: center;
  background: #5088BD;
  height: 25px ;
}

#top_navigation ul {
  display: inline;
}

#top_navigation ul li {
  display: inline;
}

#top_navigation ul li a {
  margin: 5px;
}

#top_navigation ul li a {
  margin: 5px;
}

#contact_details {
  width: 780px;
  text-align: center;
  background: #E1E2E3;
  padding: 10px;
}

#sub_navigation {
  width: 800px;
  padding: 1px 0px;
  text-align: center;
  background: #6699FF;
}

#sub_navigation ul li a {
  margin: 10px;
  font-size: 0.9em;
}

#sub_navigation ul li {
  display: inline;
}

#contact_details span,
#contact_details a {
  font-size: 75%;
}

#main_content {
  width: 750px;
  background: #E1E2E3;
  border-left: 10px solid #2F669C;
  padding: 20px;
}

#footer {
  width: 780px;
  background: #E1E2E3;
/*   border-left: 10px solid #2F669C; */
  padding: 10px;
  font-size: 80%;
  text-align: center;
  border-bottom: #777 solid 1px;
}

#footer a {
  font-size: 120%;
}

img.floataround {
  float: right;
  position:relative;
  right: -20px;
  margin-left: 10px;
}

h1, h2, h3 {
  clear: both;
}

h2 {
  font-size: 1.7em;
}

h3 {
  font-size: 1.2em;
}

hr {
  clear: both;
  border: none;
  height: 0;
}

a:link{ text-decoration:none; color:#000000; font-family:Arial, Helvetica, sans-serif; font-size: 11pt; }

a:visited{ text-decoration:none; color:#000000; font-family:Arial, Helvetica, sans-serif; font-size: 11pt; }

a:active{ text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size: 11pt; }

a:hover{ text-decoration:underline; font-family:Arial, Helvetica, sans-serif; font-size: 11pt; }

a:active{ text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size: 11pt; }

a:focus{ text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size: 11pt; }

td.money {
  text-align: right;
}
