/* Import the main stylesheet. */
@import "main.css";



/* Graphs. */
#content .graphLeft {
   position: absolute;
   top: 622px;
   left: 271px;
}

#content #graphLeftFC {
	width: 216px;
	height: 143px;
	}

#content .graphRight {
   position: absolute;
   top: 622px;
   left: 511px;
}

#content #graphRightFC {
	width: 216px;
	height: 143px;
	background: #ebebeb;
	}



/* Left column. */

#leftColumn {
   float             : left;
   margin-left       : 35px;
   width             : 220px;
   padding-top       : 40px;
   color             : rgb(77, 77, 77);
   font-size         : 11px;
   color             : rgb(35, 35, 35);
}

#leftColumn a {
   color             : rgb(77, 77, 77);
}

#leftColumn ul {
   background-color  : #dcdcd3;
   margin            : 0px 0px 10px 2px;
   padding-top       : 5px;
   padding-bottom    : 2px;
   list-style        : none;
   width             : 216px;
}

#leftColumn ul li {
   margin            : 0px 0px 0px 10px;
   padding-bottom    : 14px;
   font-weight       : 900;
}

#leftColumn h1 {
   background        : url('../images/header_sidebar.png') no-repeat;
   margin-bottom     : 14px;
   font-size         : 12px;
   padding-left      : 10px;
   padding-top       : 12px;
   height            : 26px !important;
   height            : 38px;
   width             : 210px !important;
   width             : 220px;
   color             : rgb(77, 77, 77);
}