@charset "utf-8";
/* CSS Document */

.introbox {
	background-color: #ffffff;
	width: 650px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: 15px;
	float: left;
	border-right-color: #d2d0b9;
	border-bottom-color: #d2d0b9;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-left-color: #999;
	padding: 20px;
}
.introtitle {
	font-size: 32px;
	padding: 10px;
	font-family: "Arial Black", Gadget, sans-serif;

	font-weight: lighter;
	color: #000066;
}
.introtext {
    font-size: 16px;	
}
.IRleftnavigation {
    width: 205px;
	height: 300px;
    margin: 0;
	padding-top: 22px;
	padding-left: 30px;
	float: left;
    background-color: #ffffff;
}
.IRleftnavigation a {
	display: block;
	width: 185px;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 10px 0px;
	color: #000066;
	font-size: 16px;
	font-weight: bold;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url(../images/left_nav_image2.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	font-style: normal;
}
.IRleftnavigation a:visited {
	color: #000066;
}
.IRleftnavigation a:hover {
	color: #0000cc;
	background-position: right -124px;
}
.LeftRepbox {
	background-color: #ffffff;
	width: 250px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 120px;
	float: left;
}
.LeftReptext {
	float: left;
	position: relative;
	width: 200px;
	margin-top: 0px;
	margin-left: 0px;
}
.CentreRepbox {
	background-color: #ffffff;
	width: 250px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 15px;
	float: left;
}
.CentreReptext {
	float: left;
	position: relative;
	width: 200px;
	margin-top: 0px;
	margin-left: 0px;
}
.RightRepbox {
	background-color: #ffffff;
	width: 230px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 15px;
	float: left;
}
.RightReptext {
	float: left;
	position: relative;
	width: 200px;
	margin-top: 0px;
	margin-left: 0px;
}
