body, div, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: white;
}

body {
	text-align: center
}

.button	{
	border: 1px solid #ffff00;
	font-weight: bold;
	text-align: center;
}
.button-Over { background-color: #f5a300; border: 1px solid #FFFF00;  }

H1 {
	font-size: 150%;
    MARGIN-TOP: 3px;
    MARGIN-BOTTOM: 3px;
	padding-bottom: 0.5ex;
	border-bottom: 2px inset #ECE9D8;	/* Mimic HR tag (approx) */
}

H2 {
	font-size: 130%;
	margin-top: 3ex;
	margin-bottom: 1ex;
}

H3
{
    MARGIN-TOP: 3px;
    MARGIN-BOTTOM: 3px
}

H4
{
    MARGIN-TOP: 3px;
    MARGIN-BOTTOM: 3px
}

H5
{
    MARGIN-TOP: 3px;
    MARGIN-BOTTOM: 3px
}

ul { MARGIN-TOP: 3px; MARGIN-BOTTOM: 3px }

A:link
{
    COLOR: white;
}
A:visited
{
    COLOR: #FFFFCC;
}
A:active
{
    COLOR: #FFFF00;
}
A:hover
{
	color: #f5a300;
	TEXT-DECORATION:none
}

.pageContainer {
	margin: 0 auto;
	width: 772px;
	background-color: #009933;
}

.pageMain {
	text-align: center;
	padding: 15px;
}

.navBar {
	float: left;
	width: 139px;
}

.pageHeading {
	float: right;
	width: 603px;
	vertical-align:	top;
	text-align: left;
}

.contentPanel {
	float: right;
	width: 573px;
	vertical-align: top;
	text-align: left;
	margin-left: 30px;
	margin-top: 10px;
}

.glcTitle {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	margin-top: 1ex;
	margin-bottom: 2ex;
}

.glcEmail {
	float: left;
	margin-left: 30px;
}

.utilityMenu {
	float: right;
	text-align: right;
	font-size: 90%;
	font-weight: bold;
}

div.latestNewsHeading {
	font-weight: bold;
	margin-top: 1ex;
}

div.ruleUnder {
	font-size: 1.4ex;
	border-bottom: 2px inset #ECE9D8;	/* Mimic HR tag (approx) */
	margin-bottom: 3ex;
	clear: both;
}

div.ruleBetween {
	font-size: 1.4ex;
	border-bottom: 2px inset #ECE9D8;	/* Mimic HR tag (approx) */
	margin-bottom: 1.5ex;
	clear: both;
}

.colMain {
	float: left;
	width: 69%;
}

.colSecond {
	float: right;
	width: 28%;
	margin-left: 2%;
	padding-bottom: 1.5ex;
}

div.footer {
	clear: both;
	float: none;
	width: 100%;
	line-height: 4ex;
	font-size: 10px;
	color: white;
	background-color: black;
	text-align: center;
}

.footnote {
	font-size: 80%;
	margin-top: 1ex;
}

.contact {
	margin-left: 12ex;
	text-indent: -12ex;
}

.labelWhatsOn {
	font-size: 127%
}

.highlight {
	color: yellow;
	font-weight: bold;
}

.highlight A:link
{
    COLOR: yellow;
		text-decoration: none;
		border-bottom: 1px solid yellow;
}
.highlight A:visited
{
    COLOR: yellow;
		text-decoration: none;
		border-bottom: 1px solid yellow;
}
.highlight A:active
{
    COLOR: #FFFF00;
		text-decoration: none;
		border-bottom: 1px solid #FFFF00;
}
.highlight A:hover
{
		color: #f5a300;
		TEXT-DECORATION: none;
		border-bottom: none;
}
