@charset "UTF-8";

body {
	font-family: arial, sans-serif;
	background-color:#fff;
	font-size: small;
	margin: 4px 4px 4px 4px;
	color:#000;
	}

h4 {
	margin-top:.5em;
	font-size:100%;
	font-weight:bold;
	position:relative;
	left:0;
	top:.8em;
	z-index:5; /*to avoid falling behind other elements due to lowered position*/
	}

/*-------- masthead --------*/
#mastheadWrapper{
	background: url(images/mastheadBorder.gif) repeat-x center top #000;
}
#masthead{
	height: 105px;
	background: url(images/wxbanner2.jpg) no-repeat center top;
}

