
	/***************************************************************************
	 * Copyright © 2002-2003 Mark Reeves all rights reserved
	 *
	 * Version 6
	 * Contact markreeves@onetel.net.uk
	 ***************************************************************************/

/*
 * please note: changes to this file are not covered under ANY support arrangements
 */
	
body{
	margin:5px;
	font-family:arial,sans-serif;
	font-size:12px;
	background-color: #C0C0C0;
	color:#000000;
	}
p,td{
	font-family:arial,sans-serif;
	font-size:12px;
	color:#000000;
	}
/* used for the editor background, should match your body tag for font and
 * background unless bgcolor overridden by fTab below */
.wEdit{
	font-family:arial,sans-serif;
	font-size:12px;
	background-color:white;
	color:#000000;
/*leave these three */
	width:100%;
	height:400px;
	overflow:scroll;
	}
/* the main table which makes the framework fo the site, can usually be left
 * empty unless you want a body colour and a white content background*/
table.fTab{background-color:#ffffff;}

h1,h2,h3,h4,h5,h6{
	color:#000066;
	font-weight:bold;
	}
h1{font-size:20px;}
h2{font-size:18px;}
h3{font-size:16px;}
h4{font-size:14px;}
h5{font-size:12px;}
h6{font-size:10px;}

img{border:0px;}
img.edged{border:1px solid #000066;}

/* this is the text fill for the masthead, by default holds the site name */
.topHead{
	display:none;
	}
/* this is the box the top head goes in */
.masthead{
	height:73px;
	background:url(../pix/ips.jpg) 0px 0px fixed no-repeat #ffffff;
	vertical-align:middle;
	text-align:center;
	}
/* left coloumn - usually where the navigator goes */
td.left{
	width:144px;
	/*border-left:1px solid #000066;*/
	background-color: #E6E9ED;
	}
/* main content cell */
div.contentcell{
	padding-left:5px;
	padding-bottom:15px;
	overflow:hidden;
	with:600px;
}
img{border:0px}
img.edged{border:1px solid #000000;}
/*
 * .foot pertains to text
 * td.foot pertains to the box around it
 */
.foot{
	font-size:9px;
	color:#333333;
	padding:2px;
	}

td.foot{
	border-top:1px solid #000066;
	border-bottom:1px solid #000066;
	border-left:1px solid #000066;
	border-right:1px solid #000066;
	background-color: #E6E9ED;
	}

/* LINKS */
a:link{color:#000066;}
a:visited{color:#000066;}
a:hover{color:#990000;}
a:active{color:#990000;}

/* footer links */
a.foot{
	font-size:9px;
	/*text-decoration:none;*/
	}
a.foot:link{color:#333333;}
a.foot:visited{color:#333333;}
a.foot:hover{color:#990000;}
a.foot:active{color:#990000;}

/* breadcrumbs */
.bc{display:none;
	color:#999999;
	font-weight:bold;
	font-size:10px;
	}
a.bc{display:none;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	}
a.bc:link{color:#999999;}
a.bc:visited{color:#999999;}
a.bc:hover{color:#990000;text-decoration:underline}
a.bc:active{color:#990000;}

.searchLabel{font-size:9px; background:transparent; color:#333333;}
.searchBox{font-size:9px; background-color:#ffffff; color:#333333;}
.searchButton{background:transparent;color:#333333;font-size:9px;}
