body	{background-color: #0561A5;
         color: white;
}

/* element styles follow */

h1	{font-family: "Trebuchet MS";
	 font-weight: bold;
}

h2	{font-family: "Trebuchet MS";
	 font-weight: bold;
         font-size: 20px;
}

h3	{font-family: "Trebuchet MS";
         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#footer {
	    padding: 10px;
            color: white;
	    font-style: italic;
            margin-left: 10px;
}

/* link styles follow */

a	{color: white;
         padding: 15px;
         text-decoration: none;
         font-family: "Trebuchet MS";
         font-size: 22px;
         display: block;
                        
         	
}

a:visited	{color: #F1A629;
}

a:hover	{text-decoration: underline;
}

#main a	{
         display: inline;
         font-size: 16px;
         text-decoration: underline;
}

.text a {
         display: inline;
         font-size: 16px;
         text-decoration: underline;
         padding: 0px;
         
}


/* img styles follow */  
        	   
img	{border: none;
         padding: 10px;
         margin-left: 10px;
         margin-right: 10px;
         float: left;
}
		   