/* START OF LEFT NAV **/
#left-nav li { 
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 1px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 1px; }

#left-nav li a {
	PADDING-RIGHT: 0px; 
	DISPLAY: block; 
	PADDING-LEFT: 2px; 
	PADDING-BOTTOM: 2px; 
	MARGIN: 0px; WIDTH: 98%; 
	COLOR: #000; 
	PADDING-TOP: 2px; 
	BACKGROUND-COLOR: #eee; 
	TEXT-DECORATION: none; }

#left-nav li a:hover { text-decoration:underline; }

#left-nav li a.sub {
	color: #000;
	text-decoration: none;
	background-color: #fff;
	display: block;
	width: 50%;
	margin-left: 35px;
	padding-right: 0; }

#left-nav li a.sub:hover { text-decoration:underline;}

/**END OF LEFT NAV   **/

/* old Table of Contents - indentation  **/
.ol1  {line-height: 35px;   list-style-type: none; font-weight: bold;}
.ol11 {line-height: normal; list-style-type: none; font-weight: bold;}
.ol2  {line-height: normal; list-style-type: none; font-weight: normal;}
.ol3  {line-height: normal; list-style-type: none; font-weight: normal;}

hr { color: #006633; height: 1px;}

/* line above footnotes  **/
hr.fn  { 
	width: 250px;
	text-align : left;
	background: transparent;
	line-height: 1px;}
	
/*  Modify aspect of caption tag for all tables   */
caption { 
	font-weight: bold; 
	font-size: 14px; 
	padding-bottom: 10px;}

/* Top navigation within document, use with <p> tag **/
.topnav1, toc1 { margin-left: 0px; margin-bottom: 0px; margin-top: 10px; }
.topnav2, toc2 { margin-left: 20px; margin-bottom: 0px; margin-top: 0px; }
.topnav3, toc3 { margin-left: 30px; margin-bottom: 0px; margin-top: 0px; }

.green { font: bold 90%/1 Verdana, Arial, sans-serif;  color: #003300;}
	
/*This is for the bottom navigation **/
.botnav {text-align : center;}

.l2 { padding-bottom: 10px;}	

.noSpace { 
	margin-top: 4px;
	margin-bottom: 0px;  
	text-align: center; }
	
/*Formating For Tables Within the Main ".center" div*/
/*.center table { 
    border-color: black;
    border-width: 0px 0px 1px 1px;
    border-style: solid;
    border-collapse: collapse;
	width: 100%;}	
	
.center table td{
    border-color: black;
    border-width: 1px 1px 0px 0px;
    border-style: solid;
    padding: 4px;}
	
.center table th{
    border-color: black;
    border-width: 1px 1px 0px 0px;
    border-style: solid;
    margin: 0px;
    padding: 4px;
	vertical-align: top;}*/
	
/* LRM Divs */

.lrmwidth {
    width: 502px;
	border: 1px solid black;}	
	
.lrmleft {
    float: left; background: #FFFFFF; width: 300px; border-right: 1px solid black;}	
	
.lrmright {
    float: right; background: #FFFFFF; width: 200px; border-left: 1px solid black;}		
	
.lrmcl {
    clear: both;}

/*end LRM Divs */	

/*Dustin's Code*/
/*formating for tables within the main ".center" div*/
/*.center table { 
    border-color: black;
    border-width: 0px 0px 1px 1px;
    border-style: solid;
    border-collapse: collapse;
	width: 100%;}	
.center table td{
    border-color: black;
    border-width: 1px 1px 0px 0px;
    border-style: solid;
    padding: 4px;}
.center table th{
    border-color: black;
    border-width: 1px 1px 0px 0px;
    border-style: solid;
    margin: 0px;
    padding: 4px;
	vertical-align: top;
	text-align: left;}*/
.alignVertical{ vertical-align: top; }
/*.normal is used when you have a <th> that you need un-bolded*/
.normal{font-weight: normal}
/*used when a <td> needs both noWrap and text-right classes*/
.noWrapRight{
	white-space: nowrap;
	text-align: right;}
/*End Dustin's Code*/

/* List of Reports by year **/
.t1 {
	font-weight: 600;
	color: #003300;
	 margin-bottom: -8px; } 
.t12 {
	list-style-image: url(img/arrow.gif);
	list-style-position: outside;}

div.row {float: left; margin: 0; padding: 0; width: 98.5%;}
div.cols2 {float: left; width: 49%; margin: 0 3px 0 0; padding: 0;}

div.border {
	border:1px #003 solid;	
	padding:5px;}
	
div.box {background-color: #ffffff; width : 98.5%; border: 1px solid #000000; margin: 5; padding: 5;}

/* CLF 2.0 CSS */
.photoQuote {
	font-style:italic;
	width:35%;
	font-size:11px;
	float:right;
	margin-right:2%;
	margin-left: 0.5%;
}

.lineField {
	margin-bottom: -2px;
}