.pageHeader {
	background-image:   url(images/billsLogo.jpg);
	height: 75px;
	width: 500px;
}
.HeaderContainer {
	height: 80px;
	width: 600px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #000000;
}
.navbarcontainer {
	background-color: #33FF66;
	height: 5px;
	width: 500px;
	border: thin dotted #000000;

}
