body 
  {
  margin: 0px 0px 0px 0px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: small;
  background-color:CCCCCC;
  }

a 
  { 
  color: #bedb1d; 
  text-decoration: none; 
  }

a:hover 
  { 
  color: white; 
  text-decoration: none; 
  }

a.menu 
  {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #FF6600;
  }

a.menu:hover 
  {
  color: white;
  }

p {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 70%;
  color: white;
  line-height:16px;
  }

h1
  {
  font-family: Century Gothic, Arial, Helvetica, sans-serif;
  font-size: 190%;
  font-weight: normal;
  color: white;
  }

h2
  {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 120%;
  font-weight: normal;
  color: white;
  }

ul
  {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 70%;
  color: white;
  margin-right: 5%;
  line-height:16px;
  }

li
  {
  margin:0px 0px 12px 0px;
  }

table.contact 
  {
  color: #fff;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  line-height:16px;
  padding: 2px;
  font-size: 70%;
  float: left;
  vertical-align: text-top;
  }

#splash_page
  {
  background-image:url(/images/splash_page.jpg);
  display:block;
  width:564px;
  height:264px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-top:120px;
  }

#old_button
  {
  display:block;
  float:left;
  border:none;
  margin:106px 0px 0px 25px;
  }

#transitional_button
  {
  float:left;
  display:block;
  border:none;
  margin:106px 25px 0px 0px;
  }

#outside_uk_button
  {
  float:left;
  display:block;
  border:none;
  margin:106px 25px 0px 0px;
  }


#new_button
  {
  display:block;
  float:left;
  border:none;
  margin:0px 0px 0px 25px;
  }

#dohns_button
  {
  float:left;
  display:block;
  border:none;
  margin:0px 25px 0px 0px;
  }




/* ie6 hacks */

* html #splash_page
  {
  background-image:url(/images/splash_page.jpg);
  display:block;
  width:564px;
  height:264px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-top:120px;
  }

* html #old_button
  {
  display:block;
  float:left;
  border:none;
  margin:106px 0px 0px 12px;
  }

* html #transitional_button
  {
  float:left;
  display:block;
  border:none;
  margin:106px 12px 0px 0px;
  }

* html #outside_uk_button
  {
  float:left;
  display:block;
  border:none;
  margin:106px 12px 0px 0px;
  }



* html #new_button
  {
  display:block;
  float:left;
  border:none;
  margin:0px 0px 0px 12px;
  }

* html #dohns_button
  {
  float:left;
  display:block;
  border:none;
  margin:0px 12px 0px 0px;
  }



