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,b, u, i, center,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-size: 100%;vertical-align: baseline;background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;border-spacing: 0;}



body {
	background-color: #000000;
	color: #333333;
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	font-size: small;
}

#container {
	background: #ffffff url(../images/bg.jpg) center top repeat-y;
	margin: 0px auto;
	margin-bottom: 10px;
	width: 1004px;
}

#banner {
	background: transparent url(../images/banner.jpg) center top no-repeat;
	height: 40px;
	padding-top: 210px;
}

#nav {
	list-style-type: none;
	margin-left: 36px;
}

#nav li {
	color: #bc1d1e;
	float: left;
	font-size: medium;
	height: 28px;
	padding: 5px 15px 0px 10px;
}

#nav li a:link, #nav li a:visited {
	text-decoration: none;
}

#searchbox {
	float: right;
	margin-right: 40px;
	padding-top: 2px;
}

#content {
	padding: 30px 300px 30px 90px;
	position: relative;
}

.article-index #content, .tag #content {
	padding: 30px 90px 30px 90px;
}

#content-right {
	font-size: 85%;
	position: absolute;
	top: 25px;
	right: 50px;
	padding: 1em;
	width: 190px;
}

#content #content-right p {
	text-align: left;
}

#footer {
	background: transparent url(../images/bottom.jpg) center bottom no-repeat;
	clear: both;
	color: #666666;
	font-size: x-small;
	padding: 20px 50px 30px 50px;
	text-align: right;
}

#footer .copy {
	float: left;
	text-align: left;
}

a:link, a:visited {
	color: #a95520;
}
a:hover, a:active {
	color: #e85a4d;
}


/* Content style */

h1 {
	font-size: xx-large;
	font-weight: bold;
	margin-bottom: 0.7em;
}

body.article h1 {
	margin-bottom: 0.4em;
}

h2 {
	font-size: large;
	margin: 1.5em 0 0.5em 0;
}

h2 a:link, h2 a:visited {
	border-bottom: 1px dotted #a95520;
	text-decoration: none;
}

h2 a:hover, h2 a:active {
	border-bottom: 1px dotted #e85a4d;
}

h2 small {
	font-size: x-small;
}

h3 {
	font-size: 110%;
	margin-bottom: 0.4em;
}

h4 {
	font-weight: bold;
}

#content p, #content ul, #content ol, #content td {
	line-height: 1.5em;
	margin-bottom: 1.3em;
	text-align:  justify;
}

#content ul, #content ol {
	margin-left: 2em;
	margin-right: 2em;
}

#content ul li {
	list-style-type: disc;
	margin-bottom: 0.3em;
}

#content ol li {
	list-style-type: decimal;
	margin-bottom: 0.3em;
}

#content ol ol {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

#content ol ol li {
	list-style-type: lower-alpha;
}

blockquote {
	margin: 1em 2em 0.7em 2em;
}

blockquote p, blockquote li {
	font-size: 90%;
}

#content p img {
	border: 1px solid #444444;
}

#content td, #content th {
	padding: 0px 1em 1em 1em;
	vertical-align: top;
}


/* Homepage */

#welcome, #topics {
	float: left;
	margin-bottom: 3em;
	width: 500px;
}

#home-briefings, #home-reports {
	float: left;
	width: 260px;
}

#home-briefings img, #home-reports img {
	border: 1px solid #333333;
	margin-bottom: 1em;
}

#home-briefings .rss img, #home-reports .rss img {
	border: 0;
}

#home-reports {
	clear: left;
	margin-right: 80px;
}

#topics h2, #home-reports h2, #home-briefings h2, #features h2 {
	margin-top: 0;
	position: relative;
}

#content #home-briefings ul, #content #home-reports ul {
	margin: 0;
}

#content #home-briefings li, #content #home-reports li {
	border-top: 1px solid #dddddd;
	clear: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#home-briefings li a, #home-reports li a {
	display: block;
	padding: 0.3em;
	text-decoration: none;
}

#home-briefings li a:hover, #home-briefings li a:active,
#home-reports li a:hover, #home-reports li a:active {
	background-color: #f9dd79;
	color: #000000;
}

