html, body{
	height:100%;
	padding:0;
	margin:0;
} 

img {
/*  IE will display space under an image without this declaration   */
	display: block;
	border: none;
}

body p {
/*	margin and padding to 0 for mozilla to display like IE6  */
	margin: 0;
	padding: 0;  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal;
	color: #000000;
}  

/*  for links that appear in the content area  */
#centreContent a:link {
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}
#centreContent a:hover {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
	background-color: #F2F5F7;
}
#centreContent a:visited {
	font-weight: bold;
	color: #663399;
	text-decoration: underline;
} 
#centreContent a:visited:hover {
	font-weight: bold;
	color:  #666666;
	text-decoration: underline;
}  

h1 {
/* margin and padding to 0 for mozilla to display like IE6 */
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000066;
	text-transform: capitalize;
	background-color: #E5EAF5;
	padding-left: 5px;
}
h2 {
/* margin and padding to 0 for mozilla to display like IE6 */
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000066;
}
h3 {
/* margin and padding to 0 for mozilla to display like IE6 */
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
}

form .grey {
	background-color: #f2f2f2;
}

input, select, textarea { 
	color: #333333; 
	font-family: Tahoma, Verdana, Arial; 
	font-size: 1.1em;
}


ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: normal;
	color: #333333;
}

.oldBrowsers {
	display: none;
}

.boldBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 11pt;
	line-height: 1.4;
}
.boldBlue2 {
	color: #000066;
}

.faqTitleBG {
	background-color: ccd6eb;
}
.faqContent {
	padding-top: 10px;
	padding-bottom: 20px;
}

* html #FP_Header {  /* for IE as IE treats height as min-height anyway */
	position: relative;
	top: -2px;
	left: -5px;
	padding-top: 7px;
	padding-left:0px;
	background: url(../images/Layout/fp_title_BG.jpg) repeat-x;  
	height: 37px;
} 
#FP_Header {
	padding-top: 7px;  /* center text in div, determine height  */
	padding-left: 3px;
	background: url(../images/Layout/fp_title_BG.jpg) repeat-x;  
	height: 30px;
}
.FP-H2 {
	background-color: #F1F1ED;  
	padding: 3px;
}
* html .FP-H2-Bottom {
	background-color: #FFFFEB;  
	padding-left: 7px;
}
.FP-H2-Bottom {
	background-color: #FFFFEB;
	padding: 2px;
	padding-left: 8px;
/*	background: url(../images/Layout/fp_bottom_BG.jpg)  */
}

#fp_NS_Services {
	border: 2px dashed #CCD6EB;
	border-left: 4px solid #006699;
	padding: 2px;
	padding-left: 10px;
}
#fp_WD_Services {
	border: 2px dashed #CCD6EB;
	border-left: 4px solid #006699;
	padding: 2px;
	padding-left: 10px;
}

#currentSpecials {
	padding: 5px;
	text-align:center;
}
#currentSpecialsInner {
	margin: 0 auto;  /*  "auto" will center the DIV as dictated by outer DIV  */
	width: 393px;
	border: 1px dashed #CCD6EB;
}
#specialsHeader {
	background-image:url(../images/Layout/nav_bg_2.gif);
	padding-left: 10px;
}

#makeHomePage {  /* a Javascript detects the browser and a "Make home page link appears for IE ONLY */
	position: relative;
	width: 300px;
	float: right;
	margin-right: 10px;
	margin-top: 6px;
	height: 100px;
}

* html #outer{  /*for IE as IE treats height as min-height anyway*/
	height:100%
} 
#outer{
	min-height:100%;
/*	margin-left:180px;  WIDTH OF LEFT COLUMN  */
	margin-right:170px;  /* WIDTH OF RIGHT COLUMN  */
	background:#FFFFFF;  /* CENTER BG COLOUR  */
	margin-bottom:-52px;
	color: #000000;  /* TEXT COLOUR of all text in OUTER DIV */
}

#centreContent {
	padding-right: 5px;  
	padding-top: 8px;    
}

#header{
	display: none;
}

#left {
	display: none;
}


#right {
	position:relative; /*ie needs this to show float */
	width: 170px;
	float: right;
	margin-right: -169px; /*must be 1px less than width otherwise won't push footer down in IE*/
	left: 1px;
}

* html #rightColumnAddress {  /* IE ONLY  */
	background-color: #FFFFFF;
	width: 161px;
	border: 1px solid #CCCCCC;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-right: 3px;
	margin-bottom:10px;
}
#rightColumnAddress {
	margin-left: 3px;
	background-color: #FFFFFF;
	width: 161px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-bottom:10px;
}

#footer {
	display: none;
}

#clearfooter { /*needed to make room for footer*/
	clear:both;height:40px;
}
* > html #clearfooter { /* ie mac styles */
	float:left;
	width:100%;
}
div,p  {  /*clear top margin for mozilla*/
	margin-top:0
}
* html #centrecontent {  /* combat IE's 3 pixel jog */
	height:1%;
	margin-bottom:12px
}
#centrecontent {
	position:relative;
	z-index:1
}


.FooterText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: normal;
	color: #000000;
}  
a.FooterText:link {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}
a.FooterText:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #663399;
	text-decoration: underline;
}
a.FooterText:hover, a.FooterText:visited:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#MainNav {
	display: none;
}

.akey {
	text-decoration: underline;
}

s