body {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#center {

	margin: 0px;
	
}
#header,#left,img {
    display:none;

}
#right p {
	font: 12pt Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	color: black;
	background: white;
}
#footer {
	height: 50px;
	width: 750px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 2px solid #ccc;
}
#footer p {
	font: 10pt Georgia, "Times New Roman", Times, serif;
	color: #000;
	background: #FFF;
	text-align: left;
	margin: 3px;
}
a {
	color: blue;
	text-decoration: underline;
	background: white;
}

#right h1 {

	font: bold 14pt Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	color: black;
	background: white;
}

.box {
	color: #FFF;
	height: auto;
	background: white;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #ccc;
}

