html, body {
	margin: 0;
	padding: 0;
	border: 0;
	background:#f2ede7 url(images/wards_bg.jpg) repeat-x center top 

}

p {
	color: #10191B;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-indent: 1em;
}

.largerfont {
	font-size: 13px;
	font-weight: bold;	
}
.colorchange {
	font-color: #DE495B;
	color: #DE495B;
}

div.datehead {
	height:auto;
	width:auto;
	vertical-align:top;
	padding-right: 40px;
	text-align: right;
	padding-left: 300px;
}

A:link {
	color: #DE495B;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}
A:hover {
	color: #6F6A88;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}
A:visited {
	color: #930;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}
div.footer {
	height:auto;
	width:900px;
	vertical-align:top;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top:10px;
	
}

.scroll {
	width: 365px;
	height: 225px;
	padding-left: 5px;
	padding-right: 5px;
	float: right;
	overflow: auto;
	background-color: #F1EBE5;
	border-color: #DE495B;
	border-style: solid;
	text-align: justify;
	margin-top:10px;
	margin-bottom:10px;
}

