@charset "utf-8";
/* CSS Document */


h1 { color:#003366; font-size:19px; font-family:'Copperplate Gothic Bold', Verdana, sans-serif;
    margin: 0 0 3px 0; 
	text-decoration:underline;
	}

h2 { color:#003366; font-size:18px; font-family:'Arial', Helvetica, sans-serif; margin: 3px 0 3px 0; }
h3 { color:#003366; font-size:16px; font-family:'Arial', Helvetica, sans-serif;}
h4 { color:#003366; font-size:14px; font-family:'Arial', Helvetica, sans-serif;}



#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width: 400px; height: 137px;
	margin: 0px 100px 0px 0px; padding: 0px;
	display: block;	
	float: left; 	
}
#header h1 a { text-indent: -9000px; display: block; height: 137px; }


