/*                    Copyright 2005 Wilsonworks                */
/* *********************** style.css ************************** */

/* ********* Colours: ********* */
/*
tabs            light grey   #e0e0e0
tabs hover      light blue   #c5dbe9
tabs active     mid blue     #6090c0
straph banner   another blue #2688c6
text            gray         #535455
tab top border  blue         #040480
*/

body
{
  background-image: url(marble.gif);
  background-position: top left;
  color: #535455;
  font-family: "Arial Rounded Mt", Arial, sans-serif;
}

ul li
{
  padding: 0.2em;
}

table.common
{
  margin-left: 50px;
  color: #535455;
  font-family: "Arial Rounded Mt", Arial, sans-serif;
}

div.main
{
  background-color: white;
  width: 550px;
  margin-top: -10px;
  padding: 0 0 0 0;
  padding-bottom: 20px;
  border-bottom: 5px solid #c5dbe9;
}

h1
{
  background-color: #6090c0;
  border-bottom: 5px solid #c5dbe9;
  padding: 0.5em 0.25em 0.125em;
  font-family: "Arial Rounded Mt", Arial, sans-serif;
  font-size: 160%;
  color: white;
  font-weight: bold;
  letter-spacing: 1px;
}

h3
{
  margin-left: 0.75em;
  margin-top: 30px;
  font-family: "Arial Rounded Mt", Arial, sans-serif;
  color: #2688c6;
}

.h3center
{
  font-family: Arial, sans-serif;
  font-size: 130%;
  font-weight: bold;
  color: #2688c6;
}

p
{
  margin: 0.75em 0.5em 0.75em 1em;
}

.photo
{
  font-size: 80%;
}

img.letters
{
  margin-left: 16px;
  margin-bottom: 40px;
}

#tabs a
{
  font-family: Arial;
  display: block;
  margin-left: 14px;
  padding: 3px;
  width: 75px;
  background-color: #e0e0e0;
  text-decoration: none;
  border-top: 1px solid #040480;
  border-bottom: 5px solid white;
  color: navy;
  font-size: 8pt;
  font-weight: bold;
  line-height: 2em;
  letter-spacing: 1px;
  text-indent: 8px;
}

#tabs a:link, a:visited
{
}

#tabs a:hover
{
  background-color: #c5dbe9;
  color: navy;
}

#tabs a:active
{
  background-color: #6090c0;
  color: white;
}

#vicnet a 
{
  position: absolute;
  bottom: 50px;
  margin-left: 21px;
  text-align: center;
  text-decoration: none;
  display: block;
}

#wilsonworks a 
{
  position: absolute;
  bottom: 10px;
  margin-left: 8px;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 90px;
  color: #535455;
  font-family: Arial;
  font-size: 8pt;
  font-weight: bold;
}

sup
{
  font-size: 8pt;
}

