body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#mainContent {
	background: url(/images/content_bg.jpg) repeat-y scroll center top #FFF;
	box-shadow: 0 0 2px #888;
	overflow: hidden;
}
#outerContainer {
	margin: 6px auto;
	width: 960px;
}
#innerContainer {
	width: 100%;
}
#header {
	position: relative;
	height: 85px;
}
.topNavBar {
	margin: 0 0 10px;
  border-bottom: 1px solid #c3c3c3;
background-image: -moz-linear-gradient(top, white, white 90%, #f0f0f0);
background-image: -webkit-linear-gradient(top, white, white 90%, #f0f0f0);
background-image: linear-gradient(to bottom, white, white 90%, #f0f0f0);
font-family: Bernini, "Bernini Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.topNavBar ul {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 32px;
	padding: 0;
	margin: 0 0 2px;
}
.topNavBar ul li {
	display: inline-block;
}
.topNavBar ul li a {
	color: #11629a;
	text-decoration: none;
	padding: 0 6px 0 10px;
}
.topNavBar ul li a:hover {
	color: #DBDBDB;
}
a#oecdBtn {
	background: transparent url(/images/logooecd_btn.png) 0 3px no-repeat;
	width: 84px;
	height: 26px;
	display: block;
	text-indent: -10000px;
	padding: 2px 3px;
margin: 0px 0 0 10px;
}
a#oecdBtn:hover {
	background-position: 0 -28px;
}
#masthead {
	position: absolute;
	background: url(/images/masthead.png) no-repeat scroll left top transparent;
	width: 198px;
	height: 78px;
	text-decoration: none;
}
#masthead a {
	display: block;
	width: 198px;
	height: 78px;
}
#fullBanner {
	height: 60px;
	margin: 10px;
	width: 468px;
	position: absolute;
	left: 200px;
}
/* social networks buttons */
#header #socialLinks {
	position: absolute;
	right: 0;
	top: 11px;
	padding: 3px;
	margin: 0;
	background: #c8c8c8;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E4E4E4), to(#c8c8c8));
	background: -moz-linear-gradient(center bottom, #E4E4E4 1%, #c8c8c8 100% );
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e2e2e2;
	width: 229px;
	text-align: right;
}
#header #languageLink {
	position: absolute;
	right: 0;
	top: -8px;
	color: #2973bd
}
#socialLinks h4 {
	margin: 0 0px 2px 0;
	font-weight: normal;
	display: inline-block;
}
/* generic dark button */
#socialLinks .btn {
	display: block;
	position: relative;
	text-decoration: none;
	float: left;
	margin: 2px 5px 1px 0;
	background: #9c9c9c;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c8c8c8), to(#525252));
	background: -moz-linear-gradient(center bottom, #525252 1%, #c8c8c8 100% );
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 10px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	color: #fff;
	cursor: pointer;
}
#socialLinks .btn span {
	display: block;
	margin: 1px;
	padding: 2px 7px;
	background: #9c9c9c;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9c9c9c), to(#7e7e7e));
	background: -moz-linear-gradient(center bottom, #7e7e7e 1%, #9c9c9c 100% );
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#socialLinks .btn:hover span {
	background: #b6b6b6;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b1b1b1), to(#adadad));
	background: -moz-linear-gradient(center bottom, #b1b1b1 1%, #adadad 100% );
	text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
}
.imgBtn {
	display: inline-block;
	vertical-align: sub;
	margin: 1px 1px;
	line-height: .9;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}
.imgBtn:hover {
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}
#toolbar {
	/* background: url(/images/toolbar_bg.jpg) repeat-x scroll left top transparent;
*/
	background: #EE2E24;
	height: 40px;
	width: 960px;
	position: relative;
}
.socialBox {
	list-style: none;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	margin: 7px 4px 0 0;
}
.socialBox li {
	float: left;
	display: inline-block;
	margin-right: 6px;
}
.socialBox li a {
	width: 25px;
	height: 25px;
	display: block;
	text-indent: -10000px;
}
.socialBox li a:hover {
	background-position-y: -25px;
}
.socialBox .facebook a {
	background: url(/images/socialIcons.png) no-repeat 0 0;
}
.socialBox .twitter a {
	background: url(/images/socialIcons.png) no-repeat -74px 0;
}
.socialBox .googleplus a {
	background: url(/images/socialIcons.png) no-repeat -37px 0;
}
#Content {
	display: block;
	height: 100%;
	margin-top: 0;
	position: relative;
	top: -11px;
}
#leftContent {
	float: left;
	margin-bottom: 20px;
	padding: 0 15px 15px;
	width: 586px;
}
#topNews {
	border-bottom: 1px solid #F5EFEF;
	border-top: 1px solid #F5EFEF;
	padding: 1px 0;
}
#topNews ul {
	margin: 0;
	padding: 0;
}
#topNewsLeftContainer img, #topNewsRightContainer img {
	padding: 10px;
	width: 265px;
}
#topNewsLeftContainer {
	background: none repeat scroll 0 0 #F5EFEF;
	display: inline-block;
	float: left;
	height: auto;
	margin-right: 16px;
	padding: 0 0 20px;
	width: 285px;
}
#topNewsRightContainer {
	background: none repeat scroll 0 0 #F5EFEF;
	display: inline-block;
	float: left;
	height: auto;
	padding: 0 0 20px;
	width: 285px;
}
#topNewsRightContainer ul, #topNewsLeftContainer ul {
	list-style-image: url(/images/redArrow.gif);
	margin: 2px 0;
	padding-left: 20px;
}
#topNewsContainer img {
	padding-bottom: 10px;
	max-width: 100%;
	display: block;
}
#topNewsContainer {
	height: auto;
	margin-right: 16px;
	width: 100%;
}
#topNewsContainer .catheadlines_articles {
	display: inline-block;
	width: 266px;
	padding: 10px;
	vertical-align: text-top;
	background: #e9e9e9;
	margin-right: 5px;
}
#topNewsContainer .firstNews .summary {
  border-bottom: 1px dotted #CCCCCC;
  margin-bottom:10px;
  padding-bottom:6px;
}
.catheadlines_articles h2 {
	margin: 0;
	font-weight: normal;
}
.firstNews {
}
.firstNews img {
	display: none;
}
.firstNews h2 {
	margin: 0;
	padding: 0;
}
.firstNews a {
	font-weight: 700;
}
.categoryContent {
	float: left;
	padding: 25px 0 0;
}
.smallHead {
	border-bottom: 3px solid #EE2E24;
	height: 18px;
	margin-bottom: 11px;
	padding: 4px 0 0;
}
.smallHead.top {
	margin-top: -20px;
}
.smallHead h4 {
	background: #FCFCFC;
	color: #EE2E24;
	display: inline-block;
	font-weight: 700;
	padding-right: 5px;
	font-size: 14px;
	margin: 10px 0;
}
.newsBoxMain {
	color: #666;
	margin: 2px 18px 15px 0;
	width: 586px;
}
.newsBox {
	color: #666;
	margin: 2px 0 10px;
}
#article_2, #article_4 {
	margin-right: 0;
}
.photoFirst {
	background-color: #FFF;
	height: 170px;
	overflow: hidden;
	width: 252px;
}
.newsBoxMain .photoFirst {
	height: auto;
	overflow: visible;
	width: 586px;
}
.newsBox p {
	font-weight: 400!important;
	max-height: 60px;
	overflow: hidden;
	margin: 0;
}
#category_odd #category_even {
	color: #666;
	font-size: 14px;
	font-weight: 400;
}
#rightContainer {
	background: none repeat scroll 0 0 #FCFCFC;
	float: left;
	margin-bottom: 50px;
	padding: 6px 10px;
	width: 324px;
	margin-top: -20px;
}
.rightBox {
	background: #E9E9E9;
	margin: 0;
	padding: 7px;
}
.without_background {
	background: none !important;
}
.rightBox.emailBox {
	padding: 7px 0;
}
.rightBox.emailBox p {
	padding: 0;
	margin: 0 0 6px;
	color: #666;
}
.rightBox h2 {
	color: #000;
	font-size: 18px;
	margin: -3px 0 3px;
}
.newsBox h2 {
	color: #666;
	margin: 2px 0 -10px;
	max-height: 44px;
	overflow: hidden;
}
.newsBox h2 a {
	color: #666;
	font-size: 18px;
	text-decoration: none;
}
.searchField {
	border: 1px solid #CC9491;
	height: 25px;
	margin: 0;
	width: 160px;
	padding: 0;
	position: absolute;
	top: 0;
}
.searchBox .submit {
  background: #EE2E24 url(/images/search_box_icon.png);
	background: url(/images/search_box_icon.png), -moz-linear-gradient(top, #F5635B 0%, #EE2E24 100%);
	background: url(/images/search_box_icon.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F5635B), to(#EE2E24));
	background-position: center 5px, 0 0;
	background-repeat: no-repeat;
	height: 25px;
	width: 70px;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.searchBox .submit:hover {
  background: #F5635B url(/images/search_box_icon.png);
	background: url(/images/search_box_icon.png), -moz-linear-gradient(top,  #EE2E24 0%, #F5635B 100%);
	background: url(/images/search_box_icon.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EE2E24), to(#F5635B));
	background-position: center 5px, 0 0;
	background-repeat: no-repeat;
}
.submit {
	background: url(/images/toolbar_bg.jpg) repeat-x scroll left top transparent;
	border: 0 solid;
	color: #FFF;
	cursor: pointer;
	font-weight: 700;
	height: 25px;
	margin-left: 6px;
	max-width: 134px;
	outline: none;
	padding: 3px;
}
.submit {
	background: url(/images/toolbar_bg.jpg) repeat-x scroll left top transparent;
	border: 0 solid;
	color: #FFF;
	cursor: pointer;
	font-weight: 700;
	height: 25px;
	margin-left: 6px;
	max-width: 134px;
	outline: none;
	padding: 3px;
}
@-moz-document url-prefix() {
.submit {
	font-size: 10px;
}
}
.submit {
	background: -moz-linear-gradient(top, #F5635B 0%, #EE2E24 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F5635B), to(#EE2E24));
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.submit:hover {
	background: -moz-linear-gradient(top, #EE2E24 0%, #F5635B 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EE2E24), to(#F5635B));
}
.rightBox table {
	height: auto;
	display: inline-block;
	width: 155px !important;
	vertical-align: bottom;
}
.td1 {
	border-bottom: 1px solid #ccc;
	padding: 3px 0 3px 6px;
}
.td2 {
	background-color: #F9E7E6;
	border-bottom: 1px solid #F3D3D1;
	padding: 3px;
}
.td1 a, .td1 a:active, .td1 a:visited, .td1 a:focus {
	color: #666;
	text-decoration: none;
}
.td1 a:hover, .td1 a:hover {
	color: #EE2E24;
}
.affiliatesMoreBox ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.affiliatesMoreBox li {
	margin: 0 0 10px;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 10px;
}
.righBox_magazine {
	float: left;
	margin-right: 15px;
	max-width: 150px;
}
.righBox_list {
	float: left;
	max-width: 149px;
	overflow: hidden;
	padding-top: 3px;
}
.righBox_list ul {
	list-style-image: url(/images/redArrow.gif);
	margin: 2px 0 20px;
	padding-left: 20px;
}
.righBox_list_first {
	font-weight: 700;
	list-style: none outside none;
}
.RSS {
	background-color: #F60;
	border: 1px solid #E0581C;
	color: #FFF;
	cursor: pointer;
	float: right;
	font-size: 10px;
	padding: 0 1px;
	margin-left: 4px;
}
.rssBox ul, .newsBox ul  {
	list-style: inherit;
	margin: 0;
	padding: 0;
	color: #EE2E24;
}
.rssBox ul li, .newsBox ul li {
	list-style: none;
	background: url(/images/arrow.png) no-repeat 2px 4px;
	padding-left: 14px;
	margin-bottom: 5px;
}
.rssBox a, .newsBox a {
	color: #000;
	text-decoration: none;
}
.rssBox a:hover, .newsBox a:hover {
	color: #EE2E24;
}
.digestifBlogpostHeadline {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.digestifBlogpostContent {
	margin-bottom: 12px;
}
.digestifBlogpostContent p {
	margin: 0;
	padding: 0;
}
.digestifReadmore {
	margin: 0;
	padding: 0;
}
.fbButton {
	border-bottom: 1px solid #F3D3D1;
	height: 60px;
}
.fbButton img {
	padding: 10px;
}
.fb_iframe_widget {
	float: left;
	position: relative;
	width: 205px;
}
.fb_iframe_widget iframe {
	width: 205px!important;
}
.tweetButton {
	border-top: 1px solid #FFF;
	display: block;
	height: 20px;
	padding: 10px;
	width: 310px!important;
}
.tweetButton img {
	margin-left: 5px;
}
.newsletter {
	border: 1px solid #CC9491;
	color: #D1D1D1;
	cursor: text;
	font-weight: 700;
	height: 21px;
	margin: 0 0 10px;
	width: 242px;
	font-weight: normal;
	padding-left: 5px;
}
.poll {
	border-bottom: 1px solid #F3D3D1;
	color: #666;
	padding-bottom: 10px;
}
.pollBottom {
	border-top: 1px solid #FFF;
	padding: 10px;
}
.pollBottom .submit {
	float: left;
}
.pollBottom .righBox_list {
	float: right;
	width: 48%;
}
.pollResults {
	margin: -8px 0 0!important;
}
.pollBottom .righBox_list a {
	color: #C62931;
}
#bottomContainer {
	background: #A6A6A6;
	clear: both;
	width: 960px;
	padding: 0 0 10px;
	margin: 0 0 10px;
}
#bottomContainer p {
	text-align: center;
	color: white;
}
#bottomContainer ul {
	list-style-type: none;
	margin: 0 auto;
	padding-left: 20px;
	padding-top: 5px;
	text-align: center;
	border-top: 1px solid white;
	width: 90%;
}
#bottomContainer li {
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	display: inline-block;
}
.hosted {
	text-align: center;
	position: relative;
}
.pressflexLogo {
	border: medium none;
	top: 0;
	position: absolute;
	right: 0;
}
#footer {
	background: none repeat scroll 0 0 #A6A6A6;
	color: #FFFFFF;
	margin: 20px 0 0;
	padding: 10px 0 20px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer li a:hover {
	color: #EE2E24;
}
#footer ul {
	list-style: none outside none;
	margin: 0;
	padding: 0 10px;
	width: 125px;
}
#footer ol, #footer ol a {
	color: #EE2E24;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 5px;
	text-decoration: none;
}
.tc {
	color: #666;
	font-family: georgia;
	font-size: 14px;
}
#videoContent {
	background: none repeat scroll 0 0 #F5EFEF;
	border: 1px solid #E9DCDC;
	float: left;
	margin: 10px 0 0;
	padding: 0;
	width: 586px;
}
.videoBox {
	float: left;
	margin: 5px;
}
.videoLead {
	background: none repeat scroll 0 0 #2C2C2C;
	color: #FFF;
	font-weight: 700;
	height: 60px;
	overflow: hidden;
	padding: 3px;
	width: 179px;
}
.videoLead a {
	color: #FFF;
	font-weight: 700;
	text-decoration: none;
}
#mostReadWidget_menu {
	margin: 2px 0 0;
	padding-left: 0;
}
#mostReadWidget_menu .tabActive {
	background: url(/images/toolbar_bg.jpg) repeat-x scroll left top transparent;
}
#mostReadWidget_menu li {
	display: inline;
	float: left;
	margin-right: 2px;
	padding: 6px;
	text-align: center;
	width: 70px;
}
#mostReadWidget_menu .tabActive a:link, #mostReadWidget_menu .tabActive a:visited {
	color: #FFF;
	text-decoration: none;
}
#mostReadWidget_menu li a:link, #mostReadWidget_menu li a:visited {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
.mostReadWidget_articles {
	background: #E9E9E9;
	border-top: 1px solid #EE2E24;
	clear: both;
	list-style-type: decimal;
	margin-left: 0;
	margin-top: 0!important;
	overflow: hidden;
	padding-bottom: 5px;
	padding-left: 0;
}
.mostReadWidget_articles li {
	clear: both;
	display: list-item;
	height: 18px;
	line-height: 18px;
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 30px;
	margin-top: 4px;
}
.mostPopularArticles {
	margin-bottom: 15px;
	margin-top: 1px;
	padding: 0;
}
.mostPopularArticles li a {
	color: #000;
	font-size: 13px;
	text-decoration: none;
}
.mostPopularArticlesSmallHead {
	color: #C53131;
	font-weight: 700;
}
#category_odd img {
	float: left;
	margin-right: 5px;
}
#category_even img {
	float: right;
	margin-left: 5px;
}
.poll_result {
	background-color: #f5efef;
	border: 1px solid #e9dcdc;
	text-align: center;
}
.pollsHeadline {
	background-color: #FAF5F5;
	border-bottom: 1px solid #E9DCDC;
	color: #C53131;
	font-size: 20px!important;
	margin: 0 0 5px;
}
.chart {
	background-color: #FCFCFC;
	border-bottom: 1px solid #E9DCDC;
	color: #666;
	font-size: 15px;
	font-weight: 700;
	margin: 2px 0 0;
	text-align: left;
	width: 100%;
}
.chart-odd {
	background-color: #f5efef;
}
.chart td {
	margin: 0;
	padding: 7px;
}
.content ul {
	background-color: #f5f5f5;
	list-style-image: url(/images/redArrow.gif);
	margin: 0;
	padding: 5px 0 5px 24px;
	text-align: left;
}
.question {
	border-top: 1px solid #FCFCFC;
	font-size: 15px;
	padding: 5px 0;
}
.stat {
	border-top: 1px solid #FCFCFC;
	padding: 5px 0;
}
.subheader {
	border-bottom: 1px solid #E9DCDC;
	padding: 4px 0;
}
.warning {
	padding-bottom: 14px;
}
.footer {
	padding: 5px;
}
.searchHeadline {
	color: #333;
	font-size: 30px;
}
.searchBox {
	position: absolute;
	top: 55px;
	right: 0;
	width: 236px;
	height: 28px;
	padding: 0;
}
.headlineWrapper h2 a {
	color: #333;
	font-size: 30px;
	font-weight: 700;
	text-decoration: none;
}
.headlineWrapper h2 {
	margin: 14px 0 3px;
}
.newsBoxMain  h2 {
	margin: 10px 0 0;
}
.middleArticle .summary {
	color: #666;
}
.middleArticle .summary p {
	margin: 0;
}
.middleArticle .summary p {
	margin: 0;
}
.middleArticle .summary p a {
	color: #c53131;
	/*float: left;*/
	text-decoration: none;
}
.pagination {
	height: 30px;
	margin: 0;
	padding: 5px 0 20px 150px;
	text-align: left;
}
.pagination li {
	float: left;
	font-family: trebuchet ms;
	font-size: 18px;
	list-style: none outside none;
	padding: 10px 1px;
}
.pagination li a {
	background-color: #F5EFEF;
	color: #666;
	padding: 5px;
	text-decoration: none;
}
.pagination .active a {
	background: url(http://observertest.pressflex.com/images/toolbar_bg.jpg) repeat-x scroll left top transparent;
	color: #FFF;
}
.search {
	background: url(/images/toolbar_bg.jpg) repeat-x scroll left top transparent;
	border: 0 solid;
	color: #FFF;
	cursor: pointer;
	font-weight: 700;
	height: 22px;
	margin-left: 6px;
	max-width: 134px;
	padding: 3px;
}
#breadcrumb {
	background-color: #e9e9e9;
	color: gray;
	height: 16px;
	margin-bottom: 15px;
	padding: 8px 8px 8px 9px;
}
#breadcrumb ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
#breadcrumb ul li {
	float: none!important;
	font-size: 14px;
	padding: 0!important;
}
#breadcrumb a:link, #breadcrumb a:visited {
	color: gray;
	text-decoration: none;
}
.content h3 {
	color: #666;
	font-size: 18px;
}
.content p a, .content p a:link, .content p a:hover, .content p a:active, .content p a:visited, .content p a:focus, {
	color: #c53131;
	text-decoration: none;
}
.article .first {
	float: left;
	padding: 14px 5px 5px 0;
}
.article .summary {
	color: #666;
	font-family: arial;
	font-size: 14px;
	font-weight: 700;
}
.article .content {
	font-size: 14px;
	text-align: justify;
}
.related_links_container .content {
	margin-left: 0;
}
.socialbookmarks {
	margin-left: 90px;
}
.headlineWrapper {
}
.headlineWrapper h1 {
	margin: 5px 0;
}
.article .first td {
	padding: 0;
}
.paramv, .paramn {
	color: #858585;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: 100;
}
.paramn {
}
.caption {
	margin: 2px 0;
}
.e-mailbutton, .downloads, .related_links_container {
	margin-bottom: 10px;
}
.printerbutton, .e-mailbutton, .printerbutton img, .e-mailbutton img {
	vertical-align: middle;
}
.printerbutton a:link, .printerbutton a:visited, .e-mailbutton a:link, .e-mailbutton a:visited, .relatedKeywords a:link, .relatedKeywords a:visited, .RelatedArticlesListItems a:link, .RelatedArticlesListItems a:visited, .links a:link, .links a:visited, .downloads a:link, .downloads a:visited {
	text-decoration: none;
}
.content a:link, .content a:visited {
	color: #C53131;
	text-decoration: none;
}
#emailOptionsForm fieldset {
	background: none repeat scroll 0 0 #F5EFEF;
	border: 0 none;
	margin: 0;
	padding: 7px;
}
#emailOptionsForm fieldset h1 {
	color: #666;
	font-size: 18px;
	margin: 0;
}
#emailOptionsForm fieldset .subhead {
	font-size: 14px;
	margin: 5px 0;
}
.emailoptions th {
	color: #666;
	font-size: 16px;
}
#emailOptions_submit {
	background: url(/images/toolbar_bg.jpg) repeat-x scroll left top transparent;
	border: 0 solid;
	color: #FFF;
	cursor: pointer;
	font-weight: 700;
	height: 22px;
	margin-left: 6px;
	padding: 3px;
}
.middleArticle {
	clear: both;
	font-size: 12px;
	text-align: left;
	padding-bottom: 16px;
	border-bottom: 1px dotted #CCCCCC;
	/*width: 490px;
*/
}
.tweetButton iframe {
	width: 165px;
}
.middleArticle .photo {
	float: right;
	margin: 3px 5px 5px 5px;
}
.middleArticle .photo img {
	max-width: 193px;
}
.photo p {
    width:200px !important;
}
.sepitem {
	border-bottom: 1px dotted #CCCCCC;
}
.headline_for_cat_headlines a, .headline_for_cat_headlines span {
	background: #FFF;
	color: #EE2E24;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	text-decoration: none;
	padding-right: 6px;
}
.headline_for_cat_headlines {
	border-bottom: 3px solid #EE2E24;
	clear: both;
	height: 10px;
	margin-bottom: 15px;
	padding: 10px 0 0;
}
#topNewsRightContainer li a, #topNewsLeftContainer li a, .righBox_list li a {
	color: #666;
	font-size: 13px;
	line-height: 19px;
	text-decoration: none;
}
#topNewsRightContainer li a:hover, #topNewsLeftContainer li a:hover, .righBox_list li a:hover {
	color: #EE2E24;
}
.categoryContent h1, #category_odd h2, #category_even h2 {
	color: #333;
	font-size: 34px;
	margin: 0 0 10px;
}
#bottomContainer ul li a, .content ul li a {
	color: #fff;
	text-decoration: none;
}
#bottomContainer ul li a:hover, .content ul li a:hover {
	color: #EE2E24;
}
.pressflexLogo img {
	border: 0 none;
	width: 100px;
}
.videoSize, .videoSize iframe {
	height: 164px;
	width: 185px;
}
#category_odd h2 a, #category_even h2 a {
	color: #333;
	font-size: 30px;
	margin: 0 0 10px;
	text-decoration: none;
}
#category_even p, #category_odd p, #emailOptionsForm fieldset label, .emailoptions {
	font-size: 14px;
}
#searchForm, #searchForm2 {
	color: #666;
	font-size: 18px;
	font-weight: 700;
}
.headline a:link, .headline a:visited {
	color: #000;
	font-size: 16.5px;
	text-decoration: none;
}
.headline a:hover {
	text-decoration: underline;
	color: #EE2E24;
}
.subscribeForm {
	margin-left: 5px;
}
/* CALENDAR  */
.upcomingEventsHeadline {
	/* border-bottom: 1px solid #ccc;
*/
	color: #484848;
	font-size: 16px;
	line-height: 18px;
}
.upcomingEventsListContainer {
	background-color: #E9E9E9;
	clear: both;
	padding: 13px 0 5px 0;
}
.upcomingEventsList {
	clear: both;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.upcomingEventsList li span {
	display: block;
	font-size: 11px;
}
.upcomingEventsList li a {
	font-size: 12px;
}
.upcomingEventsList li {
	padding: 0px 5px 0 40px;
	background: url("/images/calendar.png") no-repeat scroll 8px 0 transparent;
	line-height: 20px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #333333;
}
.upcomingClickHereLinks {
}
.upcomingClickHereLinks p {
	text-align: center;
	line-height: 18px;
}
.upcomingClickHereLinks p a:link, .upcomingClickHereLinks p a:visited {
	color: #13465F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.upcomingClickHereLinks p a:hover {
	text-decoration: underline;
}
a.upcomingEventsListElement:link, a.upcomingEventsListElement:visited {
	color: #000;
	text-decoration: none;
}
a.upcomingEventsListElement:hover {
	color: #EE2E24;
}
ul#RelatedArticlesList {
	list-style: none;
	margin: 0;
	padding: 0;
}
.RelatedArticlesListItems a {
	color: #000;
	background: url(http://observertest.pressflex.com/images/arrow.png) no-repeat 2px 4px;
	padding-left: 14px;
}
#RelatedArticlesContainer {
	display: none;
}
#RelatedArticlesList p {
	margin: 0 0 5px;
}
.RelatedArticlesListItems {
	padding-bottom: 8px;
}
.addThis {
	padding: 4px 0 6px;
	text-align: right;
}
.event {
	margin-bottom: 20px;
	border-bottom: 1px solid #666;
	padding-bottom: 5px;
}
input[type="submit"] {
	text-decoration: none;
}
.clear {
	clear: both;
}
.noBg {
	background: none !important;
}
.stButton {
	margin: 0px !important;
}
.stButton .chicklets {
	padding-left: 16px !important;
}
.st_comment a {
	text-decoration: none;
	color: #000;
	top: -4px;
	right: 5px;
	position: relative;
  font-weight:bold;
}
.st_comment a:hover {
	color: #C53131;
}
.chb {
	padding: 10px 0;
	border-top: 1px dotted #CCCCCC;
	margin: 10px auto 0;
	border-bottom: 1px dotted #CCCCCC;
}
.adContainer300, .borderBottom {
	border-bottom: 1px dotted #CCCCCC;
border-top: x dotted #CCCCCC;
}

