body {
	margin:0;
	padding:0;
	width:100%;
	background:#fff;
	min-width:700px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
}
.body td{font-size:.8em;}
a {
	color:#369;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
span.emp{font-size:.9em;color:#660000;font-weight:bold;}
span.gc{color:#999999;font-weight:bold;font-size:2em;}
span.rc{color:#ff0000;font-weight:bold;font-size:2em;}
span.cc{color:#00ffff;font-weight:bold;font-size:2em;}
span.pc{color:#ff6666;font-weight:bold;font-size:2em;}
span:hover{	color:#ffffff;
	background:#336699;
	text-decoration:none;}

.col1 table {font-size:.75em;color:#660000;background:#ccffff;}



h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}

h1{font-size:1.5em;}
h2{font-size:1.3em;}
h3{font-size:1.1em;}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}

p.c1{font-size:1.1em;}


ul,ol,li{    /*font-size:.8em;*/
   margin: .2em;
   padding: .2em; /* set value to desired size */
}
img {
	margin:10px 0 5px;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}

div.header {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	border-bottom:1px solid #000;
      text-align:center;
}
.header p {
	padding:.5em 15px	.2em 15px;
	margin:0;
}
.header h1  {
	padding:.3em 15px;
	margin:0;
}
.header h2  {
	padding:.3em 15px	.7em 15px;
	margin:0;
}
#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background:#ffd8b7;		/* 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:#aff;    	/* Right column background colour */
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 15px 0 415px;
	overflow:hidden;
}
div.col1 {
	width:100%;
	overflow:hidden;
      font-size:1.0em;
      
}

div.col2 {
	float:left;
	width:170px;
	position:relative;
	margin-left:-50%;
	left:215px;
	overflow:hidden;
}


div.footer {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
	border-top:1px solid #000;
      font-size:.9em;
      background:#9cc;
      text-align:center;
}
.footer p {
	padding:.5em 15px;
}

div.col3{
	float:left;
	width:170px;
	position:relative;
	left:15px;
	overflow:hidden;
      font-size:.7em;
      color:#660000;
}

.col3 h1{font-size:1.2em;color:#990000;}
.col3 h2{font-size:1.0em;}
.col3 h3{font-size:.9em;}
.col3 h4{font-size:.8em;}
.col3 p{font-size:.9em;}

.col2 li{font-size:1.2em;}
.col2 h1{font-size:1.2em;color:#990000;}
.col2 h2{font-size:1.09em;}
.col2 h3{font-size:.9em;}
.col2 h4{font-size:.8em;}
.col2 p{font-size:.9em;}


























