body {
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	line-height: 18px;
	color: #286299;
	background-image: url(img/bg.jpg);
	background-repeat:no-repeat;
	background-position: center 0px;
}
a:link {
	color: #cc222a;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #cc222a;
}
a:hover {
	text-decoration: underline;
	color: #cc222a;
}
#container {
	width: 960px;
    text-align: left;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -480px;
}
#navigation {
	text-shadow: 1px 1px 2px #373737;
	font-size:18px;
	padding-left:10px;
	padding-top:5px;
	width:950px;
	height:25px;
}
#navigation a:link {
	color:#FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	color:#eac03a;
	text-decoration: none;
}
#navigation a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#leftPanel {
	orphans: 0;
	width:220px;
	height: 280px;
	padding-left:10px;
	float: left;
	margin-bottom:40px;
	margin-top:20px;
}
#centrePanel {
	margin-left:20px;
	width:460px;
	height:280px;
	float:left;
	margin-bottom:40px;
	margin-top:20px;
}
#rightPanel {
	margin-top:20px;
	width:220px;
	height: 280px;
	margin-left:20px;
	float: left;
	margin-bottom:40px;
	padding-right:10px;
}

#main {
	width:940px;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	background-image: url(img/bg-white-30.png);
}

#footer {
	padding-top: 20px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 940px;
	font-size: 13px;
	vertical-align: middle;
	clear: both;
	background-image: url(img/page-footer-bg.gif);
	background-repeat: no-repeat;
	color: #286299;
}
#footer a:link {
	color:#286299;
}
#footer a:hover {
	color:#286299;
}
#footer a:visited {
	color:#286299;
}
#footer a:active {
	color:#286299;
}
A.menulink {
	display: block;
	width: 150px;
	height: 29px;
	text-align: left;
	text-decoration: none;
	font-family:arial;
	font-size:18px;
	color: #FFFFFF;
	BORDER: none;
	background-image: url(img/nav-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-left: 10px;
	padding-top: 10px;
}
A.menulink:hover {
	background-image: url(img/nav-RO-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.headings {
	font-family: Arial, Helvetica, sans-serif;
	color: #cc222a;
	line-height: 26px;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: -0.03em;
}
.subheadings {
	color: #cc222a;
	font-weight: bold;
}
.whitetext {
	color: #FFFFFF;
	font-size: 13px;
}
