/***********************************************************************/
/**
/**			HOME PAGE CONTENT SECTION STYLE ELEMENTS
/**
/***********************************************************************/
.NewsHeadlineArea {
	background: #3D62A0;
	width: 100%;
}
.NewsHeadlineCaption {
	background: #003082;
	text-align: left;
	color: #ffffff;
	width: 100%;
	padding: 3px 0px 3px 5px;
	border: 1px solid #767676;
	border-bottom: none;
	font-family: Arial;
	font-size: 12pt;
}
A.NewsHeadlineLink {
	color: #ffffff;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
A.NewsHeadlineLink:hover {
	text-decoration: underline;
}
.NewsHeadlineDetail {
	padding: 5px 8px 1px 20px;
	width: 100%;
	vertical-align: top;
	line-height: 1.5;
	color: #ffffff;
	font-weight: normal;
	font-size: 8pt;
}
.Affiliations {
	vertical-align: top;
	text-align: center;
	padding-top: 5px;
}

.HomePageCopy {
	font-size: 10pt;
	color: #1f1f1f;
	line-height: 1.4;
	padding: 10px 10px 0px 10px;
	vertical-align: top;
}

/***********************************************************************/
/**			BOX STYLE ELEMENTS
/***********************************************************************/
.HomePageBox {
	BORDER: #003082 1px solid;
	BACKGROUND: url(../media/images/home_greybackground.jpg) #eeeeee repeat-x left bottom; 
	PADDING: 2px 13px 20px 13px; 
	COLOR: #333
}
.HomePageBoxHeader {
	font-family: arial,helvetica,sans-serif;
	font-size: 17px;
	font-weight: bold;
	padding: 0px 0px 0px 15px;
	BACKGROUND: #7f99c6 no-repeat 0px 0px; 
	MARGIN: 0px; 
	COLOR: #ffffff; 
	LINE-HEIGHT: 32px; 
	HEIGHT: 32px
}
.HomePageBoxHeader A, .HomePageBoxHeader A:hover, .HomePageBoxHeader A:visited
{
	COLOR: #ffffff; 
	BACKGROUND-COLOR: transparent; 
	TEXT-DECORATION: none
}
.HomePageBoxSubInstructions
{
	padding-top: 5px;
	line-height: 1.3em;
	font-weight: bold;
	font-size: 11px;
}
.HomePageBoxSubInstructions A, .HomePageBoxSubInstructions A:visited
{
	color: #0000FF;
	text-decoration: underline;	
}
.HomePageBoxInstructions
{
	padding-top: 5px;
	line-height: 1.3em;
	font-size: 11px;
}
.HomePageBoxFooter
{
	padding-top: 5px;
	line-height: 1.3em;
	font-size: 11px;
}
.HomePageBoxFooter A, .HomePageBoxFooter A:visited
{
	color: #0000FF;
	text-decoration: underline;
}

.HomePageBoxLink A, .HomePageBoxLink A:hover, .HomePageBoxLink A:visited
{
	color: #0000FF;
	text-decoration: underline;
}



