* 									{ margin: 0; padding: 0; }
body								{ font: 12pt Trebuchet MS; } 
#page-wrap							{ font: 11pt Trebuchet MS; width: 100%; margin: 0; padding: 0; } 
/*
a:link                              { color: #000000; text-decoration: none}
a:visited                           { color: #000000; text-decoration: none}
a:active                            { text-decoration: underline; }
a:hover                             { text-decoration: underline}
*/

ul									{ list-style: none; }
p                                   { margin: 15px 0; }
.advisory                           { border: solid 2px navy; }
.heading                            { font-size: 16pt; color: Navy; text-align:center; } 
div.centered                        { text-align: center; padding-left: 100px; padding-right: 100px; }
div.centered table                  { margin: 0px auto; text-align: left; 
                                        padding-left: 5px; padding-right: 5px; }
.contact-heading                    { font-weight: bold; font-style: italic; color: #556b2f; }
.subheading                         { font-size: 16pt; font-weight:bold; color: #556b2f; }
.lfill                              { margin-left: 150px; margin-right: 150px; text-align: justify; }
.olive-heading                      { color: #556b2f; font-weight:bold; }
.bylaws                             { font: 12pt Arial; margin-left:200px; margin-right:200px; }
.bylaws a:link                      { color: #000000; text-decoration: none}
.bylaws a:visited                   { color: #000000; text-decoration: none}
.bylaws a:active                    { text-decoration: underline; }
.bylaws a:hover                     { text-decoration: underline}
#footer                             { font-size:8pt; }
.bylaws-No                          { padding: 0px 5.4px 0px 5.4px; text-align:center; width:40pt; }
.bylaws-Yr                          { padding: 0cm 5.4pt 0cm 5.4pt; text-align:center; width:60pt; }
.bylaws-Name                        { text-align:left; width:300pt; text-indent:20px; }
.more-info                          { font-size:10pt; text-decoration:italics; }


/* 
	LEVEL ONE
*/
ul.dropdown                         { list-style-type:none; float:left; width:100%; padding-left:5%; top:0; color:#FFF; padding-bottom:0px; background-color: #000080; }
ul.dropdown li                      { font-weight: bold; float: left; background-color: #000080; margin:0; padding:0; position: relative; }
ul.dropdown a:hover		            { color: #FFFFFF; background-color: #5970B2; }
ul.dropdown a:active                { color: #ffa500; padding: 0px; }
ul.dropdown li a                    { padding: 4px 8px; border-right: 1px solid #333;
	 								  color: #FFFFFF; display: inherit; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li:hover                { background-color: #000080; position: relative; padding: 0px;}
ul.dropdown li.hover a              { color: #FFFFFF; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: auto; visibility: hidden; position: absolute; top: 100%; left: 0;  z-index: 500; white-space: nowrap; }
ul.dropdown ul li 					{ font-weight: bold; background: #000080; color: #FFFFFF; 
									  border-bottom: 1px solid #ccc; float: left; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ display:block; min-width:208px; left:0; border-right:none; }
/* { border-right: none; width: auto; display:block; min-width:150px;  }  */

