/* CSS Document */


/* border properties for form buttons */
INPUT {
	border: 1px solid #4D4534;
}
	
/* general formatting of the links */
A, A:link, A:active, A:visited, A:hover {
color: #4D4534;
}
	
/* background color of the header */
#header_wrapper {
	background-color: #4D4534;
}


#content_title H1 {
	color: #4D4534;
}

#short_desc {
	color: #4D4534;
}

#footer_wrapper {
	background-color: #4D4534;
}

#footer_left_column_wrapper {
	background-color: #4D4534;
}

#footer_right_column_wrapper {
	background-color: #4D4534;
}

.ko_list_title {
	background-color: #4D4534;
}

#content_wrapper {
	width:572px;
}

#content {
	padding-left:12px;
	padding-right:0px;
	padding-top:10px;
}

#right_column_heading {
	background-color: #BCC6CB;
}

#news_content {
	width: 378px;
	padding-right:10px;
	float:left;
}

#content H2 {
	margin-bottom:15px;
}

#news_resources {
	width:172px;
	float:left;
}

.news_resources_subheading {
	color:#666666;
	margin-left:5px;
}

#news_resources UL {
	margin:0px;
	padding:0px;
}

#news_date {
	margin-bottom:5px;
}

#news_image1 {
	float:right;
	padding:0px;
	margin:0px;
	margin-left:10px;
	margin-bottom:5px;
	font-size:9px;
	color:#666666;
}

#news_other_images {
	padding:0px;
	margin:0px;
	font-size:9px;
	color:#666666;
}

#news_file {
	padding:0px;
	margin:0px;
	font-weight:bold;
}

#news_cross_references {
	font-weight: bold;
	margin-top: 15px;
	padding-top: 5px;
	border-top: 1px solid #4D4534;
}

#share {
	margin-top:15px;
}

#share UL {
	list-style:none;
	margin:0px;
}

#share LI {
	float:left;
	margin:0px;
}

#share IMG {
	padding:1px;
	background:#eee;
	border:4px solid #f1f1f1;
}

/* ------------- news list specific ------------------ */

#news_list_block A {
	text-decoration:none;
	border:none;
	color:#666666;
}

#news_list_block LI {
	list-style:none;
}
