/*This is the core style sheet of the NABC Web Site.*/

 body {
 background-color: #006400;
 background-image: url();
 color: #101010;
 font-family: Verdana, Helvetica, Arial, sans-serif;
 font-size: .8em;
 margin: 0;
 }
 p {
 font-family: Verdana, Helvetica, Arial, sans-serif;
 font-size: .8em;
 text-align: left;
 line-height: 1.7em;
 }
 a:link {
 color: #FFFACD;
 font-weight: bold;
 text-decoration: underline;
 font-size: .7em;
 line-height: 1em;
 }
 a:visited {
 color: #FFFFFF;
 font-weight: bold;
 text-decoration: underline;
 font-size: .7em;
 line-height: 1em;
 }
 a:hover {
 color: #006400;
 font-weight: bold;
 text-decoration: underline;
 font-size: .7em;
 line-height: 1em;
 background-color: #FFFACD;
 }
 a:active {
 color: #006400;
 font-weight: bold;
 text-decoration: underline;
 font-size: .7em;
 line-height: 1em;

 }
 h1 {
 font-size: 1.3em;
 text-align: left; 
 font-style: normal; 
 color: #006400;
 letter-spacing: 1px; 
 font-weight: bold;
 text-shadow: #000000;
 text-decoration: underline;
 }
 h2 {
 font-size: 1.2em;
 text-align: left; 
 font-style: normal; 
 color: #000000;
 letter-spacing: 1px; 
 font-weight: bold;
 }
/*These are the "DIVs" !!*/
#topnavbar {
 position: absolute;
 background-color: #000000;
 margin-top: -17px;
 margin-right: 0px;
 margin-left: 467px;
 padding-left: 10px;
 padding-right: 10px;
 word-spacing: 10px;
 } 
#header-image {
 height: 140px;
 width: 800px;
 background-image: url(Images/Elk.jpg);
 background-repeat: no-repeat;
 margin-top: 0px;
 margin-left: 5px;
 }
#content {
 width: 800px;
 position: absolute;
 align: center;
 }
#leftnavbar {
 position: absolute;
 background-color: #000000;
 text-align: left;
 top: 140px;
 left: 4px;
 width: 146px;
 height: 600px;
 margin-left: 0px;
 line-height: 3.75em;
 padding-right: 13px;
}

#main {
 position: absolute;
 top: 140px;
 background-color: #fffacd;
 /*border-right: solid #000000 1px;*/
 padding: 15px;
 margin-left: 150px;
 width: 502px;
 }
#main a:link {
 color: #000000;
 text-decoration: underline;
 font-family: Verdana, Helvetica, Arial, sans-serif;
 font-size: .9em;
 font-weight: normal;
 letter-spacing: .1em;
 line-height: 2em;
 line-spacing: 2em
 }
#main a:hover{
color: #ffffff;
background-color:#000000;
 text-decoration: underline;
 font-family: Verdana, Helvetica, Arial, sans-serif;
 font-size: .9em;
 font-weight: normal;
 letter-spacing: .1em;
 line-height: 2em;
 line-spacing: 2em
 }
#main a:visited {
 color: #006400;
 text-decoration: underline;
 font-family: Verdana, Helvetica, Arial, sans-serif;
 font-size: .9em;
 font-weight: normal;
 letter-spacing: .1em;
 line-height: 2em;
 line-spacing: 2em
 }
#main a:active {
 color: #006400;
 text-decoration: underline;
 font-family: Verdana, Helvetica, Arial, sans-serif;
 font-size: .9em;
 font-weight: normal;
 letter-spacing: .1em;
 line-height: 2em;
 line-spacing: 2em 
 }
 #main h1 {
 font-size: 1.1em;
  text-align: left; 
 font-style: normal; 
 color: #006400;
 letter-spacing: 1px; 
 font-weight: bold;
 text-decoration: none;
 }
#Right_Column{
 width: 153px;
 height: 600px;
 position: absolute;
 top: 140px;
 background-color:#E6E3C0;
 margin-left: 652px;
 padding-left: 6px;
 padding-right: 4px;
 padding-top: 8px;
 }
#Right_Column a:link {
 color: #006400;
 text-decoration: underline;
 font-family: Verdana, Helvetica, Arial, sans-serif;
 font-size: .85em;
 line-height: 1.75em;
 }
#Right_Column a:hover{
 color: #ffffff;
 background-color:#000000;
 text-decoration: underline;
 font-family: Verdana, Helvetica, Arial, sans-serif;
 font-size: .85em;
 line-height: 1.75em;
 }
#Right_Column a:visited {
 color: #006400;
 text-decoration: underline;
 font-family: Verdana, Helvetica, Arial, sans-serif;
 font-size: .85em;
 line-height: 1.75em;
 }
#Right_Column a:active {
 color: #006400;
 text-decoration: underline;
 font-family: Verdana, Helvetica, Arial, sans-serif;
 font-size: .85em;
 line-height: 1.75em; 
 }
#Right-Column h4{
 font-family: Verdana, Helvetica, Arial, sans-serif;
 text-decoration: underline;
 font-size: 1em;
 line-height: .6em;
 }
#Right-Column h5{
 font-family: Verdana, Helvetica, Arial, sans-serif;
 text-decoration: underline;
 line-height: .8em;
 }
#Right-Column h6{
 font-family: Verdana, Helvetica, Arial, sans-serif;
 line-height: .6em;
 }
#Right-Column p{
 font-family: Verdana, Helvetica, Arial, sans-serif;
 font-style: italic;
 font-size: 1em;
 line-height: 1em;
 }
