.section_container{
	margin-top: 10px;
	padding: 0px 10px;
}
.section_header{
	margin: 0px 0px;
	font-size: 12pt;
	padding: 0px;
	width: 300px;
	height: 43px;
	background: url(../img/title_section.jpg) repeat scroll 0%;
}
.section_header h1{
	color: #ffffff;
	margin: 0px;
	padding: 13px 0px 0px 10px;
	font-size: 14pt;
	text-transform:uppercase;
}
#media_type img{
	border: none;
}
#dotted_line{
	background: #ffffff url(../img/article_dots.jpg) repeat-x;
	line-height:5px;
}
#dotted_line2{
	background: #ffffff url(../img/article_dots.jpg) repeat-x;
	line-height:5px;
	width: 363px;
	float:right;
}
#dotted_line3{
	background: #ffffff url(../img/article_dots.jpg) repeat-x;
	line-height:5px;
	width: 363px;
	float:right;
	margin-top: 5px;
}
#dotted_line4{
	background: #ffffff url(../img/article_dots.jpg) repeat-x;
	line-height:5px;
	margin-top: 10px;
}
.top_article_container{
	float:left;
	background-color: #ffffff;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.top_article_headline{
	background: url(../img/top_article_header.jpg) repeat scroll 0%;
	height: 45px;
	width: 300px;
}
.top_article_headline h1{
	position: relative;
	color: #EBDB58;
	top:13px;
	left: 10px;
	margin: 0px;
	padding: 0px;
	font-size: 14pt;
}
.top_article_image{
	width: 300px;
}
.top_article_image a img{
	border:solid 0px #000000;
	width: 300px;
	float:left;
}
.top_article_snippet{
	border: solid 1px #bbbbbb;
	border-top: none;
	padding: 5px;
}
.top_article_snippet p{
	font-size:10pt; 
	margin: 0px;
	padding: 0px 5px;
}
.top_article_content{
	float:left;
	width: 300px;
}
.top_article_caption{
	clear: left;
	border:solid 1px #666666;
	padding: 5px;
	background-color:#FBFAEF;
	width: 288px;
}
.top_article_caption h1{
	padding: 0px 0px;
	margin: 0px;
	font-size: 12pt;
}
.top_article_caption h1 a{
	color: #000000;
	text-decoration: none;
}
.top_article_caption h1 a:hover{
	text-decoration: underline;
}
.top_article_caption h2{
	padding: 0px 0px;
	margin: 0px;
	font-size: 10pt;
}
.top_article_caption h3{
	padding: 0px 0px;
	margin: 0px;
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
}
.normal_articles{
	clear: both;
	border:solid 0px #000000;
	margin-bottom: 10px;
	float:left;
	width: 665px;
}

.normal_articles p{
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
}
.normal_articles img{
	border: none;
	float:left;
	margin-right: 10px;
}
.normal_articles a{
	color:#0B567F;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}
.normal_articles a:hover{
	text-decoration:underline;
}
.normal_articles_top{
	float:right;
	width: 360px;
	border: solid 0px #000000;
	margin: 5px 0px;
}
.normal_articles_top p{
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	float:left;
}
.normal_articles_top p.img{
	width: 255px;
}
.normal_articles_top img.normal_articles_image{
	border: none;
	width: 100px;
	float:left;
	margin-right: 5px;
}
.normal_articles_top a{
	color:#0B567F;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}
.normal_articles_top a:hover{
	text-decoration:underline;
}
#sub{
	color: #000000;
	font-size: 9pt;
}
.normal_articles_header{
	margin: 0px 5px;
	float:left;
	padding: 0px;
	color:#0B567F;
}
.normal_articles_header h1{
	font-size: 12pt;
	margin: 0px;
	padding: 0px;

}
.normal_articles_date{
	margin-left: 5px;
	float:left;
	color: #444444;
	font-size: 8pt;
	font-weight: bold;
}
a.view_more{
	font-size: 10pt;
	color:#0B567F;
	font-weight:bold;
	text-decoration: none;
}
a:hover.view_more{
	text-decoration: underline;
	
}
.icon_image{
	display:block;
	width: 20px;
	float:left;
}


/** AP CODES HEADLINES AND MORE **/
div.ap_container{
/*	border-top: solid 2px #cccccc; */
/*	background-color: #f9f6e8; */
/*	border-bottom: solid 2px #cccccc;*/
}
table.ap_table{
	width: 100%

}
div.ap_section_header{
	background-color: #f6f6f6;
	color: #003366;
	padding: 5px 3px 6px 3px;
	font: bold 10pt Verdana,Sans-Serif;
	border-bottom: solid 2px #cccccc;
}
div.ap_header{
	font: bold 8pt Verdana,Sans-Serif;
	color: #003366;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: solid 2px #cccccc;
	background-color: #f6f6f6;
	text-transform:uppercase;
	margin-bottom: 2px;
}
div.ap_body a{
	font: normal 10pt Verdana,Sans-Serif;
	color: #0066cc;
	text-decoration: none;
}
div.ap_body a:hover{
	font: normal 10pt Verdana,Sans-Serif;
	color: #003366;
	text-decoration: underline;
}