/* CSS Document */
/*REPORTS PAGE*/

*{
margin:0;
padding:0;
}


html {
     font-size:100%;
     background:#ffffff;
}
	
	
#wrapper {
	background: #FFFFFF url(../none) no-repeat;
	margin: 0px auto 10px;
	width: 900px;
	text-align: left;
    }
	
	
	
body{
	background: #FFFFFF url(../../images/bg_1.jpg) repeat-x center top;
	text-align:center;
	font-size:80%;
	}
	
#banner,#wrapper,#footer{
    font: small Geneva, Arial, Helvetica, sans-serif;
}
	
	
	
	
	
	/*MAIN CONTENT*/
	
	
	
.container{
	float: right;
	width: 99%;
	}
	
		
#content{
	margin-left: 200px;
	font-size: 1em;
	height: 1%;
	
	}

#content p{
	margin: 20px;
    }
	
#content h1{
	padding: 0;
	margin: 20px;
	font: bold 1.7em "Courier New", Courier, monospace;
	text-align: center;
	color:   #666666;
   }
	


#content h1 a:hover {
background-color: #ECECEC;
}

#content h2{
	color: #003366;
	padding: 0;
	margin: 20px;
	font-size: 110%;
    }
	
#content h3{
	color: #000000;
	padding: 0;
	margin: 20px;
	font-size: 90%;
	}
	
	






.clearit {
	display: block;
	clear: both;
   }
   
.divider{
	width: 90%;
	color:#000000;
	text-align: center;
	   }
	   
	   


/*REPORTS MAIN CONTENT */

.author_name{
	color: #000000;
	}

.black_bold{
	font-weight: bold;
	color: #000000;
   }





/*LEFT UPDATES COLUMN*/




#leftcol{
    display:inline;
    width: 150px;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}

#leftcol h1{
	font-size: 1em;
	font-weight: bold;
    }




	
#leftcol #updates{
    margin: 0; 
    padding: 0;
    background-color: transparent;
    list-style-type: none;
    border: 1px solid #B71D35;
	font-size: 0.8em;
	
}

#leftcol #updates ul li a{
    background-color: #ECECEC;
    border-bottom: 1px solid #B71D35;
    color: #000000;
    display: block;
    padding: 4px 0 6px 4px;
    text-decoration: none; 
    height: 1%;
	
}


#leftcol #updates ul li {
    padding: 4px 4px 0;	
	display: block;	
	border-style: none;	
}

#leftcol #updates a:hover, #leftcol #updates a:focus { 
    background-color: #CCCCCC;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
}






/*Footer*/	   
	   
/*LFRC Container*/
.footer_container{
    border-top: 1px solid #1D48A9;
	font-size: 12px;
	padding-top: 3px;	
	clear: both;	
	height: 60px;
	width:780px;
	
	}
	
.footer_inner_container{
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	width: 770px;
	}
	
.footer_left{
	display:inline;
	float:left;
	height:40px;
	width: 220px;
	margin: 0px 20px 0px 5px;
	text-align: left;
}




/*Disclaimer and Copyright Container*/
.footer_middle{
	float:left;
	height:40px;
	width: 220px;
	margin: 0px 15px;
	text-align: center;
}



.footer_middle a {
	color:#408080;
	text-decoration: none;
     }
	 
.footer_middle a:hover{
	color:#000000;
	text-decoration: none;
     }

/*UH Add Container*/
.footer_right{
	float:left;
	height:40px;
	width: 220px;
	margin: 0px 5px 0px 20px;
	text-align: right;
}

	
