/*Page Setup*/

body {
      background-color: white;
      color: black;
			text-align: center;
			width: 1020px;
			margin: auto;
			position: relative;
			}
							
#masthead {
          width: 988px;
					height: 151px;
					background: url("../graphics/arch2_header.jpg") no-repeat right;
					text-align: center;
					border-top: solid 1px black;
					border-left: solid 1px black;
					border-right: solid 1px black;
					margin: auto;
          }	
 #mastheadbot {
              background: url("../graphics/arch2headbot.jpg") no-repeat right;
							width: 990px;
							height: 83px;
							margin: auto;
							margin-top: -6px;
 }	
					
#headerTitle {
             position: absolute;
             z-index: 1;
					   top: 25px;
					   left: 290px;
						 
             }	
						 
#headerTitle p {

                padding-top: 0;
								}
 
#pagetop {
          background: url("../graphics/arch2pagetop.jpg") no-repeat;
					width: 990px;
					height: 72px;
					margin: auto;
					margin-top: -10px;
					}
 
#topbar {
background: #99cccc url("../graphics/arch2_topbar.jpg") repeat-x;
height: 40px;
width: 970px;
margin: auto;

}


						 
#container {
            width: 988px;
						margin: 0 auto;
						text-align: center;
						border-left: solid 1px black;
						border-right: solid 1px black;
						
						}
						
#container2 {
            width: 970px;
						margin: 0 auto;
						text-align: center;
						
						background: url("../graphics/arch2_bak.jpg") repeat;
						
						}				
						
						
#bottomBar {
         background: #99cccc url("../graphics/arch2_bottombar.jpg") repeat-x;
				 width: 970px;
				 height: 40px;
				 clear: both;
				 margin: auto;
         }	
				 
				 
#pagefoot {
          background: url("../graphics/arch2pagefoot.jpg") no-repeat;
					width: 990px;
					height: 85px;
					margin: auto;
					}

#block1,
#block2,
#block3,
#block4 {
         float: left;
				 width: 24%;
				 margin: -16px 0;
				 
				
				 }		 
		
				 
				 
/*---------------------------------------------------------------*/
		
/*Text*/
			
					 
h1 {font: italic bold 20px verdana, sans-serif; 
	 color: #006699; 
	 text-align: center;
	 margin-bottom: 0; 
		}
		
h2 {font: bold 20px verdana, sans-serif; 
	 color: black; 
	 text-align: center;
	 	}
				
h3 {font: italic 22px Times New Roman, serif; 
	 color: #663399; 
	 text-align: center;
    }				
		
h4 {font: bold 12px verdana, sans-serif; 
	 text-align: left;
	 padding: 0 0 8px 2px;
	 margin-bottom: 0;
	 margin-left: 18px;
	 margin-right: 14px;
	 background: url("../graphics/arch2_topbar.jpg") repeat-x 10%
    }			

p {
   font: small verdana, sans-serif; 
	 color: black; 
	 text-align: justify;
	 padding: 0 18px;
	 margin-top: 0;
	 }
	 
#headerTitle p {
                margin-top: 0;
								} 
	 
#copyright {
           font: 10px verdana, sans-serif; 
	         color: silver; 
	         text-align: center;
					 margin: auto;
					 }

/*---------------------------------------------------------------*/
/*Graphics*/
#articleLogo {
              float: left;
							margin: 8px auto auto 14px;
							}

#articleUrl {
             margin: auto;
						 }



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

a:link {color: #006699; text-decoration: none;}
a:visited {color: #006699; text-decoration: none;}
a:active {color: red; text-decoration: none;}
a:link:hover, a:visited:hover {color: gray; text-decoration: none;}
a img {border: none;}

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

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

.navLink2:link:hover,
.navLink2:visited:hover,
.navLink2:link:focus,
.navLink2:visited:focus 
                       {
                       color: silver;
											 }
			
#navLev1 {
          position: absolute;
          z-index: 2;
					top: 8em;
					left: 250px;
					width: 52em;
					text-align: left;
          }
	
#navLev2 {
          position: absolute;
          z-index: 3;
					top: 9.6em;
					left: 275px;
					width: 52em;
					text-align: left;					
					}
				 
		
#navBar {
					font: bold small verdana, sans-serif;
				}				

										

#guestbook {
float: left;
background-color: #006699;
margin-right: 4px;
display: none;
width: 98px;
text-align: center;
}

#votebongo {position: absolute; top: 10px; right: 40px; z-index: 4;}