@charset "UTF-8";

#cols {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	margin-top: -10px;
}


div.col {
	float: left;
	color: #ffffff;
	width: 160px;
}

div.coltitle {
	border-top: thin solid #FFFFFF;
	font-weight: bold;
	height: 20px;
	margin-right: 6px;	
	padding: 5px;
	border-bottom: 2px solid #FFFFFF;
}

div.colbody {
	padding: 5px;
	height: 1000px;
	margin-right: 6px;

}

#col1 {
	position: absolute;
	left: 10px;
	top: 0px;
}

#col2 {
	position: absolute;
	left: 170px;
	top: 0px;
}

#col3 {
	position: absolute;
	left: 330px;
	top: 0px;
}

#col4 {
	position: absolute;
	left: 490px;
	top: 0px;
}

#col5 {
	position: absolute;
	left: 650px;
	top: 0px;
}

#col1title {
	background-color: #003F59;
	border-bottom:solid;
	border-bottom-color:#FFFFFF;
}

#col1body {
	background-color: #003F59;
	top: 0px;
	height: 739px;

}

#col2title {
	background-color: #daecf8;
	color: #000000;
}

#col2body {
	background-color: #ffffff;
	color: #000000;
	padding: 0px;
	height: 830px;
}

#col3title {
	background-color: #003F59;
}

#col3body {
	background-color: #003F59;
	height: 820px;

}

#col4title {
	background-color: #daecf8;
	color: #000000;
}

#col4body {
	background-color: #ffffff;
	color: #003F59;
	height: 820px;

}

#col5title {
	background-color: #003F59;
}

#col5body {
	background-color: #003F59;
	height: 820px;

}

.colourBox  p {
	font-weight: normal;
}

.colourBox {
}

.colourBox1 {
	background-color: #FF3300;
	border-bottom-color:#FFFFFF;
	border-bottom-style: solid;
	padding: 5px;

}

.colourBox2 {
	background-color: #FF9900;
	border-bottom-color:#FFFFFF;
	border-bottom-style: solid;
	padding: 5px;

}


.colourBox4 {
	background-color: #ffffff;
	padding: 5px;
	height: 228px;
}


.col2inlinetitle {
	background-color: #daecf8;
	border-bottom-color:#ffffff;
	border-bottom-style: solid;
	padding: 5px;
}

p.tippercentage {
color: #ffffff;
background-color:#003F59;
width: 154px;
font-size: 78px;
font-weight: bold;
margin-bottom: -9px;
margin-top: -9px;
}


.clearBoth {
	float: none;
	clear: both;
}


#cols a {
	font-weight: bold;
}

#col1body a {
	color: white;
}
#col2body a {
	color: black;
}
#col4body a {
	color: black;
}
#col3body a {
	color: white;
}
#col5body a {
	color: white;
}

#cols ul li {
	list-style: none;
	color: red;

}

#cols img {
display: block;
    margin-left: auto;
    margin-right: auto
}

#cols p {
	line-height: 1.25;
}
