@charset "utf-8";

body {

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	color: #000000;

	background-color: #FFFFFF;

	background-position: right;

	font-family: "Times New Roman", Times, serif;

	font-size: 100%;

}

.oneColFixCtr #container {

	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */

	border: 0px;

	text-align: left; /* this overrides the text-align: center on the body element. */

	padding: 25px;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0;

	margin-left: auto;

}

.oneColFixCtr #mainContent {

	padding: 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}

#PrinterFriendlyNewsText  {

	margin-top: 25px;

}

#pfRIACLULogo {

	text-align: right;

	margin: 0px;

	padding: 0px;

	font-size: 0.8em;

}

.ACLUofRI {

	font-size: 1.8em;

	font-weight: bold;

}

.NewsDate {

	text-align: left;

}


