/*
Layout
*/

body
{
  background-color: #FFF;
  color: #000;
  margin: 15px;
  padding: 0px;
  font-family: verdana, arial, helvetica, sans-serif;
  text-align: center;
}

img { border: 0; }

#centrewrap /* a hack to centre site for IE */
{
  margin: 0 auto;
  text-align: left;
  width: 750px;
  position: relative;
}
#Header
{
  margin: 0 0 15px 0;
  height: 65px;
}

#Content
{
  margin: 20px 0 20px 204px;
}

#nav
{
  position: absolute;
  top: 80px;
  left: 0;
  width: 190px;
  font: small/1.4em Trebuchet MS, verdana, sans-serif;
}

/* the following mostly from original stylesheet */

a:link,
a:visited
{
  color: #48C0C0;
  font-weight: bold;
}
a:hover,
a:active {
  color: #53E0E0;
}

td, p, li, blockquote {
  color: #000;
  font: small/1.4em Trebuchet MS, verdana, sans-serif;
}

p { text-align: justify; }

h1 {
  font-family: Arial, Helvetica, sans-serif;
  color: #0CF;
  font-size: medium;
  font-weight: bold;
}

h2 {
  color: #0CF;
  font-size: small;
  font-weight: bold;
}

#nav
{
  color: #0CF;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.7em;
  display: block;
}

.submenu
{
  display:none;
  margin-left: 1em;
  text-transform: none;
}

#nav a,
#nav a:link,
#nav a:visited {
  text-decoration: none;
  color: #000;
}

#nav a:hover {
  text-decoration: none;
  color: #0CF;
}

.leftbox
{
  border: 2px white solid;
  margin: 20px 10px 20px 0;
  padding: 10px;
}

.lozenge {
  border: 1px solid #f0f0f0;
  background: #FAFAFA;
  width: 468px;
  text-align: center;
  margin: 20px;
}

.lozenge h2
{
  padding: 15px 20px 10px;
  color: #000;
  margin: 0;
}

.lozenge p
{
  text-align: center;
  color: #000;
  padding: 0 20px 15px;
  margin: 0;
}

.lozenge a:link, .lozenge a:visited { color: #F00; }

dt {
  font-size: 1.2em;
  font-style: italic;
  color: #00CCFF;
}
.profile_block {
  margin:0 0 20px 0;
}

.wasf {
float: right; 
margin: 0px 80px 0px 20px;
border: 1px solid #cccccc;
padding: 5px;
}

