﻿/***** HEADER STYLES	*****/
#header a
	{
		color:#6d5d4d;
	}
	#header .textbox
	{
	background:none;	
	}
	
/****************************/

/***** FOOTER STYLES	*****/

#footer #disclosure a
{
  
	color: #FFFFFF;
	
}
#footer a
	{
		color:#6d5d4d;
	}

/****************************/

/***** LEFTCOL STYLES	*****/




/****************************/

/***** RIGHTCOL STYLES	*****/




/****************************/

.updateprogress
{
	position: fixed;

	/* position:absolute; */ 
  top:20%;  
  left:40%; 
   width:250px;/*14%; */
   z-index:1001; 
  background-color:#ffffff;/*#f0ebd8; */
  padding: 15px 10px 15px 10px;
   font-style:italic ;
font-weight:bold ;
color:#0170a7;
border: solid 2px #e4c260;
height:32px;
display: table;
 *display: block;
 *position: fixed;
}

* html .updateprogress{ /*IE6 only rule, applied on top of the default above*/
position: absolute;
top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+50+"px" : body.scrollTop+50+"px");
}

.updateprogress .text
{
	display: table-cell;
	 *display: block;
     *position: absolute;
	  left:55px; 
  font-style:italic;
font-weight:bold;
color:#0170a7;
vertical-align:middle;
*top: expression(this.parentElement.clientHeight / 2 - this.clientHeight / 2);
 	
}
