
.oneColFixCtr #container {
	width: 650px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 25px 10px;
}
.oneColFixCtr #mainContent {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.info {
	font-family: "Arial Narrow";
	font-size: 100%;
	color: #666666;
	margin-bottom: 25px;
}
.imgfloatright {
	float:right;
	margin: 5px;
	border-top-width: medium;
	border-right-width: 15px;
	border-bottom-width: medium;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#cjlf-logo {
    background-image: url(../images/cjlfarticle.gif);
	margin-top: 10px;
    display:block;
    height:140px;
    width:650px;
}

body {
	margin: 10; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: 'Lora';
	font-size: 100%;
	line-height: 150%;
	background-color: #2E5C8A;

}

.bodyrelease {
	font-family: 'Lora';
	font-size: 100%;
	color: #000000;
}
.releaseheader {
	font-family: 'Lora';
	font-size: 175%;
	font-weight: 700;
	line-height: 125%;
}
.releasesubheader {
	font-family: 'Lora';
	font-size: 125%;
	font-weight: 400;
	line-height: 115%;
	font-style: italic;
}