body {			/* td and th are included for Netscape 4.x compatibility */
 margin: 0;
 padding: 0;
 font-family: arial, hevetica, sans-serif;
 font-size: 11pt;
 text-align: left;
 width: 100%;
 min-width: 780px;
 height: 100%;
}

h1, h2, h3 {
font-family: serif;
}

#quote {
font-family: serif;
font-size: 120%;
}

#container {			/* page container */
 width: 100%;
 min-width: 780px;
 height: 100%;
 }
  
#header {
 position: relative;
 float: left;
 width: 100%;
 background-image: url('../images/bgnew.jpg');
 background-repeat: repeat-x;
}

 #logo {
 position: relative;
 float: left;
  }
  
#title {			/* page title */
 position: relative;
 float: left;
 font-size: 24pt;
 font-family: serif;
 padding-left: 1em;
 padding-top: 2em;
}

 #topnav {			/* spacer & Hnav between heading and LHnavigation / content */
 clear: both;
 width: 100%;
 height: 20px;
 font-size: 80%;
 text-align: center;
 }
 
 #topnav a {
 text-decoration: none;
 padding: 0 4px;
 border: 1px solid #008136;
 } 
	  
 #menu {			/* navigation menu */
 float: left; 
 width: 160px;
 background-color: #ffc;
 font-size: 10pt;
 text-align: right;
 padding-top: 1em;
 padding-right: 20px;
 line-height: 150%;
 }
 
 #menu a {			/* navigation link */
 text-decoration: none;
 } 

 #menu span.news {
 text-align: left;
 }

 #contents {			/* main page content */
 margin-left: 180px;
 margin-right: 20px;
 background-color: #ffc;
 font-size: 90%;
 padding-bottom: 1em;
 }
 
 #contents a {			/* content link */
 color: green;
 text-decoration: underline;
 line-height: 150%;
}

 #contents a:hover {		/* content hover */
 color: red;
 }

 #contents a.news {
 font-size: 80%;
 border-bottom: 1px solid #008136;
 }

 #contents span.news {
 font-size: 80%;
 font-weight: 600;
 }

 dl.exec {
 position: relative;
 float: left;
 width: 550px;
 }

 dt.exec {
 float:left;
 clear:left;
 padding-top: 10px;
 width: 200px;
 }

 dd.exec {
 float:left;
 width:300px;
 padding-top: 10px;
 }

 dl.constitution {

 }

 dt.constitution {
 padding-top: 10px;
 }

 dd.constitution {

 }

 #contents table {
 width: 400px;
 border: 1px solid #008136;
 }

 #contents th {
 border-bottom: 1px solid #008136;
 }

 #footerReg {
 clear: both;
 height: 20px;
 font-size: 9pt;
 text-align: center;
 color: gray;
 background-color: #ffc;
 padding-top:10px;
 }

 #footer {			/* page footer */
 clear: both;
 height: 30px;
 font-size: 9pt;
 text-align: center;
 color: gray;
 background-color: #ffc;
 padding-top:10px;
 border-top: 1px solid #999;
 border-bottom: 1px solid #999;
 }

 #footer a:hover {		/* footer link */
 color: red;
 }

 #footerLeft {position: relative; float: left; padding-left: 30px;}

 #footerRight {position: relative; float: right; padding-right: 30px;}

 input, textarea, select {	/* form styles */
 font-family: arial, hevetica, sans-serif;
 font-size: 10pt;
 color: #000; 
 background-color: #ddf;
 }

 dl.events {
 position: relative;
 float: left;
 padding:0 1em 0 1em;
 border: 1px solid #008136;
 }

 dt.events {
 position: relative;
 clear: both;
 float:left;
 padding-top: 0.5em;
 width: 100px;
 font-weight: bold;
 }

 dd.events {
 padding-top: 0.5em;
 padding-left: 80px;
 width:480px;
 }
 
 #spacer {clear: both;}

 #newslettertitle {
 height: 100px;
 font-family: serif;
 font-weight: 800;
 background-image: url('../images/logo.jpg');
 background-repeat: no-repeat;
 border-bottom: 5px solid green;
 }

 #newslettertitle span.newsletterhead {
 font-size: 18pt;
 padding-left:250px;
 }

 #newslettertitle span.newslettersub {
 font-size: 14pt;
 padding-left: 250px;
 } 

 #contents span.newsletterbold {
 text-align: center;
 font-weight: 800;
 }

hr {
border: 0;
color: #9E9E9E;
background-color: #9E9E9E;
height: 1px;
width: 80%;
float: left;
}


</style>


