#news {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	
}

#news img {
	border: 0;
	float: left;
	margin: 0 10px 0 0;
}

#news ul {
	list-style-type: none; /*turns off display of bullet*/
	margin-left: -10px;
}

#news li {
	list-style-type: none; /*turns off display of bullet*/
	display: block;
	clear: both;
	padding-top: 1em;
	
}






#social_guide {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #009;
}

.title_bar {
	width: 100%;
	font-weight: bold;
}

.col_1_narrow {
	width: 50px;
	font-weight: normal;
	display: block;
	float: left;
	clear:left;
	padding-bottom: 5px;
}

.col_2_wide {
	font-weight: normal;
	display: inline-block;
	margin-left: 5px;
	padding-bottom: 5px;
}

.col_2_wide_a {
	font-weight: normal;
	display: inline-block;
	margin-left: 60px;
	padding-bottom: 5px;
}

.col_1_wide {
	width: 70%;
	font-weight: normal;
	display: block;
	float: left;
	padding-bottom: 5px;
}

.col_2_narrow {
	font-weight: normal;
	display: inline-block;
	margin-left: 5px;
	padding-bottom: 5px;
	
}

/* Old style replaced with col_1_narrow
	.col_1 {
	width: 10%;
	font-weight: normal;
	display: block;
	float: left;
	padding-bottom: 5px;
	
}
Old style replaced by col_2_wide
.col_2 {
	font-weight: normal;
	display: inline-block;
	margin-left: 5px;
	padding-bottom: 5px;
	
}*/


.smaller_text {
	font-size: smaller;
}

.superscript {
	vertical-align:super;
	font-size: smaller;
}

.highlight_box {
	background-color: #CCFF99;
	padding: 3px;
}

.list_upper_roman_numeral {
	list-style-type: upper-roman;
}

.list_lower_roman_numeral {
	list-style-type: lower-roman;
}

.list_upper_alpha {
	list-style-type: upper-alpha;
}

.list_lower_alpha {
	list-style-type: lower-alpha;
}

.list_decimal {
	list-style-type: decimal;
}

.news_box {
	display:block;
	height:90px;
	margin:5px;
}





.index_col_1 {
	font-weight: normal;
	display: inline-block;
	margin-left: 5px;
	padding-bottom: 5px;
}


.index_col_2 {
	font-weight: normal;
	display: inline-block;
	margin-left: 5px;
	padding-bottom: 5px;
}

