/******************************************************************
 * TITLE: Main stylesheet for Winwaed Website   *
 * (C) Copyright Richard Marsden 2003                 *
 ******************************************************************/

/* Styles: Main Body */

body {
  background-color: #fffff0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 82%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

h1, h2, h3 {
  color: #000080;
  background-color: #77ddff;
  padding-left: 1ex;
  padding-right: 1ex;
}

h1 {
  font-weight: bold;
  font-size: 100%;
  padding-top: 0.5ex;
  padding-bottom: 0.5ex;
  margin-top: 3ex;
}

li {
	  margin-top:8px;
	margin-right: 5px;
}

img {
	border: none;
}

.picture {
	margin : 10px 10px 10px 15px;
}

q {
  font-family: tahoma, verdana, helvetica, arial, sans-serif;
  text-align: left;
  width: 9em;
  margin: 0 1em 1ex 1em;
  padding: 0.5ex 0.5ex 0.5ex 1ex;
  border-style: solid;
  border-width: 1px;
  float: right;
}

p {
	margin-right: 10px;
}

code {
  font-family: "lucida console",  "courier new",  courier,  monospace;
}

dt {
  font-weight: bold;
  padding-left: 1ex;
  padding-right: 1ex;
}

dd {
  padding-left: 1ex;
  padding-right: 1ex;
  padding-bottom: 1.5em;
}

#bodyText {
  background-color: #fffff0;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 12em;
  padding: 5mm 0mm 2mm 0mm;
  border-left: 1px solid #909090;
}

#bodyText p {
  padding-left: 1ex;
  padding-right: 1ex;
  padding-bottom: 1ex;
}

#bodyText a {
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

#bodyText a:hover {
  border-bottom: none;
}

#bodyText .topOfPage {
  color: white;
  font-weight: bold;
  font-variant: small-caps;
  border: 0;
  padding: 0.25ex 1ex;
  float: right;
}

#bodyText [class~="topOfPage"] {
  padding: 1.5ex 1ex;
}


.smallCaps {
  font-variant: small-caps;
}


/* Header Styles */

#upperMenuBar {
  height: 23px;
}

#upperMenuBar a {
  font-size: 90%;
  text-decoration: none;
  padding-left: 0mm;
  padding-right: 1.6ex;
}

#upperMenuBar a:hover {
  text-decoration: underline;
}

.LHS {
  position: absolute;
  left: 0mm;
  top: 0mm;
}

.RHS {
  position: absolute;
  right: 0.6mm;
  top: 0.9ex;
}

#header {
  color : #000088;
  font-size: 235%;
  height: 58px;
  padding-left: 160px;
}

#headerSearch {
  position: absolute;
  right: 2mm;
  top: 3.6em;
}

#lowerMenuBar {
  height: 1.50em;
  padding-left: 1.3mm;
  padding-top: 1ex;
}

#lowerMenuBar a {
  font-weight: bold;
  text-decoration: none;
  padding-left: 0.75ex;
  padding-right: 1.5ex;
}  

#lowerMenuBar a:hover {
  text-decoration: underline;
}

#lowerMenuRight {
  position: absolute;
  right: 0.6mm;
	top: 88px;
}

/*  Side Boxes  */

.sideMenuBox, .sideTextBox {
  background-color: #f0f0f0;
  width: 12em;
  border-bottom: 1px solid #999999;
  padding-top: 1em;
  padding-bottom: 1em;
  float: left;
  clear: left;
}

.sideMenuBox div, .sideTextBox div {
  font-weight: bold;
  padding-left: 2.5mm;
  padding-bottom: 1ex;
}

.sideMenuBox a {
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 1.5ex 1ex 1.5ex 5mm;
}

.sideMenuBox .thisPage {
	background-color: White;
	display: block;
	padding: 1.2ex 1ex 1.2ex 5mm;
}

.sideTextBox span {
  line-height: 1.5em;
  display: block;
  padding: 0 1ex 0 5mm;
}

.sideTextBox a {
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.sideTextBox a:hover {
  border-bottom: none;
}

.lighterBG {
  background-color: white;
}



/* Styles: Footer */

#footer {
  font-size: 90%;
  padding: 1.4ex 2.6mm 1.5ex 2.6mm;
  clear: left;
  font-weight: bold;
}

#footer div {
  text-align: right;
  line-height: 1.45em;
}

#footer a {
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

#footer a:hover {
  border-bottom: none;
}

.footerLHS {
  float: left;
  clear: left;
}



/* Colours */

body {color: black;}

#bodyText a {color: #0066cc;}

#upperMenuBar, #upperMenuBar a {color: #000080;}

#headerSearch .submit {color: #000080;}

#lowerMenuBar, #lowerMenuBar a {color: #000080;}

#upperMenuBar .highlight, #lowerMenuBar .highlight {color: #fda05b;}
#upperMenuBar .highlight2, #lowerMenuBar .highlight2 {
	color: #993300;
	font-weight : bold;
}

.sideMenuBox a {color: #225599;}

.sideMenuBox a:hover {color: #000080;}

.sideTextBox span {color: black;}

.sideTextBox a {color: #8080ff;}

#footer, #footer a {color: #000080;}


/*  Background Colors  */

q {background-color: #f0f0f0;}

#upperMenuBar {background-color: #ffff99}

#header {background-color: #ffff99}

#headerSearch .submit {background-color: #8cc68c;}

#lowerMenuBar {background-color: #77ddff;}

.sideMenuBox a:hover {background-color: #77ddff;}

#footer {background-color: #77ddff;}


/*  Border Colors  */

q {border-color: #999999;}

acronym {border-bottom-color: #999999;}

#bodyText a {border-bottom-color: #20bc77;}

.sideTextBox a {border-bottom-color: #20bc77;}

#footer a {border-bottom-color: #000080;}

