body {
	background: #FFFFFF;
	margin-top: 0px;
	}

/*  BEGIN MENU STYLING  */
#menu {
	width: 160px; /* set width of menu */
	position: fixed;
	top: 31px;
	float:left;
	z-index: 5;
	border: none;
} 

#menu ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
	}

/* style, color and size links and headings to suit */
#menu a {
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #000000;
	background: #FFCC00;
	text-decoration: none;
	text-align: center;
	display: block;
	border-width: 1px;
	border-style: outset;
	border-color: #000000;
	margin: 0;
	padding: 2px 3px;
	}

#menu a:hover {
	color: #CC0000;
	background: #FFE533;
	border-style: inset;
	}

/*   Positioning the pop-outs   */

#menu li { /* make the list elements a containing block for the nested lists */
	position: relative;
	padding: 0;
	} 

#menu ul ul {
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
	}

/*   Hiding and Revealing using :hover   */

div#menu ul ul,
div#menu li:hover ul ul,
div#menu li:hover li:hover ul ul
{display: none;}

div#menu li:hover ul,
div#menu li:hover li:hover ul,
div#menu li:hover li:hover li:hover ul
{display: block; z-index: 5;}

/* END MENU STYLE */

.topper {
	display: inline;
	float: right;
	font-size: medium;
	font-variant: small-caps;
	}

#banner {
	display: block;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 3px 0px 3px 0px;
	text-align: center;
	background-color: black;
	color: #FFE533;
	}

#adbanner {
	display: block;
	position: relative;
	left: 80px;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	margin-top: 0px;
	padding: 3px 0px 3px 0px;
	text-align: center;
	background-color: #FFCC00;
	color: #000000;
	}

#frame {
	display: block;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	padding: 0px;
	}

#header {
	position: relative;
	z-index: 1;
	top: -125px;
	left: 300px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 430px;
	font-family: 'Eras Bold ITC', Arial, Helvetica;
	line-height: 22px;
	color: #000000;
	}

.tagline {
	font-family: 'Eras Medium ITC', Arial, Helvetica;
	font-size: 12pt;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
	}


#gpaa {
	position: fixed;
	top: 320px;
	float: left;
	}

#pix {
	position: relative;
	left: 170px;
	top: 10px;
	width: 590px;
	}

#content1 {
	position: relative;
	left: 170px;
	top: 200px;
	width: 590px;
	}

#content {
	position: relative;
	left: 170px;
	width: 590px;
	}

#notice  {
	display: block;
	position: relative;
	top: 10px;
	width: 580px;
	padding: 6px;
	border: solid #ffcc00 3px;
	}

p {
	text-align: justify;
	padding: 0px 5px 0px 5px;
	}

p.right {
	text-align: right;
	}

h2 {
	font-family: 'Eras Bold ITC', Arial, Helvetica;
	font-variant: small-caps;
	}
	
h3 {
	font-family: 'Eras Bold ITC', Arial, Helvetica;
	font-variant: small-caps;
	}
	
h4 {
	font-family: 'Eras Medium ITC', Arial, Helvetica;
	}
	
h5 {
	font-family: 'Eras Medium ITC', Arial, Helvetica;
	}
	
.center {
	text-align: center;
	}

.pline {
	display: block;
	width: 590px;
	height: 24px;
	background-color: #FFCC00;
	font-family: 'Eras Bold ITC', Arial, Helvetica;
	font-size: 14pt;
	font-weight: 700;
	}

.leftcol {
	float: left;
	text-align: left;
	padding: 0px 5px 0px 5px;
	}

.rightcol {
	float: right;
	text-align: right;
	padding: 0px 5px 0px 5px;
	}

img {
	border: none;
	}

img.x {
	position:relative;
	top: 0px;
	left: 180px;
	z-index: 0;
	}
	
img.pix {
	position: relative;
	border-width: 2px;
	border-style: solid;
	border-color: #FC0;
	}

img.pix- {
	position: relative;
	margin: 0px 20px 0px 0px; 
	float: left;	
	}

table {
	border: black solid 2px;
	}

th {
	background-color: #FFFFFF;
	font-family: 'Eras Bold ITC', Arial, Helvetica;
	font-size: 12pt;
	font-weight: 700;
	border: black solid 1px;
	padding: 0px 15px 0px 10px;
	text-align: center;
	}

td {
	background-color: #FFCC00;
	font-family: 'Eras Medium ITC', Arial, Helvetica;
	font-size: 10pt;
	font-weight: 500;
	border: black solid 1px;
	padding: 0px 15px 0px 10px;
	}

td.wht {
	background-color: #FFFFFF;
	font-family: 'Eras Medium ITC', Arial, Helvetica;
	padding: 3px 3px 3px 3px;
	}

.sup {
	vertical-align: super;
	font-size: xx-small;
	font-weight: 700;
	}

.sub {
	vertical-align: sub;
	font-size: xx-small;
	font-weight: 700;
	}

.pixl {
	border: #FC0 solid 2px; margin: 0px 20px 10px 0px;
	float: left;
	}

.pixr {
	border: #FC0 solid 2px; margin: 0px 0px 10px 20px; 
	float: right;
	}

dd	{
	text-indent: 20px;
	}

table.pumpchart {
	border-style: none solid none none;
	background-color: none;
	}

td.pumpchart {
	text-align: center;
	width: 92px;
	background-color: #C0C0C0;
	}

td.pumpchartb {
	text-align: center;
	width: 92px;
	font-weight: 700;
	background-color: #FFFFFF;
	border-style: none solid none solid;
	padding: 5px 0 5px 0;
	}

td.pumpchartc {
	text-align: center;
	width: 92px;
	font-weight: 700;
	background-color: #FFFFFF;
	border-style: none solid none none;
	}

a:link.lang {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 10pt;
	text-decoration: none;
	color: #FFE533;
	}
a:visited.lang {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 10pt;
	text-decoration: none;
	color: #FFE533;
	}
a:hover.lang {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 10pt;
	text-decoration: none;
	color: #FFE533;
	}
