@charset "UTF-8";
/* CSS Document */
body {
	background-color:#f4f4f4;
	/*background-color:#000000;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#container {
	width:900px;
	background-color: #f4f4f4;
	/*border:1px solid #dddddd;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	width:900px;
	height:150px;
	background-color: #000000;
	/*border:1px solid #dddddd;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header img {
	padding-top: 30px;
	padding-left: 60px;
}

#left_sidebar {
	float:left;
	width:100px;
	background:#f4f4f4;
	padding:10px 0px 0px 0px;
	/*border:1px solid #dddddd;*/
}
#left_nav {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.8em;
	/*color:#C7B714;*/
	color:#000000;
	font-variant:small-caps;
}
#left_nav ul {
	margin-left: 0;
  	padding-left: 0;
  	list-style:none;
	line-height:1.5em;
}
#left_nav li a {
/*background: url(images/css-nav.gif) #f0f0f0 bottom left repeat-x;*/
background:#f4f4f4;
	/*color:#3FA6FB;*/
	color:#FF0000;
	text-decoration:none;
/*height: 1.5em;*/
line-height: 2em;
/*width: 8em;*/
display: block;
text-align: left;
cursor:pointer;
}
#left_nav li a:hover {
/*background: url(images/css-nav.gif) #f0f0f0 bottom left repeat-x;*/
background:#f4f4f4;
	color:#FF0000;
	/*color:#3FA6FB;*/
	text-decoration:underline;
/*height: 1.5em;*/
line-height: 2em;
/*width: 8em;*/
display: block;
text-align: left;
cursor:pointer;
}

#right_sidebar {
	float:right;
	width:320px;
	padding:10px 15px 0px 10px;
	/*border:1px solid #dddddd;*/
}
#right_sidebar ul {
	margin-left: 0;
  	padding-left: 0;
  	list-style:none;
	line-height:1.5em;
}

#right_sidebar p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:0.7em;
	color:#808080;
}

.thumbbox {
	float:leftpx;
	width:300px;
	padding:10px 10px 10px 10px;
	/*border:1px solid #dddddd;*/
}
.thumbbox img {
	padding:10px 10px 10px 10px;
	/*border:1px solid #dddddd;*/

}
#bloomberg {
	background-color:#000;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:0.7em;
	color:#FFF;
}

#bloomberg .zeb {
	font-size:1em !important;
}
#bloomberg .changeup {
	color:#0C3;
}

#bloomberg .changedown {
	color:#F00;
}
#main {
	/*float:right;*/
	margin-left:106px;
	width:405px;
	padding:20px;
	background-color:#f4f4f4;
	/*border:1px solid #dddddd;*/
}
#main p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:0.7em;
	color:#808080;
}

#main a {
	color:#3FA6FB;
	text-decoration:underline;
}
#main a:hover {
	color:#3FA7FA;
	text-decoration:underline;
}
#main #feedControl {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:0.6em;
	color:#f0f0f0;
	border-bottom:1px solid #dddddd;
}
.title {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:0.8em;
	color:#fab000;
}
.pubDate {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:0.6em;
	color:#eeeeee;
}

.description {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:0.6em;
	color:#f0f0f0;
}
.spacer {
	margin-bottom:30px;
}
.spacer2 {
	margin-bottom:10px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

