/*Page Setup*/

body {
      background-color: #cc6633;
      color: black;
			text-align: left; 
			width: 1024px;
			margin: auto;
			position: relative;
			}
							
#masthead {
          background: url("../graphics/tallheader.jpg") no-repeat bottom;
          width: 990px;
					height: 200px !important;
					text-align: center;
					}			
					
#container {
             background-color: #cc6633;
						 padding-top: 40px !important;
						 padding-bottom: 20px !important;
						 margin-top: -20px !important;
											 }
					 

					 
				 
		
#footer {
clear: both;
width: 100%;
}
					 
/*---------------------------------------------------------------*/
		
/*Text*/
			
					 
h1 {font: bold 46px courier, serif; 
	 color: gray; 
	 margin-top: 40px;
	 margin-left: 20px;
		}
		
h2 {font: bold italic 20px courier, serif; 
	 color: #66ccff; 
	 text-align: center;
		}
		
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;
						 }
