/* style sheet created by Marlene Moormann */
/* Created on 3/07 */
/* To be used with the nckl homepage */
html,body{margin:0;padding:0}
body{font: 100% arial,sans-serif}
p{margin:0 5px}
a{color: #3333ff;}
a:active {color:#66ff00}
a:visited {color:#FF0099}
a:hover   {color: red; font-size: 100%}

/* Defines logo area with address included in this */
div#header{
           width: 95%;
					 border-top-style: none;
					 border-top-color: #008ace;
					 border-top-width: 3px;
					 border-bottom-style: solid;
					 border-bottom-color: #008ace;
					 border-left-style: none;
					 border-left-color: #008ace;
					 border-right-style: none;
					 border-right-color: #008ace;
					 margin-left: 1%;
					 padding-bottom: 5px; }
					 
div#header h1{height:100px;line-height:80px;margin:0;
  padding-left:10px; background: #EEE;color: #79B30B; }

/* Defines central area of page with content and footer. Excludes navigations */
div#wrapper{float:left;width:100%}

/* Defines content area margin */
div#content{margin: 5%;
            margin-left: 0%;
            width: 70%;
						border-top-style: none;
					  border-top-color: #008ace;
					  border-top-width: 3px;
					  border-bottom-style: none;
					  border-bottom-color: #008ace;
					  border-left-style: none;
					  border-left-color: #008ace;
					  border-right-style: none;
					  border-right-color: #008ace;
						padding-bottom: 50px;
						padding-left: 10px;
						padding-right: 0px;
						}

/* Defines line height within the middle content area only */
div#content p{line-height:1.3; }

/* defines the bottom navigation area */
div#bottomnav {
display:none;
margin: 0 25%;
margin-left: 22%;
padding-top: 20px;
padding-bottom: 5px;
font-family: arial, verdana, helvetica, sans-serif;
border-top-style: none;
					border-top-color: #008ace;
					border-top-width: 3px;
					border-bottom-style: none;
					border-bottom-color: #008ace;
					border-left-style: none;
					border-left-color: #008ace;
					border-right-style: none;
					border-right-color: #008ace;
          width: 70%;
          font-size: 75%;
          background-color: white;
          text-align: center;
          color: black;
          clear: both; }

/* Defines page title heading */
h3.one {text-indent: 5%;}

/* Defines left side navigation area */
div#navleft{display:none;
          float:left;
				  line-height: 1.3;
					font-size: 80%;
          background:#ffffff;
          width:20%;
					margin-left:-99%;
					text-align: center;					
					background:#ffffff;
          border-top-style: none;
					border-top-color: #008ace;
					border-top-width: 3px;
					border-bottom-style: none;
					border-bottom-color: #008ace;
					border-left-style: none;
					border-left-color: #008ace;
					border-right-style: solid;
					border-right-color: #008ace;}

/*Defines bottom footer area which includes "send comments to... */
div#footer{display:none;
           background: #ffffff;
					 border-top-style: solid;
					 border-top-color: #008ace;
					 border-top-width: 3px;
					 border-bottom-style: none;
					 border-bottom-color: #008ace;
					 border-left-style: none;
					 border-left-color: #008ace;
					 border-right-style: none;
					 border-right-color: #008ace;
					 width: 85%;
					 margin-left: 1%;
					 font-style: italic;
					 text-align: center;
					 width:100%;
					 clear: both;
					 font-size: small;
					 }
/* Defines paragraph within footer div */					 
div#footer p{display:none;
             margin:0;padding:5px 10px;
             font-size: small; }

/* Defines color for webspinner link */ 
div#footer a{display:none;
             color: #3333ff; }

/* Defines valid images for css and xhtml */
div#validimage {
display:none;
float: right;
font-size: small;
}
p.update {background: #ffffff;
          width: 85%;
					margin-left: 5%;
					font-style: italic;
					text-align: left;
					width: 100%;
					font-size: small;
					}
 
	





