body {
 text-align: left; /* center things in pre-IE6 */
 font-family: "Lucida Grande", "Lucida Sans Unicode", trebuchet, arial, verdana, sans-serif;
 color: #333;
 font-size: 10px;
 line-height: 190%;
 min-width: 550px;
}

h3 {
 font-family: arial;
 border-bottom:1px dotted #333;  
 color:#8e191c;  
 font-size:180%;  
 letter-spacing:-1.25px; 
 line-height:0.9em; 
 margin:0px; 
 padding:15px 10px 0px; 
 word-spacing:1px; 
}
a:link, a:visited {
 color:#8e191c; 
 text-decoration:none; 
}
a:hover {
 color:#333;
 text-decoration:none;
}


#container {
 width: 870px;
}
#container .column {
 position: relative;
 float: left;
}
#header {
 clear: both;
 float: left;
 padding-left: 15px;
}
#nav {
 width: 860px;
 float: right;
 padding-right: 10px;
}
#center {
 width: 825px;
 padding-top: 10px;
}
#bottom_left {
 width: 250px;
 font-size: 120%;
 float: left;
 padding-top: 10px;
 padding-bottom: 20px;
 padding-left: 20px;
 text-align: justify;
}
#bottom_center {
 width: 250px;
 font-size: 120%;
 float: left;
 padding-right: 33px;
 padding-left: 33px;
 padding-top: 10px;
 padding-bottom: 20px;
 text-align: justify;
}
#bottom_right {
 width: 250px;
 font-size: 120%;
 float: left;
 padding-top: 10px;
 padding-bottom: 20px;
 text-align: justify;
}
#insights_content {
 width: 630px;
 font-size: 120%;
 float: left;
 padding-top: 10px;
 padding-bottom: 20px;
 text-align: justify;
}
#insights_sidebar {
 width: 200px;
 font-size: 100%;
 float: left;
 padding-top: 10px;
 padding-bottom: 20px;
 padding-left: 15px;
 text-align: justify;
}
#footer {
 clear: both;
 line-height: 100%;
 float: left;
 padding-bottom: 10px;
 padding-left: 5px;
 text-align: left;
}