body	{background-color: #0561A5;
         color: white;
}

/* element styles follow */

h1	{font-family: "Courier New";
	 font-weight: bold;
}

h2	{font-family: "Courier New";
	 font-weight: bold;
}

h3	{font-family: "Courier New";
         font-weight: bold;
         color: white;
         margin-left: 10px;
	 font-size: 32px;
          
}

h4	{font-family: "Trebuchet MS";
         font-weight: bold;
         color: white;
         margin-left: 10px;
         font-size: 18px;
}

p	{font-family: "Trebuchet MS";
         font-size: 16px;
         margin-left: 10px;
}

hr	{color: white;
         margin-left: 10px;
         margin-right: 450px;
         
}

li	{
         font-family: "Trebuchet MS";
         font-size: 16px;
         margin-left: 10px;
}

/* section styles follow */

div#banner {
	    background-color: #200645;
            color: white;  
            padding: 10px;
            margin-left: 20px;
            margin-right: 10px;	     
}

div#links {    
            color: white;
	    padding-bottom: 180px;
            padding-top: 20px;
            text-decoration: none;
            background-image: url(archery_large.jpg); 
            background-position: 20px right; 
            background-repeat: no-repeat;
            margin-left: 10px;
            margin-right: 10px;            
}

div#main {
          font-family: "Trebuchet MS;"
          font-size: 16px;
          padding: 10px; 
          margin-right: 10px;   
	    
}

div#footer {
	    padding: 10px;
            color: white;
	    font-style: italic;
            margin-left: 10px;
}

/* link styles follow */

a	{color: white;
         padding: 10px;
         text-decoration: none;
         font-family: "Trebuchet MS";
         font-size: 22px;
         display: block;
         width: 325px;
                        
         	
}

a:visited	{color: #F1A629;
}

a:hover	{text-decoration: underline;
}

#main a	{
         display: inline;
         font-size: 16px;
         text-decoration: underline;
}


/* img styles follow */  
        	   
img	{border: none;
         padding: 10px;
         margin-right: -15px;
         float: right;
}
		   