@charset "utf-8";
.myBackground {
	background-image: url(../images/index_r1_c1.jpg);
	background-repeat: repeat-x;
}
.bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.bodyCopy a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #778EBA;
	text-decoration: underline;
}
.bodyCopy a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #778EBA;
	text-decoration: underline;
}
.bodyCopy a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #778EBA;
	text-decoration: none;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	color: #999999;
}
.bodyTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #778EBA;
}
.featuredTitle{
	background-image: url(../images/featuredTitleGradient.jpg);
	background-repeat: repeat-x;
	min-height:24px;
	max-height:24px;
	padding:10px;
	margin:0px;
	}
.featuredBody{
	padding:10px;
	background-image: url(../images/featuredBodyGradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	overflow:auto;
}
.featuredBody a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #778eba;
	text-decoration: underline;
	font-weight: normal;
}
.featuredDivider{
	clear:both;
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
	
}
.featuredItemTitle{
	padding-bottom:5px;
}
.featuredImage{
	float:left;
	padding-right:5px;
}