.borderBottom {border-top: none; }

/* pagination */
.page_links {
	text-align: center;
	margin: 10px auto 0;
}
.page_links a {
	color: #666;
	margin: 0 2px;
	height: 15px;
	display: inline-block;
	text-decoration: none;
	padding: 3px 4px;
}
a.plActive {
	background: #EE2E24;
	color: #fff;
}
.page_links a:hover {
	color: #fff;
	background: #000;
	margin: 0 2px;
	height: 15px;
	display: inline-block;
	text-decoration: none;
	padding: 3px 4px;
}
.ticker_item.content a:visited {
	font-size: 12px;
	font-color: #000000;
}

#newsticker ul {background-color: white; padding: 0; margin: 0; }

#newsticker ul a:link, #newsticker ul a:visited  {
color: black;
}
#newsticker ul a:hover{
color: #EE2E24;
}

.byline_container .article_author {
    margin-bottom:1em;
}

#do_not_miss_left {
    float:left;
    width:268px;
    margin-right:10px;
    background: #e9e9e9;
    padding: 10px;
    color:#666;
}

#do_not_miss_left a {
    text-decoration:none;
    color:#666;
}

#do_not_miss_left img {
    max-width:100%;
}

#do_not_miss_right {
    float:left;
    width:268px;
    background: #e9e9e9;
    padding: 10px;
    color:#666;
}

#do_not_miss_right a {
    text-decoration:none;
    color:#666;
}


#do_not_miss_right img {
    max-width:100%;
}

.dnmr_item_left {border-bottom:1px dotted #000; margin-bottom:10px; padding-bottom:10px;}
.dnmr_item_right {border-bottom:1px dotted #000; margin-bottom:10px; padding-bottom:10px;}

#marquee{background:#E9E9E9;padding:5px;}
#marquee a{text-decoration:blink;color:#EE2E24;font-weight:bold;}
 
ul.general_ul {list-style: inside disc !important;}
ol.general_ol {list-style: inside decimal !important;}