
#content{ 
	padding: 0px 0px 25px 0px;
	margin: 0px;
	background:#FFFFFF;
	width: 960px; /*force width in order to fix bug with IE */
}


#topArea {
	width: auto;
	margin-top: -2px;
	padding: 0px;
	height: 250px;
	clear: both;
} 


/* Left Area */

#leftArea {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	height: auto;
	width: 470px; /* total width of 306px with padding*/
	float: left;
} 


#leftAreaContent {
	padding: 5px 10px 0px 15px;
}

.leftAreaHeader {
	display: block;
	/*background: url(../_global_assets/templates/images/home_left_col_header.gif) no-repeat left;*/
	width: 469px;
	height: 29px;
	padding: 0px;
	margin: 0px

}

/* //Left Area */


/* Right Area */

#rightArea {
	padding: 0px;
	height: auto;
	width: 470px;
	margin: 0;
	float: right;
	clear: none;
	position: relative;
	display: block;
} 

#container .rightAreaHeader {
	display: block;
	position: absolute;
	/*background: url(../_global_assets/templates/images/home_right_col_header.gif) no-repeat right top;*/
	width: 469px;
	height: 29px;
	padding: 0px;
	margin: 0px;
	right: 0px;
}

#container #rightAreaContent {
	padding: 5px 10px 0px 5px;
	margin-top: 27px;
	
}
/* //Right Area */



/* 
===========================
QUICK FINDS
---------------------------
*/

.quickFinds td {
	padding-bottom: 10px;
}

.quickFinds {
	margin: 5px 0px 10px 0px;
	display: block;
}


