div#userHeader {
	background: url(../images/newsLetter_logoSmall.png) no-repeat;
	height: 117px;
	display: block;
	width: 950px;
	margin: 0 auto;
	margin-top: 20px;
}

div#userHeader p {
	color: #003A87;
	text-decoration: none;
	font: bold 40px/65px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 2px solid #7D7D7D;
	width: 850px;
	float: right;
	height: 65px;
	display: block;
}

div#userContent {
	width: 950px;
	min-height: 400px;
	margin: 0 auto;
}

.news {
	width: 100%;
}

.news tr.even:hover {
  	background-color: #cef5dd;
}

.news tr.odd:hover {
  	background-color: #d8e5fc;
}

.news tr.even {
  	background-color: #e2f5e5;
}

.news tr.odd {
  	background-color: #e7f5fb;
}

.news td.title {
  	padding: 12px 15px;
	width: 30%;
  	border-bottom: 1px solid #999;
}

.news td.title a {
	font-size: 20px;
	color: #006F25;
	text-decoration: none;
}

.news td.title a:hover {
	text-decoration: underline;
}

.news td.substrBody {
  padding: 12px 15px;
  border-bottom: 1px solid #999;
}

dl.news {
	width: 820px;
	float: right;
}

dl.news dt {
	font-size: 22px;
	color: #006F25;
	line-height: 22px;
	border-bottom: 1px solid #7D7D7D;
}

dl.news dt p {
	font-size: 12px;
	color: #70716c;
	float: right;
}

dl.news dd {
	margin-top: 10px;
}

dl.news dd.footer {
	margin-top: 20px;
}

dl.news dd.footer a {
	color: #003A87;
	text-decoration: none;
}