/* CSS Document */

img, form, fla {
	border: 0;
	margin: 0;
}

body {
	background-color: #DFFFFF;
	padding: 0px;
	margin: 10px auto;

	width: 940px;
	font: normal 11px/14px Arial, Helvetica, sans-serif;
}
	/* report broken and ratings popups */
.popupsBody {
	margin: 0 auto;
}

.maintable {
	width: 940px;
}
	/* table cells left and right of main column */
.leftcol, .rightcol {
	width: 206px;
	vertical-align: top;
}

	/* centre column in 3 col design */
.bodycol-small {
	width: 528px;
	background-image: url(../image3/MID-col-bg-strip.gif);
	overflow: hidden; /* for tests */
}

	/*  */

.main-banner {
	width: 940px;
	height: 131px;
	background-image:url(../image3/banner-top-main.jpg);
}

	/* image in rounded header */
.headerimg {
	margin-top: 16px;	/* 16 px max */
	margin-left: 19px;
	padding-right: 10px;
	float: left;
}
	/* text in rounded header */

.headertxt {
	position: relative;
	top: 18px;

	font: italic bold 20px Arial, Helvetica, sans-serif;
	color: #1F98F1;
	text-transform: capitalize;
}


	/* MIDDLE COLUMN in 3 col design */

.mid-top-header-3col {
	width: 528px;
	height: 43px;
	background-image:url(../image3/MID-col-top-BLANK.png);	
}

.mid-bot-3col {
	width: 528px;
	height: 23px;
	background-image:url(../image3/MID-col-bot.png);
}

.mid-bot-2col {
	width: 734px;
	height: 30px;
	background-image:url(../image3/MID-col-bot-big.png);
}

	/* MIDDLE COLUMN in 2 col design */

.bodycol-big {
	width: 734px;
	background-image: url(../image3/MID-col-bg-strip-big.gif);
}

.top-header-2col {
	background-image: url(../image3/MID-col-top-big.png);
	width: 734px;
	height: 43px;
	vertical-align: top;
}

	/* pads for 2 col design to nip content into middle (yes, a padding value could have been used) */

td.main-left-pad {
	width: 12px;
}
td.main-right-pad {
	width: 12px;
}

	/* NAV BUTTONS ABOVE HEADER */

.top-nav-div {
	width: 940px;
	height: 41px;
	background-image: url(../image3/banner-top-buttons.png);
}
.top-nav-div-no-buttons {
	width: 940px;
	height: 41px;
	background-image: url(../image3/banner-top-no-buttons.jpg);
}
.nav-buttons {
	position: relative;
	top: 0px;
	left: 5px;
	height: 41px;
}
	/* table-cell is not good enough for IE */
.nav-buttons a {
	display: block;
	float: left;
}

.homelink {
	width: 149px;
	height: 41px;
	background: none;
}
.homelink:hover {
	background-image: url(../image3/btns/home-on.png);
}
.howworkslink {
	width: 147px;
	height: 41px;
	background: none;
}
.howworkslink:hover {
	background-image: url(../image3/btns/how-works-on.png);
}
.competitionlink {
	width: 135px;
	height: 41px;
	background: none;
}
.competitionlink:hover {
	background-image: url(../image3/btns/competition-on.png);
}
.faqlink {
	width: 73px;
	height: 41px;
	background: none;
}
.faqlink:hover {
	background-image: url(../image3/btns/faq-on.png);
}
.contactlink {
	width: 125px;
	height: 41px;
	background: none;
}
.contactlink:hover {
	background-image: url(../image3/btns/contact-us-on.png);
}
.logofflink {
	width: 84px;
	height: 41px;
	background-image: url(../image3/btns/logoff-off.png);
}
.logofflink:hover {
	background-image: url(../image3/btns/logoff-on.png);
}
.memarealink {
	display: block;

	position:relative;
	top: 62px;
	left: 734px;

	width: 133px;
	height: 68px;
	background-image: url(../image3/btns/memarea-off.jpg);
}
.memarealink:hover {
	background-image: url(../image3/btns/memarea-on.jpg); /**/
}

	/* boxouts */

.col-box {
	width: 206px;
	background-image:url(../image3/cols/col-bg-strip.gif);
}
.col-box-content {
	padding-left: 20px;
	padding-right: 18px;
}

.searchbox {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFF2C1;
	margin: 0px 0px 2px 2px;
	padding: 2px 3px 0px;
	border: 1px solid #616B76;
	display: inline;
	width: 85px;
}