
/* GLOBAL NORMALIZING STYLES
-------------------------------------------------------------------- */
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;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	margin: 0;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	line-height: 1;
	color: #333;
	background: #fff;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
	text-align: left;
	color: #333;
	font-weight: normal;
}

abbr {
	cursor: help;
	border-bottom: 1px dotted #999;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted #999;
}

.preload {
	display: none;
}

a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

/* MAIN PAGE STYLES
-------------------------------------------------------------------- */
.wrapper {
	border-top: 5px solid #333;
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}

.intro {
	padding: 0 0 40px;
	border-bottom: 1px solid #e5e5e5;
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	float: none !important;
	color: black; 
	background: transparent;
}

.intro a:link, .intro a:visited {
	color: blue;
	text-decoration: underline;
}

ul.mainnav {
	display: none;
}

.intro h1, .topper h1 {
	clear: both;
	margin: 20px 0;
	font-size: 1.5em;
}

.intro h1 a:link, .intro h1 a:visited, .topper h1 a:link, .topper h1 a:visited {
	text-decoration: none;
}

.intro h2 {
	font-size: 1.5em;
	line-height: 1.4em;
}

.intro h2 span {
	font-size: .8em;
	color: #ccc;
}

.intro h3 {
	padding-top: 15px;
	font-size: 1.5em;
	line-height: 1.4em;
}

h2.title {
	color: #000;
	font-size: 2em;
}

.intro p {
	font-size: 1.4em;
	padding: 0 0 10px
}

p.maindate {
	font-size: 1.5em;
	line-height: 1.4em;
	font-style:italic;
}

p.more {
	display: none;
}

p.indate {
	color: #ccc;
	font-style: italic;
}

.maincontent {
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
}

.gossip {
	display: none;
}

#container-1 {
	display: none;
}

.mainbottom {
	display: none;
}

.appendix {
	display: none;
}

.adverts {
	display: none;
}

/* INTERIOR PAGE STYLES
--------------------------------------------------------------------------- */
.topper {
	margin: 0 auto;
	padding: 0 0 40px;
	border-bottom: 1px solid #e5e5e5;
}

.topper a:link, .intro a:visited {
	color: blue;
	text-decoration: underline;
}

.topper h2 {
	margin: 0 0 20px 0;
	padding: 0 0 20px;
	font-size: 1.5em;
	line-height: 1.4em;
	color: #000;
	border-bottom: 1px dotted #ccc;
}

.topper p {
	padding: 10px 0 5px;
	line-height: 1.4em;
	color: #333;
}

.invisible {
	display: none;
}

.article {
	clear: both;
	margin: 0 auto;
	padding: 35px 0;
	border-bottom: 1px solid #ccc;
}

.article h5 {
	margin: 10px 0 0 0;
	padding: 15px 0 5px 0;
	font-size: 1.5em;
	font-weight: normal;
	color: #000;
	border-top: 1px dotted #ccc;
	clear: both;
}

.article p {
	padding: 10px 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

p span.quote {
	border-top: 1px solid #ccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #777;
}

.article p a:link, .article p a:visited, .article li a:link, .article li a:visited {
	color: blue;
	text-decoration: underline;
}

.article blockquote p {
	display: none;
}

p span.note {
	color: #000;
	background: #ffc;
}

p span.strike {
	text-decoration: line-through;
}

.article ul {
	list-style: square;
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

.article li {
	padding: 3px 0 3px 10px;
}

.article dl {
	list-style: none;
	margin: 0 0 0 390px;
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size: 1.2em;
}

.article dt {
	font-weight: bold;
	padding: 3px 0 5px;
}

.article dd {
	padding: 3px 0 3px 10px;
}

.featureimg {
	padding: 5px;
	border: 1px solid #ccc;
	margin: 25px 0;
	clear: both;
}

.space {
	padding: 20px 0;
}

div, p, h1, h2, h3, h4, h5, h6, ul, li, ol {
	margin: 0;
	width: auto;
}


/* FLOAT CLEARING STYLES - IE7 COMPATIBLE 
-------------------------------------------------------------------------------- */

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */