/* For compatibility reasons, hide a text-only version of the
   page.  Any browser that is not CSS-compliant will display it
   first to make it easy to read.  This is also switched on if
   a user needs an accessable version. */
DIV.legacy {
	position:absolute;
	left:0px;
	top:0px;
	width:700px;
	height:500px;
	visibility:hidden;
	overflow:auto;
}


/* Possition all of the graphical elements on screen. */

DIV.index-00 {
	position:absolute;
	left:0px;
	top:0px;
	width:0px;
	height:0px;
}

DIV.index-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:328px;
	height:83px;
}

DIV.index-02 {
	position:absolute;
	left:328px;
	top:0px;
	width:69px;
	height:83px;
}

DIV.index-03 {
	position:absolute;
	left:397px;
	top:0px;
	width:50px;
	height:83px;
}

DIV.index-04 {
	position:absolute;
	left:447px;
	top:0px;
	width:55px;
	height:83px;
}

DIV.index-05 {
	position:absolute;
	left:502px;
	top:0px;
	width:42px;
	height:83px;
}

DIV.index-06 {
	position:absolute;
	left:544px;
	top:0px;
	width:63px;
	height:83px;
}

DIV.index-07 {
	position:absolute;
	left:607px;
	top:0px;
	width:93px;
	height:83px;
}

DIV.index-08 {
	position:absolute;
	left:0px;
	top:83px;
	width:287px;
	height:186px;
}

DIV.index-09 {
	position:absolute;
	left:287px;
	top:83px;
	width:413px;
	height:110px;
}

DIV.index-10 {
	position:absolute;
	left:287px;
	top:193px;
	width:94px;
	height:76px;
}

DIV.index-11 {
	position:absolute;
	left:381px;
	top:193px;
	width:87px;
	height:76px;
}

DIV.index-12 {
	position:absolute;
	left:468px;
	top:193px;
	width:84px;
	height:76px;
}

DIV.index-13 {
	position:absolute;
	left:552px;
	top:193px;
	width:114px;
	height:76px;
}

DIV.index-14 {
	position:absolute;
	left:666px;
	top:193px;
	width:34px;
	height:76px;
}

DIV.index-15 {
	position:absolute;
	left:0px;
	top:269px;
	width:218px;
	height:195px;
}

DIV.index-16 {
	position:absolute;
	left:218px;
	top:269px;
	width:482px;
	height:195px;
}

DIV.index-17 {
	position:absolute;
	left:0px;
	top:464px;
	width:700px;
	height:15px;
}



/* Display the text-only version if visual version not suitable
   for the provided media type. */
@media aural, braille, embossed, tty {

DIV {
	visibility:hidden;
}

DIV.legacy {
	visibility:visible;
	overflow:visible;
}

}