/* Matthews 3 colomn css SEO friendly 170 170 */
body {
	margin:0;
	padding:0;
	width:100%;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:90%;
}
P {
 font-size: 10pt;
 color: black;
	margin:.4em 0 .8em 0;
	padding:0;
}
P a {
 color: blue;
 text-decoration: none;
 font-weight: bold;
}
P a:hover {
 color: red;
}
h1, h2, h3 {
	margin:.4em 0 .2em 0;
	padding:0;
	color: #006600;
}
img {
	margin:10px 0 5px;
}
#header {
  float:left;
  width:100%;
  background:#DAE0D2 url("img/bagg.gif") repeat-x bottom;
  font-size:90%;
  line-height:normal;

  }
#header ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#header li {
  float:left;
  background:url("img/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#header a {
  float:left;
  display:block;
  background:url("img/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#333;
  }
#header #current {
  background-image:url("img/left1.gif");
  }
#header #current a {
  background-image:url("img/right1.gif");
  color:#333;
  padding-bottom:5px;
  }
}
#header div {
 margin-bottom:20px;
  }

#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:780px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background:#fff;		/* Left column background colour */
}
#colmid {
	float:left;
	width:200%;
	position:relative;
	left:200px;
	background:#fff;    	/* Centre column background colour */
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-400px;
	background:#fff;    	/* Right column background colour */
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 15px 0 415px;
	overflow:hidden;
}
#col1 {
	width:100%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:170px;
	position:relative;
	margin-left:-50%;
	left:215px;
	overflow:hidden;
}
#col3 {
	float:left;
	width:170px;
	position:relative;
	left:15px;
	overflow:hidden;
}
#footer {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
	border-top:1px dashed #666;
}
#footer p {
	padding:.5em 15px;
}
.grey {color: #666;
}
.red {color: #C33;
}
.indryk {
margin-left: 20px;
}



























