body,

	html {
		margin:0;
		padding:0;
		background:#211C63;		/* color of sides, blue right now */
		font: small Arial;
		font-size: 10pt
	}

	body {
		min-width:750px;
	}

	#wrap {
		border-left: 1px solid white;
		border-right: 1px solid white;
		background: #5F1212;	/* color of middle box, green right now */
		margin: 0 auto;
		width:750px;
	}

	#header {
		background:#211C63;			/* color of box for header, blue right now */
		height: 96px;
		padding: 10px 0px 0px 10px;
		color: white;
		font-size: 40px;
		font-weight: bold;
		border-bottom: solid 1px white;
		border-top: solid 1px white;
		text-align:center;
	}

	.footer {
		clear:both;
		text-align: center;
		padding: 5px;
		font-size: 11px;
		color: white;
		border-bottom: solid 1px white;
	}

	.address {
		text-align: right;
		color: white;
	}

	.heading1 {
		font-size: 12pt;
		font-style: italic;
		font-weight: bold;
	}