body  {
      margin: 0;
      padding: 0;
      background-color: #ffccff;
      color: #660066;
      font-family: Arial, "Times New Roman", sans-serif;
      }
html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
html>body, html>body #contents {
	height: auto;
}
#contents {
	position: absolute;
	top: 0;
	left: 0;
}   
#header {
      border-top: 4px outset #FFFFCC;
      border-bottom: 5px ridge #FFFFCC;
      background-color: 660066;
      height: 4em;
      }
#header .strapline {
      font: 120% Georgia, "Times New Roman", sans-serif;
      color: #660066;
      background-color: transparent;
      float: right;
      margin-right: 2em;
      margin-top: 0.5em;
      }
#header .logo { 
      float: left;
      margin-left: .5em;
      margin-top: .25em;
      }
#header .logo2 { 
      float: right;
      margin-right: 1.5em;
      margin-top: .85em;
      }
#nav  {
      position: absolute;
      top: 8em;
      left: 1em;
      }
#content  {
      margin-left: 16em;
      margin-right: 2em;
      margin-bottom: 3em;
      }
h1    {
      font: 150% Georgia, "Times New Roman", sans-serif;
      }
h4    {
      font: 75% Arial, "Times New Roman", sans-serif;
      margin-left: 10px;
      }
#content p {
      font-size: 85%;
      font-weight: 500;
      line-height: 1.5em;
      padding-left: 1.2em;
      }
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	border-top: 4px outset #FFFFCC;
	background-color: #660066;
	color: #FFFFCC;
	font-size: 70%;
}
#footer p {
	margin: 0.5em 0 1em 2em;
	padding: 0;
}
a:link {
        font-family: Arial, "Times New Roman", sans-serif;
        font-weight: bold;
        font-size: 70%;
        color: #660066; 
        background-color: transparent;
        text-decoration: none;
        }
a:visited {
        font-family: Arial, "Times New Roman", sans-serif;
        font-weight: bold;
        font-size: 70%;
        color: #660066;
        background-color: transparent;
        text-decoration: none;
        }
a:hover {
         color: #FFFFCC;
         background-color: transparent;
         text-decoration: underline;
        }
.sub   {
        font-family: Georgia, times, sans-serif;
        font-weight: 600;
        font-size: 90%;
        color: #660066;
        background-color: transparent;
        text-decoration: none;
        }

.clear  {
          clear: both;
        }