html {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}
body { 
  background-attachment: fixed; 
  background-image: url(../images/WP_15_faded2.png); 
  background-repeat: no-repeat; 
  background-position: right top; 
  -moz-background-size:100% 100%; /* Firefox 3.6 */
  background-size:100% 100%;
  font: 13pt arial, sans-serif;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 185px;
  margin-bottom: 20px;
  margin-height: 0px;
  margin-width: 0px;
  scrollbar-base-color: #999999;
}
body.news { 
  background-attachment: fixed; 
  background-image: url(../images/WP_15_faded2.png); 
  background-repeat: no-repeat; 
  background-position: right top; 
  -moz-background-size:100% 100%; /* Firefox 3.6 */
  background-size:100% 100%;
  font: 13pt arial, sans-serif;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-height: 0px;
  margin-width: 0px;
  scrollbar-base-color: #999999;
}
.sidenav {
  width: 220px;
  font-size: 12pt;
  position: fixed;
  z-index: 1;
  top: 240px;
  left: 10px;
  color: #293329;
  background: #E0E0F0;
  border: 1px solid #0000F0;
  border-radius: 5px;
  overflow-x: hidden;
  padding: 8px 0;
 -moz-border-radius: 5px;
  box-shadow: #C8C8FF 3px 3px 7px;
}
.sidenav a {
  margin: 1px 0px 1px 6px;
  text-decoration: underline;
  font-size: 12pt;
  color: #0000ff;
  display: block;
}
.sidenav p {
  color: #999999;
  margin: 1px 0px 1px 6px;
  text-decoration: none; 
  font-size: 12pt;
  display: block;
}
.sidenav a:hover {
  color: #000080;
}
div.sidenav hr {
  font-size: 13pt;
  margin-top: 6px;
  margin-bottom: 6px;
  color: #668066;
  width: 95%;
}
div.sidenav h3 {
  font-size: 12pt;
  font-weight: bold;
  display: block;
  margin: 0 0.5em;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 14pt;}
}
#topleft {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 25%;
  margin-top: 20px;
  margin-bottom: 0px;
}
#topright {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 25%;
  margin-top: 20px;
  margin-bottom: 0px;
}
#topcenter {
  position: absolute;
  top: 20px;
  left: 15%;
  right: 15%;
  width: 70%;
}
#container {
  margin: 230px auto;
  width: 60%;
  height: 400px;
  padding-top: 5px 0px 25px 0px;
  position: relative;
  text-align: left;
}
#content {
  position: static;
  width: 70%;
  margin-left: 15%;
}
#footer {
  position: relative;
  width: 85%;
  left: 15%;
  display: block;
}
#mapid { 
  height: 180px; 
}
.pageTitle {
  font-weight:bold; 
  font-size:24pt; 
  color:#000080; 
  text-align:center; 
  margin:0px 0px 10px 0px;
}
.subTitle {
  font-weight:bold; 
  font-size:16pt; 
  color:#000080;
}
input[type=submit] {
  color: #293329;
  border: 1px solid #B8FA9C;
  border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: #668066 2px 2px 5px;
  margin-top: 5px;
  margin-bottom: 5px; 
}
button  {
  color: #293329;
  border: 1px solid #B8FA9C;
  border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: #668066 2px 2px 5px;
  margin-top: 5px;
  margin-bottom: 5px; 
}
input[type=text] {
  padding-left: 3px;
  font-size: 13pt;
  color: black;
  background-color: #FFFFCC;
}
.bb {
   border-bottom:1px dashed #000080;
}
.bb2 {
   border-bottom:2px dashed #000080;
}
.bold {
  font-weight: bold;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.red {
  color: #FF0000;
}
.dkred {
  color: #800000;
}
.dkblue {
  color: #000080;
}
.dkgreen {
  color: #008040;
}
.rpt {
  padding-right: 15px;
}
.italic {
  font-style: italic;
}
.size10 {
  font-size: 13pt;
}
.size9 {
  font-size: 12pt;
}
.size8 {
  font-size: 11pt;
}
a:link {
  text-decoration: underline;
  color: blue;
}
a:visited {
  text-decoration: underline;
  color: blue;
}
a:hover {
  text-decoration: underline;
  color: darkviolet;
}
img.left {
  margin-left:15px;
}
img.right {
  margin-right:15px;
}
.newspaper {
  font: 12pt black Times New Roman;
  text-align: justify;
  text-indent: 1.5em;
  padding-bottom:10px;
  width:70%;
  margin:auto;
}
.indent {
  text-indent: 3em;
}
.indent1 {
  text-indent: 1.5em;
}
.small {
  font-size: 11pt;
}
.rp {
	padding-right: 10px;
}
.tp {
	padding-top: 15px;
}
h1 {
  font: 16pt tahoma, arial, sans-serif;
  text-align: center;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 0px;
}
h2 {
  font-weight: normal;
  font: 15pt arial, sans-serif;
  text-align: center;
  margin-top: 3px;
  margin-bottom: 0px;
}
h3 {
  font-weight: normal;
  font: 13pt arial, sans-serif;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
}
h4 {
  font: 16pt tahoma, arial, sans-serif;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 0px;
}
h5 {
  font-weight: normal;
  font: 15pt tahoma, arial, sans-serif;
  text-align: center;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 0px;
}
h6 {
  font-weight: normal;
  font: 10pt arial, sans-serif;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}



