html, body {
	color: #3c3c3b;
	font-family: "Lucida Sans Unicode","Lucida Grande";
	font-size: 14px;
}

#toppanel, #sub_nav, #horisontal_boxes, #print_icon, #breadcrumb, #footer_sitemap, #footer, .pagination, .small_red_topbutton { 
	display: none; 
}

#printedDate {
	text-align: right;
	padding-top: 50px;
	font-size: 12px;
}
	#printedDate img {
		float: left;
		margin-top: -17px;
	}
	
a {
	color: #3c3c3b;
	text-decoration: none;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

/* right boxes */

#right_boxes {
	width: 228px;
	*width: 234px;
	float: left;
	margin-left: 98px;
	*margin-left: 93px;
	display: none;
}
	#right_boxes .box {
		width: 199px;
		padding: 14px;
		background: url('../images/right_box_bg.png') no-repeat;
		position: relative;
		font-size: 13px;
		margin-bottom: 17px;
		float: left; 
	}
		#right_boxes .box .box_footer {
			width: 228px;
			height: 10px;
			position: absolute;
			left: 0;
			bottom: -10px;
			background: url('../images/right_box_bottom.png') no-repeat;
		}
		#right_boxes .box .dropdown {
			margin-left: -2px;
		}

/* right boxes end */

.news.article_content ul, .news.article_content ul li {
	list-style: none;
	margin: 0;
}

#article_content.news ul li a, .article_content.news ul li a {
    color: #9A2A38;
    display: block;
    font-weight: bold;
    text-decoration: none;
}

.full_width.article_content {
	padding-top: 20px;
	clear: both;
}

.two_column_module .wrapper .photo_holder {
			width: 460px;
			position: relative;
			height: 100%;
			float: left;
		}
		
.rich_text_module {
	clear: left;
}

.date {
	font-size: 11px;
	color: #9d9d9d;
}

#main_story_fullsize_photo, .main_story_fullsize_photo {
	width: 946px;
	height: 396px;
	overflow: hidden;
	margin: 0 0 25px 7px;
	background: url('../images/article_main_story_bg.png') right top no-repeat;
	position: relative;
}
	#main_story_fullsize_photo img, .main_story_fullsize_photo img {
		margin: 3px 0 0 3px;
	}
	#main_story_fullsize_photo div, .main_story_fullsize_photo div {
		width: 415px;
		height: 200px;
		position: absolute;
		top: 80px;
		right: 40px;
		color: #313130;
		line-height: 140%;
	}

.article_content {
	padding: 0;
}

.box_wrp.black a{
	color:#000;
	text-decoration: underline;
}


.blackbox {
	width: 440px;
	margin: 20px 0;
	border: 1px solid #000;
	padding: 0 10px 10px 10px;
	*padding-top: 10px;
}