/* rightcontent */

#rightcontent {
	width: 200px;
	float: left;
	padding-top: 10px;
}

#rightcontent h1 {
	font-family: Gill Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/rightcontent/title-back-rightcontent.jpg);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	padding-right: 10px;
	margin-bottom: 10px;
}

#rightcontent .txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	line-height: normal;
	padding-bottom: 10px;
	padding-right: 10px;
}

#rightcontent .nwsthmb {
	width: 188px;
	height: 188px;
	border: solid 1px #002675;
	margin-bottom: 10px;
}

#rightcontent .nws-dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-align: right;
	line-height: normal;
	padding-bottom: 10px;
	padding-right: 10px;
}

#rightcontent a:link {
	text-decoration: none;
	color: #002675;
}

#rightcontent a:hover {
	text-decoration: underline;
	color: #AABFD5;
}

#rightcontent a:active {
	text-decoration: underline;
	color: #002675;
}

#rightcontent a:visited {
	text-decoration: none;
	color: #002675;
}