﻿BODY {
font-family: garamond, "century schoolbook", serif;
font-size: 12pt;
color: #000033;
margin: 25px 0px 0px 25px;
background: #99CC99 url(images/pond1.jpg) fixed no-repeat right bottom;
}
p  {font-family: garamond, "century schoolbook", serif;
font-size: 11pt;
color: #000033;
}
H1 {
font-family: "century schoolbook", garamond, serif;
font-size: 22pt;
font-style: italic;
font-weight: bold;
text-align: center;
color: #330066;
}
H2 {
font-family: "century schoolbook", garamond, serif;
font-size: 20pt;
font-style: italic;
font-weight: bold;
color: #330066;
}
H3 {
font-family: "century schoolbook", garamond, serif;
font-size: 18pt;
font-style: italic;
color: #330066;
}
H4 {
font-family: "century schoolbook", garamond, serif;
font-size: 16pt;
font-style: italic;
font-weight: bold;
text-align: center;
color: #FFFFFF;
background: #9999cc;
}
H5 {
font-family: "century schoolbook", garamond, serif;
font-size: 12pt;
font-style: italic;
font-weight: bold;
color: #330066;
border-left: 5px solid #330066;
padding-left: 10px;
}
H6 {
font-family: "century schoolbook", garamond, serif;
font-size: 10pt;
font-style: italic;
font-weight: bold;
color: #330066; 
}
P{
font-family: "century schoolbook", garamond, serif;
font-size: 12pt;
color: #000000;
}
UL{
font-family: garamond, "century schoolbook", serif;
font-size: 12pt;
color: #330066;
font-weight: normal;
}
ul#nav {
  list-style-type: none;
  padding: 0 2;
  margin: 0, 0, 2, 0;
text-align: left;
font-size: 11pt;
font-weight: bold;
border-right: 1px ridge #330066;
border-left: 1px ridge #330066;
background: #99CC99 url(images/pondnav.jpg) no-repeat top right;
width: 147px;
}
ul#nav li {
  padding: 0.3em;
border-bottom: 1px ridge #330066;
}
li#first {border-top: 1px ridge #330066;
}
   
ul#nav a:link {
  text-decoration: none;
color: #330066; }
ul#nav a:visited {
text-decoration: none;
color: #FFFFFF;
}
ul#nav a:hover {
text-decoration: none;
color: #330066;
margin: 0;
background: none;
border-left: 5px solid #330066;
padding-left: 3px;
}
ul#nav li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  }
ul#nav li > ul {
	top: auto;
	left: auto;
	}
ul#nav li:hover ul, li.over ul{ display: block; }

a:link {
  color: #330066 }
a:visited {
  color: #336633; }
a:hover { text-decoration: none;
background: #CCCCFF;
color: #336633;
margin: 0;
padding: 0;
}
image a:hover {background: transparent}
#header {
width: 90%;
 max-width: 1024px;
height: 25px;
border: 0px solid #330066;
border-bottom: 0px;
background: #330066;
text-align: center;
}
#content {
      width: 90%;
min-height: 85%;
      text-align:left;
      max-width: 1024px;
background: #FFFFFF;
border: 0px solid #330066;
border-top: 0px;
      }
   #sidebar {
      float: left;
      width: 150px;
      margin:0; padding:0;
      }
   #sidebar-content {
      margin:0; padding: 0.5em 1em;
      font-size: 70%;
      }
   #main {
      margin:0 0 0 165px; padding:0;
padding-right: 15px;
      }
   #main-content {
      margin:0; padding: 0.5em 1em;
      font-size: 100%;
      }
   hr.cleaner {
      clear:both;
      height:1px;
      margin: -1px 0 0 0; padding:0;
      border:none;
      visibility: hidden;
      }
#footer {
width: 90%;
 max-width: 1024px;
color: #000033;
font-family: garamond, "century schoolbook", serif;
	font-size: 11px;
font-weight: bold;
	text-align: left;
	letter-spacing: 4px;
	clear: left;
margin-bottom: 0px;
margin-left: 0px;
padding: 50px 0 0 50px;
height: 100px;
background: transparent;
}