body,
html{
	margin:0;
	padding:0;
	font-family: Verdana, Georgia, serif;
	font-size: 12px;
	color: #003366;
	background:#fff  url(../images/icl-header-slice-right.jpg) repeat-x;	
}


/* SET BACKGROUNDS (header-right background is set in HTML above)*/
#header-left {
   width: 50%;
   height: 236px; /*has to be the height of header */
   position: absolute;
   top: 0;
   left: 0;
   background: transparent url(../images/icl-header-slice-left.jpg) repeat-x;
} 
#middle-right {
   width: 100%;
   position: absolute;
   top: 236px;
   left: 0;
   height:326px;
   background: transparent url(../images/icl-middle-slice-right.jpg) repeat-x;
} 
#middle-grey {
   width: 100%;
   position: absolute;
   top: 562px;
   background: transparent url(../images/icl-middle-slice-bottom-grey.jpg) repeat-y;
}
#middle-navy {
   width: 100%;
   position: absolute;
   top: 562px;
   background: #0E3877;
}
#middle-left {
   width: 50%;
   position: absolute;
   top: 236px;
   left: 0;
   height:326px;
   background: transparent url(../images/icl-middle-slice-left.jpg) repeat-x;
} 


/* CONTENT POSITIONING */
#header-content {
        position: relative;
        z-index: 1;
} 
#middle-content {
        position: relative;
        z-index: 1;
} 


/* FOOTER */
div#footerwrap {
	position:absolute;
	bottom:0;
	left:0;
	height:18px;
	margin-bottom:-1px;
	font-size: 9px;
}
td#footer {
	font-size: 9px;
	color: #CCCCCC;
}
td#footer a {
	color:#CCCCCC;
}
div#footer p {
	margin: 0;
	padding: 0;
	text-align: left;
}

/* LICORICE ALLSORTS */
h1 {
	font-size:24px;
	text-align:left;
	padding:0;
	margin-bottom:5;
	color:#003366;
	font-family: Verdana, Georgia, serif;
	font-style: italic;
}
h2 {
	font-size:16px;
	font-weight: bold;
	color:#C8352D;
	padding-top:1em;
	padding:10;
	margin:0;
}
h3 {
	font-size:13px;
	font-weight: bold;
	color:#003366;
	padding-top:1em;
	padding:4;
	margin:0;
}
h3#contactus {
	color:#C8352D;
}
 
p {
	margin-bottom:0;
	font-size:11px;
}
ul {
	font-size:11px;
	line-height:1.4em;
}

td#h1gap {
	 height: 20px;
 }
 

A { text-decoration:none;}
A:link	{color:blue;}
A:visited{color: blue;}
A:hover	{color: #ffffff;background-color:none;}