#home-briefings .article-date, #home-reports .article-date {
	float: right;
	font-size: x-small;
	margin-top: 0.6em;
	padding: 0.1em 0.3em;
}

#homepage a.rss {
	border: 0px;
	position: absolute;
	right: 0px;
	top: 2px;
}

#features {
	position: absolute;
	top: 30px;
	right: 90px;
}

.feature img {
	border: 1px solid #777777;
	margin-bottom: 5px;
}

.feature a {
	display: block;
	font-size: x-small;
	font-weight: bold;
	padding: 10px;
	text-decoration: none;
	width: 100px;
}

.feature a:hover, .feature a:active {
	background-color: #f9dd79;
	color: #000000;
}


/* Articles */

.listing {
	border-bottom: 1px solid #eeeeee;
	width: 100%;
}

#content .listing td {
	border-top: 1px solid #eeeeee;
	line-height: 1em;
	margin: 0;
	padding: 0.6em 0.3em;
}

#content td.briefing-no {
	color: #555555;
	font-size: x-small;
	vertical-align: middle;
}

#content td.title {
	width: 55%;
}

#content td.author {
	color: #666666;
	font-size: x-small;
	vertical-align: middle;
}

#content td.date {
	text-align: right;
	vertical-align: middle;
}

.summary {
	display: block;
	font-size: 90%;
	line-height: 1.3em;
	padding-top: 0.4em;
	width: 90%;
}

.taglist, .taglist a {
	color: #999999;
	font-size: x-small;
	text-decoration: none;
}

.taglist a:hover, .taglist a:active {
	color: #666666;
}

.article-info {
	color: #777777;
	font-weight: bold;
	width: 100%;
}

.article-date {
	background-color: #00b91d;
	color: #ffffff;
	font-size: 85%;
	font-weight: normal;
	margin-right: 5px;
	padding: 0.2em 0.3em;
}

#content .pdf {
	vertical-align: middle;
}

.pdficon {
	color: #ffffff;
	font-size: x-small;
	text-transform: uppercase;
}

.pdficon a:link, .pdficon a:visited {
	background-color: #ff0000;
	color: #ffffff;
	display: block;
	padding: 0.1em 0.3em;
	text-align: center;
	text-decoration: none;
}

.pdficon a:hover, .pdficon a:active {
	background-color: #dc922f;
	color: #ffffff;
}

#content .pdffloat {
	float: right;
	font-size: 90%;
	margin-top: -0.5em;
	padding: 0.2em 0.4em;
}

.pdficonfloat:hover {
	background-color: #dc922f;
}

#conditions {
	border: 1px dotted; #aaaaaa;
	font-size: 85%;
	margin: 3.5em 1.5em 1.5em 1.5em;
	padding: 1.5em 1.5em 0em 1.5em;
}

#conditions h2 {
	margin-top: 0;
}

#content p.more-topics {
	margin-bottom: 0.3em;
}

ul#related-ul {
	border-top: 1px dotted #bbbbbb;
	margin: 0;
}

ul#related-ul li {
	border-bottom: 1px dotted #bbbbbb;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#related-ul li a:link, ul#related-ul li a:visited {
	display: block;
	padding: 0.3em;
	text-decoration: none;
}

ul#related-ul li a:hover, ul#related-ul li a:active {
	background-color: #f9dd79;
	color: #000000;
}

/* Search */

h1 .total_results {
	color: #999999;
	float: right;
	font-size: small;
	padding-top: 1.2em;
}

#results h2 {
	margin-top: 0px;
}

.result-one, .result-two {
	border-left: 1px dotted #666666;
	margin-bottom: 1em;
	padding: 0.3em 1em 0em 1em;
}

.result-one q, .result-two q {
	background-color: #f8e485;
}

.result-date {
	background-color: #419e47;
	color: #ffffff;
	float: right;
	font-size: x-small;
	font-weight: normal;
	padding: 0.4em;
}

/* Tags */

p.tags {
	color: #666666;
	font-size: x-small;
}

