﻿body {
	background-image: url('../images/lake_faded_2000.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0;
	color: #000080;
}
/* unhighlighted menu */
#navbar a {
    display: block;
    text-align: center; 
    /* padding: 7px 10px;  */
    padding: 2px 6px 6px 2px;
    margin: 0 0 1px; 
    border-width: 1px;
    border-color: transparent;
    text-decoration: none;
    font-size: 8pt;
    font-weight: bold;
    line-height: 87%;
}  
  
  /* menu item highlight */
#navbar a:hover {
	background: #CEDFEF;
	border-top: 1px solid #000080;
	border-bottom: 1px solid #000080;
	padding: 4px 6px;
}
#navbar a span {
    display: none;
}

#navbar a:hover span {
	line-height: 108%;
	font-size: 9pt;
	font-weight: bolder;
	font: normal normal normal inherit;
	display: block;
	position: absolute;
	top: -130px;
	left: 0px;
	width: 170px; /* ie5win fudge ends */;
	margin: 5px 10px;
	color: #0000FF;
	z-index: 100;
	padding: 2px;
	letter-spacing: 1px;
	text-align: center;
}
  #navbar a:visited {
    text-decoration: none;
    color: #000080;
}
  #navbar a:link {
    text-decoration: none;
    color: #000080;
}

#footer {
	font-family: Verdana, arial, sans-serif;
	font-size: x-small;
	color: #000080;
	text-align: center;
	padding-top: 20px;
}


#page_content {
	background: transparent;
	padding: 10px 10px 10px 10px;
	margin-left: 201px;
	vertical-align: top;
	border-left: 2px solid #000080;
	border-top: 2px #000080 groove;
	height:620px;
	overflow:auto;
	
}

  strong {
    color: red;
  }



#headline {
   float: right; 
   width: 160px; 
   font-size: 9pt;
   text-align: center; 
   background: #F8F8EC; 
   color: #000080; 
   border: solid #214380; 
   border-width: 2px; 
   padding: 5px; 
   margin: 0px 5px 5px;
   position: relative;
}            /* fix for IE/Win */

#poster {
   font-size: 9pt;
   text-align: center; 
   background: #F8F8EC; 
   color: #000080; 
   border: solid #214380; 
   border-width: 2px; 
   padding: 5px; 
   margin: 0px 5px 5px;
   position: relative;
}            /* fix for IE/Win */

#headline p.impact-title {
    font-size: 12pt;
    font-weight: bold;
    letter-spacing: 0.15em;
    background: #E8E8DC;
    padding: 0px;
    margin: 0;
}

a:visited {
  color: #0000CC;
}

#page_content a:link {
  color: #0000CC;
}
#page_content h1 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 11pt;
	background-color: #99CCCC;
	color: #000080;
	text-align: center;
	font-weight: bold;
}
#page_content h2 {
	margin-top: 5px;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	line-height: 12pt;
	color: #DEEAF7;
}
#page_content h3 {
  margin-top: 10px;
  font-size: 9pt;
  font-weight: normal;
  text-align: left;
}
#page_content dl {
  padding-top: 0;
  margin-top: 0;
}
#page_content dt {
  font-size: 11pt;
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 15px;
}
#page_content dd {
  padding-bottom: 8px;
}
#page_content table {
  border: 2px solid #000080;
  border-collapse: collapse;
  background: #F8F8EC;
  font-size: 9pt;
}
#page_content th {
  background-color: #99CCCC;
  padding: 5px;
  font-size: 10pt;
}
#page_content td {
  padding: 3px;
  vertical-align: top;
}
#page_content td.heading {
  font-weight: bold;
  padding-top: 1px;
  text-align: center;
}

/* finance formats */
#finances table {
  margin: 0px auto;
}

#finances td {
  text-align: right;
}

/* bylaws formats */
#bylaws h2 {
  margin-top: 50px;
  font-size: 10pt;
  text-align: center;
  font-weight: bold;
}
#bylaws p {
  text-indent: 5%;
  font-size: 9pt;
  padding-top: 5px;
  text-align: left;
  font-weight: normal;
}
#bylaws h3 {
  text-indent: 5%;
  font-weight: bold;
  font-size: 10pt;
  margin-top: 10px;
}
#bylaws pre {
  font-size: medium;
}
#bylaws ol {
  list-style-type: upper-alpha;
  padding-left: 30px;
  margin-left: 35px;
}
#bylaws ol li ol {
  list-style-type: decimal;
  padding-left: 10px;
}

/* membership formats */
#membership table {
  background: #F8F8EC;
  border: 2px solid #000080;
}
#membership td {
  margin-right: 20px;
}
.fillin {
  border-bottom: 1px solid #000080;
}

/* events formats */
#events tr {
  vertical-align: top;
}
#events td {
  padding: 3px;
  border: 1px solid #000080;
}
#events ul {
  padding-left: 0px;
  margin-left: 20px;
  text-indent: 0;
}

/* lakeshore formats */
#lakeshore tr {
  vertical-align: top;
}
#lakeshore td {
  padding: 5px;
}

/* forum formats */
#forum {
  margin: 0px auto;
  padding: 0px 10px;
  background: #F8F8EC;
  border: 2px solid #000080;
}

#forum a.link-title {
  font-size: 12pt;
  font-weight: bold;
}

#lakeshore td {
  padding: 5px;
}

.oddrow {
  background: #E8E8DC;
}
.evenrow {
  background: #F8F8EC;
}





.printable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #800000;
	text-align: center;
}







