<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<title>Error</title>
<meta http-equiv='content-type' content='text/html; charset=utf-8' />


<style type="text/css" media="screen">
<!--
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #5E050A;
}
strong {
	font-weight:bold;
}
p {
	margin-bottom: 5px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#headerWrapper {
	text-align: right; /* Redefines the text alignment defined by the body element. */
	height: 106px;
	border-bottom: solid 4px #b3b3b3; /* Sets the bottom border properties for an element using shorthand notation */
	background:#5e050a url(/images/bg_logo.jpg) no-repeat;
	color:#FFFFFF;
	padding-right: 20px;
}
#headerWrapper h1 {
	display: none;
}
#navWrapper {
	text-align: left; /* Redefines the text alignment defined by the body element. */
	height: 32px;
	border-bottom: solid 1px #b3b3b3; /* Sets the bottom border properties for an element using shorthand notation */
	background-color: #f7f7f7;
}
#navWrapper #topNavigation {
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 980px;
	padding-top: 5px;
}
/* cover page */
#middleWrapper {
	/*margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 980px;*/
	background:#ffffff;
}
#middleWrapper #contentWrapper #news {
	float: left;
	padding: 12px 10px 12px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 230px;
}
#middleWrapper #contentWrapper #coverarticles {
	float: left;
	padding: 12px 10px 12px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 528px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#middleWrapper #contentWrapper #featured {
	float: right;
	width: 158px;
	padding: 12px 10px 12px 10px;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#middleWrapper #contentWrapper .clearFloat {
	clear: both;
	display: block;
}
#contentWrapper {
	background:url(/images/bg_content.gif) repeat-y;
	margin-left:auto;
	margin-right:auto;
	width:980px;
	text-align: left; /* Redefines the text alignment defined by the body element. */
}
/* detail page */
#middleWrapper #contentWrapper #detailWrapper {
	float: left;
	padding: 10px 8px 10px 8px;
	width: 785px;
}
#middleWrapper #detailWrapper .wide{
	float: right;
	width: 510px;
	padding: 12px 10px 12px 10px;
	/* border: #000FF9 solid 1px; */
}
#middleWrapper #detailWrapper .narrow{
	float: left;
	width: 220px;
	padding: 32px 10px 12px 10px;
	/* border: #F0FF99 solid 1px; */
}
#detailWrapper {
	background:url(/images/bg_detail.gif) repeat-y;
}

/* footer */
#lowerWrapper {
	border-top: solid 4px #b3b3b3; /* Sets the top border properties for an element using shorthand notation */
	height: 100px;
	background:#5e050a url(/images/bg_bottomcolor.gif) repeat-x;
}
#lowerWrapper #footer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	color:#FFFFFF;
	text-align: left; /* Redefines the text alignment defined by the body element. */
}
a {
	color:#000000;
}
.login {
	top:20px;
	position: relative;
}
.navigation {
	top:65px;
	position: relative;
}
.navigation a {
	color:#000000;
	text-decoration: none;
}
.navigation ul {
	float:right;
}
.navigation li {
	display:inline;
	float:left;
	padding-right: 10px;
	padding-left: 13px;
	background: url(/images/bg_navbar.gif) no-repeat;
}
.navigation li.first {
	background: none;
}
#navWrapper #topNavigation .breadcrumbs {
	float: left;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
}
#navWrapper #topNavigation .breadcrumbs a {
	color:#000000;
	text-decoration: none;
	padding-left: 10px;
}
#navWrapper #topNavigation .search {
	float: right;
}
#navWrapper #topNavigation .search input {
	border: solid 1px #e3e3e3;
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 177px;
	color:#CCCCCC;
	text-align:right;
	padding-top: 2px;
	padding-right: 2px;
}
img.cover {
	border: 1px solid #e3e3e3;
	margin-right: 10px;
}
img.detail {
	border: 1px solid #e3e3e3;
}
h1, h1 a {
	font-size: 18px;
	color: #bc1524;
}
h2, h2 a {
	font-size: 16px;
	color: #bc1524;
	margin-top: 5px;
	margin-bottom: 5px;
}
h3, h3 a {
	font-size: 14px;
	color: #bc1524;
	margin-top: 5px;
	margin-bottom: 5px;
}
.txtBlock {
	width: 360px;
	float: right;
}
.imgBlock {
	float: left;
	width: 150px;
	height: 150px;
}
.imgBlock2 {
	float: left;
	width: 150px;
	height: 100px;
}
.subStory p.small {
	font-size: 9px;
	margin: 0px;
	padding-bottom: 5px;
}
.subStory {
	padding-bottom: 18px;
}
.subStory p {
	margin: 0px;
	padding: 0px;
}
.bottomlinks {
	float: right;
}
img.aright {
	float: right;
}
#nav_categories li ul {
	padding-left: 10px;
	/* border: solid 1px #ffff00; */
}
.greyborder {
	border:1px solid #E3E3E3;
}
.login a:link, .cc a:link , .bottomlinks a:link {
color: #ffffff;
}
.login a:visited, .cc a:visited, .bottomlinks a:visited {
color: #eeeeee;
}
-->
</style>

<link rel="stylesheet" href="/js/sIFR-screen.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/js/sIFR-print.css" type="text/css" media="print" />

<style type="text/css" media="screen">
    .sIFR-active h1 {
      padding-bottom: 0;
      visibility: hidden;
      font-family: Verdana;
      color:#bc1524;
      line-height: 1em;
      font-size: 18px;
      margin-bottom: 0px;
    }
    .sIFR-dummy { 
      width: 0px;
      height: 0px;
      margin-left: 42px !important;
      z-index: 0;
    }
  </style>

<script src="/js/sifr.js" type="text/javascript"></script>
  <script type="text/javascript">
  var futura = {
    src: '/js/futura.swf'
    ,wmode: 'transparent'
    ,ratios: [6,1.41,9,1.35,15,1.29,21,1.25,22,1.22,27,1.24,29,1.21,34,1.22,41,1.21,45,1.2,46,1.21,59,1.2,68,1.19,69,1.2,96,1.19,97,1.18,102,1.19,103,1.18,107,1.19,108,1.18,112,1.19,114,1.18,116,1.19,120,1.18,121,1.19,1.18]
  };

  sIFR.useStyleCheck = true;
  sIFR.activate(futura);

  sIFR.replace(futura, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color: #bc1524; font-size:1.3em; float:left; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #bc1524; }'
      ,'a:hover { text-decoration: underline; color: #B2B2B2; }'
    ]
    ,tuneHeight:-4
  });
  </script>



</head>

<body>
<div id="headerWrapper">
	
</div>
<div id="navWrapper">
    <div id="topNavigation">
  	<div class="breadcrumbs"><a href="/">Home</a></div>
        <div class="search">
            
        </div>
    </div>
</div>
<div id="middleWrapper">
    <div id="contentWrapper">
        <div id="news">



    </div>
    <div id="coverarticles">

<h1>Error</h1>

<p>The following tag has a syntax error:</p>

<p>&#123;exp:send_tweet&#125;</p>

<p>Please correct the syntax in your template.
</p>

<p></p>

<p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p>
    </div>
    <div id="featured">
      
    </div>
    <br class="clearFloat" />
  </div>
  
</div>

<div id="lowerWrapper">
  <div id="footer">
    
  </div>
</div>
</body>
</html>