﻿/****************************************************************************
* This page only uses this css file for the right column width and layout   *
* and rules that apply to the right hand column.  All other CSS rules have	*
* been set in the default.css file.											*
****************************************************************************/

#RightCol, #SearchResultsRightCol
{
	width:659px;
	float:left;  
	padding:25px; 
	margin-bottom:-20000px;
	padding-bottom:20000px;
}

#SearchResultsRightCol{
background-color:White
}
#PageBody{width:100%}


#NoNavigation #PageCentreCol
{
	width:92%;
	float:left;  
	padding:25px; 
	margin-bottom:-20000px;
	padding-bottom:20000px;
}

