@charset "utf-8";
body {
		background: #FFFFFF;
}

.oneColLiqCtr #container {
	width: 100%;  /* this sets the container to 100% of the browser width for print purposes */
	background: #FFFFFF;}

.oneColLiqCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.menu {display:none;} /* this stops the menu printing by containing it in a div tag.



/*SITE.CSS - The following is from site2.css and any changes to that must also be made here,
*/



/* ****************************** COLOURS ****************************** */
.color_red {color:Red}
.color_blue {color:Blue}
.color_tablehead {color:rgb(160, 190, 215)}
.color_darkgrey {color:Gray}


/* ****************************** HEADING STYLES ****************************** */

H1 {
	color: rgb(210, 220, 235);
	font-size: 17pt;
	font-weight: bold;
	margin-left: -0.5pt;
	margin-top: 0pt;
	margin-bottom: 10pt;
	font-family: Verdana, sans-serif;
	background-color : rgb(30, 95, 170);
}

H2 {
	color: rgb(100, 150, 200);
	font-size: 14pt;
	font-weight: bold;
	margin-left: -0.5pt;
	margin-top: 20pt;
	margin-bottom: 10pt;
	font-family: Verdana, sans-serif;
	background-color: rgb(210, 220, 235);
	}

H3 {
	color: rgb(100, 150, 200);
	font-size: 13pt;
	font-weight: bold;
	margin-left: -0.5pt;
	margin-top: 0pt;
	margin-bottom: 5pt;
	font-family: Verdana, sans-serif;
	}

H4 {
	color: rgb(100, 150, 200);
	font-size: 11pt;
	font-weight: bold;
	margin-top: 0pt;
	margin-bottom: 5pt;
	font-family: "Comic Sans MS", serif;
	}


H5 {
	color: rgb(30, 95, 170);
	font-size: 11pt;
	font-weight: bold;
	margin-left: -0.25pt;
	margin-top: 20pt;
	margin-bottom: 10pt;
	font-family: Verdana, sans-serif;
	text-indent : 1pt;
	background-color : rgb(160, 190, 215);
	}

H6 {
	color: rgb(100, 150, 200);
	font-size: 10pt;
	font-weight: bold;
	margin-left: -0.5pt;
	margin-top: 0pt;
	/*margin-bottom increased to 6pt 29/5/06. Was 0pt*/
	margin-bottom: 6pt;
	font-family: Verdana, sans-serif;
	}

/* ****************************** PARAGRAPH STYLES ****************************** */
	
P {
	font-size: 10pt;
	margin-top: 0pt;
	margin-bottom: 6pt;
	font-family: Verdana, sans-serif;
	color: Black;
	}
	
P.Custom {
	font-size: 10pt;
	margin-top: 0pt;
	margin-bottom: 6pt;
	font-family: Verdana, sans-serif;
	color: rgb(50, 100, 155);
	}
	
P.Normal-Indent {
	font-size: 10pt;
	margin-left: 25px;
	margin-top: 0pt;
	margin-bottom: 6pt;
	font-family: Verdana, sans-serif;
	color: Black;
	}
	
P.Normal-Single {
	font-size: 10pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-family: Verdana, sans-serif;
	color: Black;
	}

P.Emphasis1 { 
    color:rgb(30, 95, 170); 
    font-size:10pt; 
    font-weight:normal; 
    margin-left:-0.5pt; 
    margin-top:0pt; 
    margin-bottom:10pt;
    padding: 3pt; 
    font-family:Verdana, sans-serif; 
    background-color:rgb(215, 230, 245); }
	 
P.Emphasis2 { 
    color:rgb(95, 45, 145); 
    font-size:10pt; 
    font-weight:normal; 
    margin-left:-0.5pt; 
    margin-top:0pt; 
    margin-bottom:10pt;
    padding: 3pt; 
    font-family:Verdana, sans-serif; 
    background-color:rgb(235, 230, 240); }

P.TableHeading  {
	font-size: 10pt;
	margin-top: 0pt;
	margin-bottom: 5pt;
	font-family: Verdana, sans-serif;
	color: rgb(30, 95, 170);
	font-weight : bold;
	padding-bottom : 2pt;
	padding-left : 2pt;
	padding-right : 2pt;
	padding-top : 2pt;
	}
	
P.TableText  {
	font-size: 10pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-family: Verdana, sans-serif;
	color: Black;
	}
	
/* ****************************** LINK STYLES ****************************** */

A {
	color: rgb(50, 100, 155);
	}

A:HOVER {
	color: rgb(50, 100, 155);
	background-color : rgb(200, 210, 225);
	}

/* ****************************** LIST STYLES ****************************** */

OL {
	font-size: 10pt;
	margin-left: 30px;
	margin-top: 0pt;
	margin-bottom: 0pt;
	padding-left: 0.0in;
	font-family: Verdana, sans-serif;
	}

UL {
	font-size: 10pt;
	margin-left: 25px;
	margin-top: 0pt;
	margin-bottom: 0pt;
	padding-left: 0.0in;
	font-family: Verdana, sans-serif;
	}

UL UL {
	font-size: 10pt;
	margin-left: 25px;
	margin-top: 0pt;
	margin-bottom: 0pt;
	padding-left: 0.0in;
	font-family: Verdana, sans-serif;
	list-style: square
	}	

UL UL UL {
	font-size: 10pt;
	margin-left: 25px;
	margin-top: 0pt;
	margin-bottom: 0pt;
	padding-left: 0.0in;
	font-family: Verdana, sans-serif;
	list-style: circle
	}	
	
	
	
LI {
	margin-bottom: 6pt;
}
/* ****************************** TABLE STYLES ****************************** */

TD {
	font-size: 10pt;
	vertical-align: top;
	padding: 3pt;
	font-family: Verdana, sans-serif;
}

/* The class below will not display as a single thin border in Dreamweaver's editor
but it will display as 1px in both IE and Firefox. */



Table.thinborder {
border-collapse: collapse;
border-color: rgb(50, 100, 155);
border-style: solid;
border-width: 1px;
}

.thinborder th, td
{
border-color: rgb(50, 100, 155);
border-style: groove;
border-width: 1px;
}



/* ****************************** BUBBLE TEXT STYLES ****************************** 

These have been removed and are now in site_bubble.css

   ****************************** DROPDOWN STYLES ****************************** */

	/*
/div.hideMe {
	display: none;
}

div.showMe {
	display: block;
}
*/
p.toggle {
	font-size: 10pt;
	margin-top: 0pt;
	margin-bottom: 6pt;
	font-family: Verdana, sans-serif;
	color: Black;
}
.hotspot {
	font-family: Verdana, sans-serif;
	text-decoration: underline;
	color: rgb(50, 100, 155);
	cursor: pointer; cursor: hand;}
/* pointer is required for mozilla browsers and must be first. hand is for IE.	*/
 

 
/*.hotspotall {
   color: #FF6600;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	cursor: help;
	font-weight: bold;
} */

