/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
	color: #333;
	background-image: url(../images/bodybg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #eaeaea;
}
#topnavcontainter {
	background-image: url("../images/redgradient.gif");
	background-repeat: repeat-x;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 955px;
}
#topnav {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 70px;
	margin-bottom: 40px;
}
#search {
	float: right;
	margin-right: 15px;
	margin-top: 30px;
	right: 8px;
	text-align: left;
}
#rightnav {
	width: 250px;
	float:right;
}
#culogo {
	float: left;
	height: 67px;
	width: 344px;
	margin-left: 20px;
	margin-top: 15px;
}
#mainnav {
	height: 32px;
	background-image: url(../images/tabs_bg.gif);
	background-position: 0px 100%;
	background-repeat: repeat-x;
}
div#contentwrap {
	overflow:hidden;
	background-image: url(../images/contentbg.gif);
	background-repeat: repeat-y;
}
#content {
	width: 705px;
}
#footer {
	width:955px;
	color:#666666;
	text-align:left;
	font-size:95%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	background-color: #FFF;
	height: 150px;
	padding-top: 20px;
}
.copyright {
	background-image: url("../images/footerbg.gif");
	background-repeat: no-repeat;
	font-size: 120%;
	height: 66px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 884px;
}
.copyright li {
	display: inline;
	font-size: 11px;
	margin: 0 9px 0 0;
}
.copyright a {
	color: #014e9e;
	text-decoration: none;
}
.copyright li a:hover {
	color: #d23804;
	text-decoration: underline;
}
.legal {
	margin-left: auto;
	margin-right: auto;
	width: 560px;
	margin-top: 10px;
}
/* Top Utility*/



#utilityblock {
	float: right;
	top: 0px;
	width: 330px;
	text-align: right;
	position: relative;
	padding-top: 8px;
}
#utility {
	top: 0px;
	width: 300px;
	text-align: right;
	float: right;
}
#utility ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
#utility ul li {
	border-right: 1px solid #dfdfdf;
	font-size: 90%;
	display: inline;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
#utility ul li.last {
	padding-right: 22px;
	border: 0;
	margin-left: 0px;
}
#utility ul li a {
	padding-bottom: 1px;
	text-decoration: none;
	color: #FFF;
}
#utility ul li a:hover {
	text-decoration: underline;
}
#pagetitle {
	background-color: #123768;
	height: 60px;
	text-align: left;
	background-image: url(../images/managementimg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	/* [disabled]margin-top: 15px; */
}

.img-centred {
	margin: auto;
	display: block;
}

