/*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;
 margin-top: -18px;
 margin-right: 0px;
 margin-left: 467px;
 padding-left: 10px;
 padding-right: 10px;
 word-spacing: 10px;
 } 
#header-image {
 height: 140px;
 background-image: url(Images/TopBarMain.jpg);
 background-repeat: no-repeat;
 margin-top: 0px;
 margin-left: 4px;
 }
#content {
 width: 800px;
 position: absolute;
 align: center;
}
#leftnavbar {
 position: absolute;
 background-color: #000000;
 text-align: left;
 margin-top: 0px;
 left: 4px;
 width: 145px;
 height: 646px;
 margin-left: 0px;
 line-height: 3.75em;
 padding-right: 13px;
}
#main {
 position: absolute;
 margin-top: 0px;
 background-color: #fffacd;
 border-left: solid #000000 1px;
 border-right: solid #000000 1px;
 padding: 20px;
 margin-left: 151px;
 width: 611px;
 height: 606px;
 }
#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.0em;
 text-align: left; 
 font-style: normal; 
 color: #006400;
 letter-spacing: 1px; 
 font-weight: bold;
 text-decoration: none;
 }
#Right_Column{
 position: absolute;
 top: 140px;
 background-color:#fffacd;
 width: 0px;
 margin-left: 600px;
 height: 600px;
 padding-left: 0px;
 padding-right: 0px;
 padding-top: 0px;
 }
#Right_Column a:link {
 color: #006400;
 text-decoration: underline;
 font-family: Verdana, Helvetica, Arial, sans-serif;
 font-size: .8em;
 line-height: 1em;
 }
#Right_Column a:hover{
 color: #ffffff;
 background-color:#000000;
 text-decoration: underline;
 font-family: Verdana, Helvetica, Arial, sans-serif;
 font-size: .8em;
 line-height: 1em;
 }
#Right_Column a:visited {
 color: #006400;
 text-decoration: underline;
 font-family: Verdana, Helvetica, Arial, sans-serif;
 font-size: .8em;
 line-height: 1em;
 }
#Right_Column a:active {
 color: #006400;
 text-decoration: underline;
 font-family: Verdana, Helvetica, Arial, sans-serif;
 font-size: .8em;
 line-height: 1em; 
 }
#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;
 }
