/* Generic classes */
* {
	margin: 0;
	padding: 0;
}

img.right {
	float: right;
}

img.left {
	float: left;
}

#content a {
	color: #990000;
}

#content a:hover {
	color: black;
}

#whitebody {
	background-color: white;
	text-align: left;
	}

hr.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	visibility: hidden;
}

body {
	background-color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 20px 0 20px 0;
	text-align: center;
}

ul.squarebullet
{
	margin-left: 20px;
	list-style-type: square;
	list-style-position: outside;
}
	

/* Eloqua field override */

#elqFormFieldLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}


/* Main body wrapper */
#wrapper {
	background-color: white;
	width: 500px;
	margin: 0 auto;
	text-align: left;
}


/* Header bar */
#header {
	height: 60px;
	background-color: #990000;
}

#header img {
	display: inline;
	height: 60px;
	width: 200px;
	float: left;
}

#header a img {
	border: none;
}

#header #header-date {
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ff9999;
	font-size: 2.5em;
	font-weight: bold;
	float: right;
	margin: 15px 20px 0 0;
}

#header #header-date span {
	color: white;
	font-weight: normal;
}


/* Main content area */
#content {
	font-size: 1em;
	padding: 20px;
}

#content #leftcol {
	width: 260px;
	float: left;
}

#content #rightcol {
	float: left;
	width: 170px;
	margin: 0 0 80px 30px;
}

#leftcol h2, #rightcol h2 {
	border: 1px solid #990000;
	border-left: none;
	border-right: none;
	margin: 0 0 20px 0;
	height: 30px;
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -5000px;
}

h2#theMarket {
	background-image: url(../images/title-market.gif);
}

h2#agencyNews {
	background-image: url(../images/title-news.gif);
}

h3 {
	font-size: 1em;
	margin: 15px 0 0 0;
}


#content ol { margin: 5px 0px 5px 20px; }


#rightcol #navigation {
	list-style-type: none;
	border-top: 1px solid #990000;
}

#rightcol #navigation li a {
	display: block;
	border-bottom: 1px solid #990000;
	width: 170px;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -5000px;
	height: 30px;
}

#rightcol #navigation li a:hover {
	border-bottom: 1px solid black;
}

#rightcol #navigation #nav-link1 a {background-image: url(../images/title-market.gif);}
#rightcol #navigation #nav-link2 a {background-image: url(../images/title-news.gif);}
#rightcol #navigation #nav-link3 a {background-image: url(../images/title-market.gif);}
#rightcol #navigation #nav-link4 a {background-image: url(../images/title-news.gif);}

p.question
{
	font-style: italic;
	font-weight: bold;
	background-color: #ffffff;
}


/* Footer promo box */
#footer-promo {
	clear: both;
	background-color: #990000;
	margin: 20px 0 0 0;
	color: white;
}

#footer-promo h2 {
	width: 121px;
	height: 31px;
	background: url(../images/curiosity-cat.gif) top left no-repeat;
	margin: 0 0 0 -3px;
	padding: 0;
}

#footer-promo h2 span {
	display: none;
}

#footer-promo #cat {
	float: left;
	margin: 80px 0 0 0;
}

#footer-promo div {
	float: left;
	width: 340px;
	margin: 0 0 20px 5px;
}

#footer-promo a {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

/* Forms */
form input {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 160px;
}

form input.button {
	width: 80px;
	background-color: #990000;
	color: white;
}

form label {
	font-weight: bold;
	display: block;
}

/* Forms */

#footbar {
	border-top: 1px solid #990000;
}

/* NAVBUTTONS specific styles */

#navbuttons {
	margin: 10px 0px 10px 20px;
}

#navbuttons a img {
	margin: 10px 10px 10px 0px;
	border: solid 1px #ccc;
}

#navbuttons a:hover img {
	border-color: #990000;
}

#navbuttons a:hover {
	border-width: 0;
}


/* ARTICLE specific styles */
#article h1 {
	font-size: 1em;
	color: #990000;
}

#article h2 {
	color: #666666;
	font-size: 1em;
	text-indent: 0;
	height: auto;
	border: none;
	margin: 0;
}

#article h3 {
	color: #000000;
	font-size: 1em;
	text-indent: 0;
	height: auto;
	border: none;
	margin: 0;
}

#article p {
	margin: 10px 0 10px 0;
}

#article #leftcol img {
	border: 1px solid black;
}

#article #introduction {
	font-weight: bold;
}

#article #related-links h3 {
	color: #990000;
	font-size: 1em;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #990000;
}

#article #related-links ul {
	list-style-type: none;
	line-height: 1.6em;
}

#article #content {
	background: url(../images/cat-bw.gif) 400px bottom no-repeat;
}

#article #rightcol h3 {
	display: block;
	height: 20px;
	margin: 0;
	background-color: #990000;
	background-position: left 50%;
	background-repeat: no-repeat;
	text-indent: -5000px;
}

#article #rightcol h3#other-stories {
	background-image: url(../images/other_stories_30x166.gif);
}

#article #rightcol h3#previous-stories {
	background-image: url(../images/previous_stories_30x166.gif);
	margin-top: -1px;
}

#article #rightcol ul {
	list-style-type: none;
}

#article #rightcol ul li {
	border-bottom: 1px solid #5a5c5e;
}

#article #rightcol ul li a {
	display: block;
	width: 170px;
	text-decoration: none;
	padding: 3px 0 3px 0;
	color: black;
}

#article #rightcol img {
	margin: 40px 0px 0px 0px;
	text-align: left;
}

#article #rightcol ul li a:hover {
	background-color: #eee;
}

#article #rightcol ul li a.selected {
	font-weight: bold;
	color: #990000;
}

#article #leftcol div.left {
	float: left;
	text-align: left;
	margin: 0 10px 10px 0;
}

#article #leftcol div.right {
	float: right;
	text-align: right;
	margin: 0 0 10px 10px;
}

#article #leftcol div.center {
	text-align: center;
}

#article #leftcol div.left {
	text-align: left;
}

#article #leftcol div.cleared {
	width: 100%;
}