@charset "utf-8";
/*Styles specific to Newsletter page  -------------------------------------------------------------- */
#newsletter {
	width: 940px;
	margin: 0px auto;
	color: #666;
}
#newsletter a {
	color: #666;
	text-decoration: none;
}
#newsletter a:hover {
	color: #AD0505;
	text-decoration: underline;
}
#newsletter .portalTitle {
	background-color: #FFF;
	padding-top: 30px;
	padding-bottom: 15px;
}
#newsletter .portalTitle div {
	width: auto;
}
#newsletter .portalTitle h2 {
	color: #AD0505;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	float: left;
	font-weight: bold;
	width: auto;
	font-size: 22px;
}
#newsletter .portalTitle .section, #newsletter .portalTitle .date {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #B0B0B0;
	padding-top: 3px;
	width: auto;
	float: left;
}
#newsletter .portalTitle .date {
	float: right;
	font-weight: normal;
	width: 50%;
	text-align: right;
}
#newsletter .portalTitle .date span {
	color: #AD0505;
}
.greyPanel {
	background-color: #F6F6F6;
	background-image: url(images/VertDash.png);
	background-repeat: repeat-y;
	border: 20px solid #F6F6F6;
	background-position: 220px;
	margin: 20px 0px;
}
.greyPanel p {
	margin: 0px;
}
.greyPanel .issue {
	float: left;
	width: 215px;
}
.greyPanel .issue strong {
	font-size: 16px;
	font-weight: bold;
	color: #AD0505;
}
.greyPanel .issueContents {
	width: 630px;
	float: right;
}
.greyPanel .issueContents .ITI {
	color: #AD0505;
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 14px;
}
.greyPanel .issueContents .col, .greyPanel .issueContents .colRt {
	width: 200px;
	margin-right: 20px;
	float: left;
}
.greyPanel .issueContents .colRt {
	margin: 0px;
	float: right;
	width: 190px;
}
.greyPanel .issueContents ul li {
	margin-bottom: 8px;
}
.greyPanel .issueContents ul {
	margin: 5px 10px 0px 0px;
	padding: 0px 0px 0px 10px;
}
.NewsBorderBottomdkgreydashed {
	border-bottom: 1px dashed #8C8C8C;
	margin: 0;
	height: 1px;
	padding: 0px;
}
.minus20marg {
	margin-right: -20px;
	margin-left: -20px;
}
#newsletterBody {
	margin: 35px 20px 20px;
}
#newsletterBody p {
	margin: 0px 20px 10px;
	line-height: 1.5em;
}
#newsletterBody h3 {
	font: bold 16px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
#newsletterBody .featuredMembers {
	width: 425px;
	margin: 0px;
	padding: 0px;
}
#newsletterBody .featuredMembers div {
	float: right;
	width: 275px;
}
#newsletterBody .featuredMembers img {
	float: left;
}
#newsletterBody .featuredMembers div p {
	margin: 0px 0px 0px 20px;
}
#newsletterBody .featuredMembers div p strong {
	font-size: 14px;
}
#newsletterBody .featuredMembers div p span {
	padding: 20px;
}
a img {
	border: 1px solid #FFF;
}
a img:hover {
	border: 1px solid #AD0505;
}

/*Styles specific to News page  -------------------------------------------------------------- */

#newsCol1, #newsCol2, #newsCol3 {
	margin-top: 20px;
}

#newsCol1 {
	float: left;
	width: 130px;
}
.currentYear {
	color: #AD0505;
}


#newsCol1 p {
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}

#newsCol2 {
	float: left;
	width: 510px;
}
#newsCol2 p {
	margin: 0px;
}
#newsCol2 ul {
	margin: 0px;
	padding: 5px 0px 25px 20px;
}
#newsCol2 ul li {
	margin-bottom: 3px;
}

#newsCol2 strong {
	font-size: 16px;
	font-weight: bold;
	color: #AD0505;
}

#newsCol3 {
	background-color: #F6F6F6;
	float: right;
	width: 256px;
	padding: 15px 15px 15px;
}

#newsCol3 .newsAlert p {
	font-weight: bold;
	margin: 0;
}

#newsCol3 .newsAlert  {
	margin: 15px 0 0 15px;
}
#newsCol3 .otherNews {
	border-top: 1px dashed #333;
	border-bottom: 1px dashed #333;
	border-left: 1px;
}
#newsCol3 .otherNews h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 18px;
}
