BODY
{
	color: #000000;
	background : #FFFFFF;
	text-align: justify;
	font-size : 1em;
	font-family : verdana, geneva, arial, helvetica, sans-serif;
	
	margin: 0px;
/* use a margin so that text doesn't dissapear at edges */
}

.bodyHolder
{
	position: relative;
	overflow: hidden;

	z-index: 1;
	height: 630px;
	width: 1000px;

	margin-left: auto;
	margin-right: auto;

	border-color: #999999;
	border-width: 1px;
	border-style: solid;

}


.banner
{
	position: absolute;
	z-index: 99;

	top: 0px;
	left: 300px;
}

.logo
{
	position: absolute;
	z-index: 99;

	top: 0px;
	left: 780px;
}

.contentStuff
{
	z-index: 1;
	height: 476px;
	width: 857px;

	position: relative;
	top: -96px;
	left: 140px;

	background : #FFFFFF;
	text-align: justify;

/*	border-color: #999999;
	border-width: 1px;
	border-style: solid;
*/
}

.topBar
{
	position: absolute;
	top: 83px;
	left: 0px;
	z-index: 98;
	height: 20px;
	width: 1000px;
	background : #8fbeff;

	text-align: center;
	font-size : 16px;
	font-family : arial, helvetica, sans-serif;
	font-weight:bold;
}


.menuArea
{
	position: relative;
	top: 109px;
	left: 0px;
	z-index: 98;
	height: 172px;
	width: 132px;
/*	border-color: #999999;
	border-width: 1px;
	border-style:solid;
*/
}

.footerBar
{
	position: relative;
	top: 418px;
	z-index: 98;
	height: 32px;
	width: 888px;
	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	
/*	border-color: #999999;
	border-width: 1px;
	border-style:solid;
*/
	font-size : 12px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}


.box1, .box2, .box3, .box4, .box5, .box6
{
	position: absolute;
	z-index: 99;
	height: 25px;
	width: 120px;

	cursor: pointer;

	font-size : 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;

	border-color: #999999;
	border-width: 1px;
	border-top-style:dotted; 
	border-bottom-style:dotted;
	border-left-style: none;
	border-right-style: none;
}

.box1
{
	top: 2px;
	left: 5px;
}

.box2
{
	top: 37px;
	left: 5px;	
}

.box3
{
	top: 72px;
	left: 5px;
}

.box4
{
	top: 107px;
	left: 5px;
}

.box5
{
	top: 142px;
	left: 5px;
}

.box6
{
	top: 177px;
	left: 5px;
}

.box1TagL, .box2TagL, .box3TagL, .box4TagL, .box5TagL, .box6TagL
{
	position: absolute;
	z-index: 99;
	height: 27px;
	width: 5px;
	background : #FF0000;
	display: none;
}

.box1TagL
{
	top: 2px;
	left: 0px;
}


.box2TagL
{
	top: 37px;
	left: 0px;
}


.box3TagL
{
	top: 72px;
	left: 0px;
}


.box4TagL
{
	top: 107px;
	left: 0px;
}


.box5TagL
{
	top: 142px;
	left: 0px;
}

.box6TagL
{
	top: 177px;
	left: 0px;
}


.bodyCentre
{
	font-size:16px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.halfHeight
{
	font-size: 7px;
}

.smallerText
{
	font-size:16px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}

.bodyHead
{
	font-size:18px;
	font-weight:bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.bodyNextPage
{	
	position: absolute;
	z-index: 99;
	top: 450px;
	left: 770px;

	font-size:14px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align:right;
}

.cartArea
{
	position: absolute;
	top: 460px;
	left: 5px;
	height: 100px;
	width:118px;
	border: solid 1px #999999;
	
	display: none;
}

.cTitle, .cBody
{
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
}

.cTitle
{
	font-weight:bold;
	text-align: center;
}

IMG
{
	border: none;
}

.w3cLogo
{
	vertical-align:middle;
	border: 0px;
}


A
{
	text-decoration: none;
	color: #000000;
}

A:hover
{
	color: #5555ff;
}

