/* CSS Document */

p										{font: 10pt/13pt Tahoma, Verdana; color: #000; margin: 0px; margin-bottom: 14px}
p.h1								{font: 14pt/18pt Tahoma, Verdana; color: #004C80; margin: 0px; margin-bottom: 14px}
p.h2								{font-weight: bold}

p.left							{font: 10pt/20pt Tahoma, Verdana; color: #000; margin: 0px; margin-bottom: 14px; font-weight: bold}
p.head							{font: 8pt/10pt Tahoma, Verdana; color: #A0A0A0; margin: 0px; margin-bottom: 10px}
p.foot							{font: 8pt/10pt Tahoma, Verdana; color: #A0A0A0; margin: 0px; margin-bottom: 10px}
p.right							{font: 8pt/10pt Tahoma, Verdana; color: #000; margin: 0px; margin-bottom: 10px}

/* Framework */
#body								{position: absolute; text-align: center; left: 0px; right: 0px; top: 0px; bottom: 0px; width: 100%; height: 100%;
											z-index: 1; overflow: auto; margin: 0px auto; padding: 0px; border: none}
/* Top bit */
#top								{position: absolute; text-align: center; left: 0px; right: 0px; top: 10px; bottom: auto; width: 700px; height: 175px;
											z-index: 2; overflow: visible; margin: 0px auto; padding: 0px 0px; border: none}
											
#nav								{font-family: Tahoma, Verdana; font-size: 8pt; color: #FFF;
											position: absolute; text-align: left; left: 0px; right: 0px; top: 135px; bottom: auto; width: 680px; height: 25px;
											z-index: 2; overflow: visible; margin: 0px auto; padding: 5px 10px; border: none}
/* Middle bit */

#main								{font-family: Tahoma, Verdana; font-size: 10pt; margin: auto; padding: 0px; border: 0px; color: #000;
											position: absolute; text-align: center; left: 0px; right: 0px; top: 170px; bottom: 0px; width: 680px; height: auto;
											z-index: 3; overflow: visible; margin: 0px auto; padding: 0px 0px; border: none}