/*Page Setup*/

body {
      background-color: white;
      color: black;
			text-align: left; 
			width: 1024px;
			margin: auto;
			}
							
#masthead {
          background: #ff6600;
          width: 990px;
					height: 150px;
					text-align: center;
					}			
					

	
#container {
            width: 745px;
						margin: -4px auto auto auto;
						padding: 0;
						
					 }
					 

				 
		
#footer {
clear: both;
width: 100%;
}
					 
/*---------------------------------------------------------------*/
		
/*Text*/
			
					 
h1 {font: bold 30px arial, sans-serif; 
	 color: black; 
	 text-align: center;
	 width: 990px;
	 margin-top: 40px;
	 margin-bottom: 5px;
		}
		
h2 {font: bold 16px arial, sans-serif; 
	 color: white; 
	 text-align: center;
	 margin-top: 5px;
	}
		
h3 {font: bold 22px courier, serif; 
	 color: #66ccff; 
	 text-align: center;
    }				
		
h4 {font: bold 20px courier, serif; 
	 text-align: center;
    }			

p {
   font: medium/150% arial, sans-serif; 
	 color: black; 
	 text-align: justify;
	 }
	 
#copyright {
           font: 10px verdana, sans-serif; 
	         color: silver; 
	         text-align: center;
					 margin: auto;
					 }

/*---------------------------------------------------------------*/
/*Graphics*/
#articleLogo {
              float: left;
							margin-top: 30px;
							}

#articleUrl {
             margin: auto;
						 text-align: center;
						 }

/*---------------------------------------------------------------*/
/*Navigation*/


						
a:link {color: black;}
a:visited {color: black;}
a:active {color: red;}
a:link:hover, a:visited:hover {color: black;}
a img {border: none;}

.navLink:link, .navLink:visited {
          color: #cc6633;
					padding: 5px 0.8em;
					background: white;
					text-decoration: none;
					display: block;
					float: left;
					margin-right: 4px;
					border: solid 1px #cc6633;
				 }

.navLink2:link, .navLink2:visited {
          color: white;
					padding: 5px 0.8em;
					background: #ff6600;
					text-decoration: none;
					border: solid 1px gray;
					display: block;
					float: left;
					margin-right: 4px;
				 }
				  
.navLink:link:hover,
.navLink:visited:hover,  
.navLink:link:focus,
.navLink:visited:focus  {
                                                  color: white;
                                                  background: #ff6600;
                                                  }

.navLink2:link:hover,
.navLink2:visited:hover,
.navLink2:link:focus,
.navLink2:visited:focus  {
                                                  color: #ff6600;
																									border: solid 1px #ffcc33;
																									background: white;
                                                  }
																									
						 
		
#navBar {
					font: bold small verdana, sans-serif;
				}																					
			
#navLev1 {
          position: absolute;
          z-index: 2;
					top: 1.5em;
					left: 400px;
					width: 52em;
					text-align: left;
					}
	
#navLev2 {
          position: absolute;
          z-index: 3;
					top: 3.2em;
					left: 425px;
					width: 52em;
					text-align: left;	
					}
						
				
																								

#guestbook {
border: solid 1px white;
float: left;
background-color: gray;
margin-right: 4px;
display: none;
width: 7.5em;
text-align: center;
padding: 0;
overflow: hidden;
}

h2 a:link {color: #ff6600;}

#articleUrl {
             background: #ff6600;
          width: 990px;
					height: 150px;
					text-align: center;
						 }

#articleUrl h4 {
               font: bold italic 42px courier, serif;
               margin-top: 0; 
							 } 
#articleUrl h4 a:link, #articleUrl h4 a:link:visited {			 
							 color: black;
							 }