/* the font family is set in the previous css so set margins here */
body
	{
	font-family			: Arial, Verdana, Geneva, sans-serif;
   	background-color	: white;
   	font-size			: 12px;
   	line-height			: 16px;
   	color				: #000;
	}
/* ---------------------------------------------------- */
#statement
	{
	display				: none;
	}
/* ---------------------------------------------------- */
/* outer casing for whole page - the margins keep the content centred as the user resizes the window */
#contentElement 
	{
	}
/* ---------------------------------------------------- */
#logo 
	{
	
	}
#logo img
	{
	border				: 0px;
	}
/* primary navigation placement */
#topnav
	{
	display				: none;
	}
#date 
	{
	float				: right;
	margin-top			: -50px
	}
#searchbox
	{
	display				: none;
	}
/* ---------------------------------------------------- */

#breadcrumb
	{
	font-size			: 0.9em;
	margin-top			: 20px;
	}
	
#panoramic
	{
   	display				: none;
	}
/* ---------------------------------------------------- */
.columns
	{
	margin-top			: 20px;
	}
/* ---------------------------------------------------- */
/* make sure that .leftcolumn's width is equal to .centercolumn's margin-left */
.leftcolumn
	{
	display				: none;
	}
/* ---------------------------------------------------- */
/*make sure that .rightcolumn's width is equal to .centercolumn's margin-right*/
.rightcolumn
	{
	display				: none;
	}
/* ---------------------------------------------------- */
.centercolumn
	{
	
	}

/* ---------------------------------------------------- */
.footer
	{
	clear				: both;
	margin				: 0px;
	}
	
#footer_links
	{
   	display				: none;
	}

#text_only 
	{
   	display				: none;
	}
/* this is the graphical style sheet so turn off the 'graphical display' link */
#graphics
	{
	display				: none;
	}
/* the address site below the footer so needs a bg color to hide the borders of wrappers 1 & 2 */
#address
	{
	font-size			: 0.9em;
	color				: #666;
	}
/* ---------------------------------------------------- */
/* following styles have nothing to do with the structural layout */
h3
	{
	font-size			: 1.4em;
	font-weight			: normal;
    margin				: 0px 0px 10px 0px;
	}
h4
	{
	font-size			: 1.1em;
	font-weight			: bold;
    margin				: 0px 0px 10px 0px;
	}

p
	{
	margin-bottom		: 15px;
	}
	

/* align 'return to top' links to right */	
.top
	{
	text-align			: right;
	}	
/* outline images */
.box 
	{
   	border				: 1px solid #666;
	}
.nobox 
	{
   	border				: 0px;
	}
/* ---------------------------------------------------- */
/* LINKS */
/* normal links */
a 
	{
   	text-decoration		: none;
   	line-height			: 16px;
	color				: #005482;
	}