div.widthmax {
max-width:1280px;
width:expression(document.body.clientWidth > 1280? "1280px": "auto" );
}
body {
	margin: 0px;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #003375;
	background-color: #F0F7FC;
}
img {
	border: 0px;
}
h1 {
	text-transform: uppercase;
	font-size: medium;
	padding-top: 10px;
	padding-bottom: 0px;
}

/* links =================================================================== */
a {
	color: #F00;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* rounded background ====================================================== */
.elementLeft {
	background-image: url(roundbg/lefttween.gif);
	background-repeat: repeat-y;
}
.elementRight {
	background-image: url(roundbg/righttween.gif);
	background-repeat: repeat-y;
}
.elementTop {
	background-image: url(roundbg/toptween.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.elementBottom {
	background-image: url(roundbg/bottomtween.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.elementTitle {
	background-image: url(title-underline.gif);
	background-repeat: repeat-x;
}
.elementTitlePale {
	background-image: url(title-underline-palebg.gif);
	background-repeat: repeat-x;
}
.elementBody {
	background-color: #E1F3FF;
	padding-left: 8px;
}

/* content layout =========================================================== */
.nav {
	background-image: url(topBanner.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 304px;
	text-align: left;
}
.mainContent {
	padding: 20px;
	text-align: justify;
}
.leftElement {
	margin-left: 40px;
	margin-right: 20px;
	text-align: justify;
}
.rightElement {
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}
.footer {
	background-image: url(footer.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 220px;
}
.footerContent {
	text-align: left;
	padding-top: 50px;
	padding-left: 60px;
	font-size: x-small;
}
.designedBy {
	text-align: right;
	position: relative;
	top: 60px;
	right: 18px;
	font-size: x-small;
}
.centred {
	text-align: center;
}
