body { margin: 0;
       padding: 0;
			 background-color: #f0eeee;
			 font-family: "Times New Roman", serif;
			 }
			 
#content { background-color: #fff;
           border-top: solid black 20px;
					 border-bottom: solid black 10px;
					 width: 77%;
					 padding-left: 10px;
					 margin-left: 21%;
					 }
					 
#nav ul, li { list-style-type: none;
              margin: 0;
							padding: 0;
							}						 

#nav { background-color: #fff;
       border-top: solid black 20px;
			 border-bottom: solid black 10px;
			 width: 20%;
			 float: left;
			 
			 }
			 
#nav a { display: block;
				 padding: 5px 0px;
         width: 100%;
				 color: #000000;
				 font-style: italic;
				 text-align: center;
				 text-decoration: none;
				 
				 }
				 
#nav a:hover { color: #ffffff;
               background-color: #000000;
							 }

div.footer {text-align: center;
            
						}		
		
p.asu-info {font-size: .83em;
						color: #663300;
						}
						
p.page-info {font-size: .75em;
						color: #663300;
						}
						
table img, p.maps img { border: 0;
                        } 
												
#table { text-align: center;
         padding: 0;
				 width: 550px;
				 border-width: 0;
				 margin-left: auto;
				 margin-right: auto;
				 }
				 
#table img {border: 0;
          }
				
#content a { color: #000000;
             text-decoration: none;
						 border-bottom: solid black 2px;
             }
						 
#content a:hover { color: #ffffff;
                   background-color: #000;
									 }					