/* CSS Document */

body {
margin: 0px auto;
padding: 0;
text-align: center; /* hack to force I5.x pc to centre text box div */
background-image:url(../images/background/astroturf2.jpg)
}
.floatimgleft {
float:left;
margin-right: 10px;
margin-bottom: 10px;
}
.floatimgright {
	float:right;
	margin-left: 10px;
	margin-bottom: 2px;
}
.bodytext {
	font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #0033CC;
}
.bodytextbold {
	font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #0033CC;
}
.bodytextboldbg {
	font-family: Helvetica, Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #0033CC;
}
#container {
	margin-right: 10%;
	margin-left: 1%;
	width: 860px;
	position: relative;
}
