/*This is the core style sheet of the NABC Letters, Press Releases, etc.*/
 
 body {
 background-color: #EAE4C3;
 background-image: url();
 color: #101010;
 font-family: Times Roman, serif;
 font-size: 1.0em;
 margin: 0px;
 }
 p {
 font-family: Times Roman, serif;
 font-size: .8em;
 text-align: left;
 line-height: 1.7em;
  }
 a:link {
 color: #006400;
 font-weight: bold;
 text-decoration: none;
 font-size: .8em;
 line-height: 3em;
 }
 a:visited {
 color: #FFFFFF;
 font-weight: bold;
 text-decoration: none;
 font-size: .8em;
 line-height: 3em;
 }
 a:hover {
 color: #000000;
 font-weight: bold;
 font-size: .8em;
 line-height: 3em;
 text-decoration: underline;
 background-color: #FFFACD;
 }
 a:active {
 color: #006400;
 font-weight: bold;
 font-size: .8em;
 line-height: 3em;
 text-decoration: underline;
 }
 
 /*The are the DIVs */
#content {
 width: 700px;
 position: absolute;
 align: left;
 /*height: 600px;*/
 }
#leftspace {
 width:60px;
 }
 #main {
 position: top;
 top: 0px;
 background-color: #ffffff;
 border-left: solid #000000 1px;
 border-right: solid #000000 1px;
 border-top: solid #000000 1px;
 padding: 30px;
 margin-left: 80px;
 width: 700px;
 }
 #main a:active {
 color: #006400;
 text-decoration: underline;
 font-family: Arial, san serif;
 font-size: .5em;
 font-weight: bold;
 letter-spacing: .1em;
 line-height: 2em;
 line-spacing: 2em 
 } 
#main a:link {
 color: #006400;
 text-decoration: underline;
 font-family: Arial, san serif;
 font-size: .5em;
 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: Arial, san serif;
 font-size: .5em;
 font-weight: normal;
 letter-spacing: .1em;
 line-height: 2em;
 line-spacing: 2em
 }
#main a:visited {
 color: #006400;
 text-decoration: underline;
 font-family: Arial, san serif;
 font-size: .5em;
 font-weight: normal;
 letter-spacing: .1em;
 line-height: 2em;
 line-spacing: 2em
 }
 
 #main h1 {
 font-size: 1.2em;
 text-align: left; 
 font-family: Times Roman, serif;
 color: #000000;
 letter-spacing: 1px; 
 font-weight: bold;
 text-decoration: none;
 }
 #main p {
 font-size: .9em;
 text-align: left; 
 font-family: Times Roman, serif;
 font-style: normal; 
 color: #000000;
 letter-spacing: 1px; 
 font-weight: normal;
 text-decoration: none;
 }

 