@charset "utf-8";
/* CSS Document */

body {font-family: sans-serif; font-size: 14px; color: #000000; margin-top: 40px; background:white;}
table {font-family: sans-serif; font-size: 14px; color: #000000; cellpadding: 0px; cellspacing: 0px;}

a:link,a:visited,a:active {color: #003366; text-decoration: none; }
a:hover {color: #495C20; text-decoration: underline; }


.rectangle {
float:right;
margin-top: 5px;
margin-bottom: 7px;
margin-left: 8px;
}

.indent {
margin-left: 0.5in;
}

.toplink {
font-size:12px;
color:#666666;
float:right;
width: 650px;
margin-top:6px;
margin-right:7px;
}

.quote {
margin-left: 0.5in; 
font-style:italic;
}

.chart {
display:block;
margin-top: 10px;
margin-bottom: 10px;
margin-left:auto;
margin-right:auto;
border: 1px solid black;
}

#navigation {
  text-align:left; 
  width:900px; 
  margin:auto; 
  border:1px #003319 solid;
}

#nav {
  margin-top:25px;
  text-align:center;
}

#nav ul {
  border: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

#nav ul li {
  display: block;
  float: left;
  text-align: center;
  padding: 0;
  left-margin: 0;
}

#nav ul li a {
  background-color:#00759B;
  width: 140px;
  height: 22px;
  border: 1px solid #ffffff;
  padding-top: 7px;
  margin: 0;
  color: #ffffff;
  font-weight:bold;
  text-decoration: none;
  display: block;
  text-align: center;
  font-family: arial;
  font-size: 12px;
}

#nav ul li a:hover {
  color: white;
  background: #3399cc;
}


.leftnav {
  float:left;
  margin-top: 10px;
  margin-left: 5px;
  width: 200px;
}

.article,
.article table p {
  font-size: 12px;
}

.article a:link,.article a:visited,.article a:active {
  color:blue;
  text-decoration: none;
}

.article a:hover {
  text-decoration: underline;
}

.middlecolumn {
  float:left; 
  width:540px;
  margin-top: 15px;
  margin-left: 20px;
  margin-right: 10px;
}


.middlecolumn2 {
  float:left; 
  width:750px;
  margin-top: 15px;
  margin-left: 20px;
  margin-right: 10px;
}

.rightcolumn {
  float:left;
  width:200px;
  margin-top: 15px;
  margin-right: 5px;
  margin-left:10px;
}

.date {
  color:gray;
}

.disclaimer {
  font-size: 10px;
}

.header {
font-size: 16px;
font-weight: bold;
}

.header2 {
font-size: 16px;
font-weight: bold;
color: #003C4F;
}


.header3 {
font-size: 15px;
font-weight: bold;
color: #003C4F;
}

.blog_header {
font-size: 16px;
font-weight: bold;
color: #006699;
}

.section_header {
  font-size: 16px;
  font-weight:bold;
  border-bottom:2px solid gray;
}

#leftheader a {color: #495C20; text-decoration: none; font-weight: bold;}
#leftheader a:hover {color: #003C4F;}
#leftheader a:visited {color: #003C4F; text-decoration: none; font-weight: bold;}

#leftheader ul li a:hover {
  color: white;
  background: #76933D;
}

.menu {
  float:left; 
  width:200px;

}

.menu a {
  display:block;
  font-weight:bold;
  background:#e0e0e0;
  text-decoration:none;
  border:none;
  padding:5px;
  margin-bottom:4px;
}

.menu a:hover {
   /*color:#003C4F;*/
   color: white;
   background-image: url(http://consilientinvestor.com/images/bgarrow.png)
}

.menu a.meta {
  background: #c0c0c0;
}

.articles {
  font-size: 12px;
}

.articles a {
  font-weight: bold;
}



