body
{
  margin: 20px 0px;
  padding: 0px;
  font-family: "Times New Roman", Times, serif;
  font-size: 48pt;
  background-color: #666666;
  }

p
{
  font-family: "Times New Roman", Times, serif;
  font-size: 9pt;
  color: #000000;
  margin-bottom: 15px;
  line-height: 150%;
  }

img
{
  border: 0px;
  }

#content
{
  width: 800px;
  margin: 0px auto;
  padding: 0px;
/*  background: url(images/mainBG.gif); */
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  }

#scrollingbox
{
  width: 800px;
  height: 635px;
  overflow: auto;
  margin-top: 91px;
  background-color: #FFFFFF;
  }
	
#subbox
{
  width: 517px;
  margin: 0px auto;
  }

#subbox2
{
  width: 580px;
  margin:0px auto;
  }
	
#leftcontent
{
  float: left;
  width: 320px;
  padding-bottom: 20px;
  padding-right: 10px;
  font-size: 8pt;
  }
	
#rightcontent
{
  float: right;
  width: 180px;
  }

#rightbody
{
  float: right;
  width: 300px;
  padding-bottom: 20px;
  padding-right: 10px;
  font-size: 8pt;
  }
	
#fixedtopleft
{
  width: 200px;
  position: absolute;
  top: 273px;
  }
	
#splashleft
{
  float: left;
  padding-top: 100px;
  width: 250px;
  }

#splashright {
	float: right;
	width: 214px;
}
	
#contactdetails
{
  padding-left: 40px;
  font-size: 14px;
  }

#intro
{
  font-size: 13px;
  }

a.menu
{
  background-color: transparent;
  }

a:hover.menu
{
  background-color: #DDDDDD;
  }

a.picture
{
  border: 0px;
  margin: 0px;
  }

#buttons
{
  float: left;
}

a.button1
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 7pt;
  text-decoration: none;
  background-color: #CCCCCC;
  color: #000000;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 2px;
  padding-bottom: 2px;
  letter-spacing: 1px;
  font-weight: bold;
  }

a.button1:hover
{
  background-color: #666666;
  color: #FFFFFF;
  }

a.button
{
  background: url(images/but1.gif);
  width: 10px;
  height: 16px;
  display: inline-block;
  }
	
a.button:hover
{
  background-color: #666666;
  color: #FFFFFF;
  background: url(images/but2.gif);
  }

a.button span
{
  display: none;
  }

a.button:hover span
{
  display: block;
  position: absolute;
  top: 173px;
  }

.popup
{
  font-family: "Times New Roman", Times, serif;
  font-size: 11px;
  color: #000000;
  background-color: #FFFFFF;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 6px;
  border: 1px solid #000000;
  letter-spacing: 0px;
  font-weight: normal;
  width: 180px;
  margin-left: 60px;
  }

a.hyperlink
{
  color: #000000;
  text-decoration: none;
  border-bottom: 3px solid #DDDDDD;
  }

a.hyperlink:hover
{
  border-bottom: 3px solid #8888DD;
  }

#navigation
{
  padding-top: 9px;
  padding-left: 180px;
  }

#pictures
{
  padding-bottom: 20px;
  }

#heading
{
  font-family: "Times New Roman", Times, serif;
  font-size: 13pt;
  color: #000000;
  text-align: left;
  }

#caption
{
  font-family: "Times New Roman", Times, serif;
  font-size: 13px;
  color: #000000;
  width: 180px;
  margin-top: 10px;
  }

#date
{
  padding-left: 37px;
  margin-bottom: 15px;
  }

#info
{
  margin-left: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 20px;
  }
	

#header
{
	height: 111px;
	background: url(images/heading.gif) no-repeat;
	}

/** navigation menu **/
	
#header ul
{
  clear: left;
  float: left;
  list-style: none;
  margin: 20px 0 0 164px;
  padding: 0;
  }

#header ul li
{
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  }

#header ul li a
{
  display: block;
  float: left;
  margin: 0px 0 0 23px;
  padding: 1px 5px;
  text-align: center;
  background: transparent;
  color: #000;
  text-decoration: none;
  position: relative;
  left: 0px;
  line-height: 1.3em;
  font: bold 7.5pt "Times New Roman", Times, serif;
  }
	
#header ul li a:hover
{
  background: #ccc;
  color: #000;
  }

#header ul li a.active,
#header ul li a.active:hover
{
  color: #fff;
  background: #000;
  }

#header ul li a span
{
  display: block;
  }
