body {
		margin-top: 0px;
		margin-left: 0px;
        margin-right: 0px;
       	font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #333333;
}
		
#header {
		background-image: url(images/header.jpg);
		background-position: center;
		background-repeat: repeat-x;
		height: 125px;
		padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}		

#main {
		width: 780px;
		margin: auto;
}

#footer {
		text-align: center;
		padding-top: 15px;
        height: 40px;
        font-size: .8em;

        clear: both;
		}

#footer a {
         font-size: 1em;
         color: #333333;
		}

#menu {
		float: right;
		margin-top: -65px;
		}

h2 {
		color: #000066;
      	font-size: 16px;    
		}

a {
		font-size: 12px;
    	color: #003399;
		}

a:link {text-decoration: none;}

a:visited {
		text-decoration: none;
		color: #003399;
		}

a:hover {
		text-decoration: underline;
        color: #003399;
        }
		  
a:active {
		text-decoration: none;
        color: #003399;
        }
