<style>
<!--

.spanstyle {
	position:absolute;
    visibility:hidden;
}

body {
  font-family:Verdana,Arial,Maiandra GD;
  font-size:9pt;
  font-weight: lighter; 
  margin: 0px;
  padding: 0px;
}


p {
  font-family:Verdana,Arial,Maiandra GD;
  font-size:9pt;
  font-weight: lighter; 
  padding-left:20px;
  padding-right:20px;
}

p.quote {
  font-family:Verdana,Arial,Maiandra GD;
  font-size:9pt;
  padding-left:40px;
  padding-right:20px;
}

ol {
  list-style-position:outside;
  padding-left:20px;
}

ul {
  list-style-position:outside;
  list-style: disc;
  line-height: 12pt;
  padding-left:40px;
  margin:0;}
  }

ul.sidebar {
  list-style-position:outside;
  list-style: circle;
  line-height: 12pt;
  padding-left:20px;
  margin:0;}
  }

li {
  font-family:Verdana,Arial,Maiandra GD;
  font-size:8pt;
  font-weight: lighter; 
  padding-left:0px;
  padding-right:5px;
}

h2 {
  padding-left:10px;
  font-size:14pt;
}

h3 {
  padding-left:10px;
  font-size:12pt;
  font-weight:bold;
}

.quote {
  padding-left:30px;
  padding-right:30px;
}

a {
  font-family:Arial Bold,Arial,Verdana,Maiandra GD;
  text-decoration:none;
  font-weight:bold;
  color: #3333CC
}

a:hover {
  color: #FF0000
}

/* Navigation Buttons */

li.nav { 
    display:inline; list-style-type:none;
    margin-right:0;
    margin-left:0;
    }

#nav-buttons a:link, #nav-buttons a:visited {
	color:white;
	background-color:green;
	border:solid 2px red;
	font-size:12px;
    width: 100;
    height: 25;
    padding-top: 3;
    margin-top: 0;
    margin-bottom: 10;
    margin-right:50;
    margin-left:50;
	font-weight:bold;
	font-family:helvetica,arial,sans-serif;
	text-align:center;
    vertical-align: middle;
	text-transform:uppercase;
	text-decoration:none;
	}

#nav-buttons a:hover, #nav-buttons a:active, #nav-buttons a:focus {
	color:red;
	background-color:lightgreen;
	border-color:green;
	}

/* Page Sections */

div#header {
    border-bottom: solid #FF0000 2px;
    text-align: center;
    background-color: #0080FF;
    height: 60px;
    margin: 0px;
    padding: 1px;
    color: #FFFFFF;
}

div#leftcolumn {
    padding: 10px;
    width: 180px;
    float: left;
}

div#mainarea {
    padding: 10px;
    margin-left: 200px;
    margin-right: 200px;
}

div#rightcolumn {
    padding: 10px;
    width: 180px;
    float: right;
}

div#footer {
    border-top: solid #FF0000 2px;
    background-color: #0080FF;
    padding: 10px;
    text-align: center;
    clear: both;
}

/* Right Column and Main Area Backgrounds */

div#column2 {
    margin: 0;
    padding: 0;
    background-image: url(images/lightblue-redleft-200x1.gif);
    background-position: right;
    background-repeat: repeat-y;
    width: 100%;
    background-color: #FFFFFF;   /* Main Area Background Colour */
}

/* Left Column Background */

div#column1 {
    margin: 0px;
    padding: 0px;
    background-image: url(images/lightblue-redright-200x1.gif);
    background-repeat: repeat-y;
    width: 100%;
}
 
/* To ensure that the background divs fully enclose the floated column content, we'll need to add a clearing element to the code and the following style to the stylesheet. This style employs a class selector instead of an id to facilitate easy reuse throughout the site. */

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}


-->
</style>
