body  {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
dt {
	line-height: 1.8em;
	font-weight: bold;
}
dl {
	margin-left: 3em;
}

dd {
	font-style: italic;
}

a {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
    color: #FF3333;
    text-decoration: underline;
}
.twoColHybLtHdr #container {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
	font-size: 0.9em;
} 
/***** HEADER *****/
.twoColHybLtHdr #header {
	background-image: url(images/latest_tilebg.gif);
} 
.twoColHybLtHdr #masthead {
	background-image: url(images/Header17Mar2057.gif);
	height: 190px;
	background-repeat: no-repeat;
}
.twoColHybLtHdr #mainContent #img-right {
	margin-left: 15px;
	margin-bottom: 10px;
	text-align: right;
}

/* The # announcements and #a_content sections define where special announcements can be made in the header */
.twoColHybLtHdr  #announcements {
	width: 175px;
	height: 185px;
	float: left;
	margin-left: 600px;
	margin-top: 5px;
}
/* This float fixes a bug in IE6 where the first float in a div with an applied margin doubles the margin.
It does not format any visible content in the site. */
.twoColHybLtHdr #spacer-float {
	float: left;
	height: 0px;
	width: 0px;
}

.twoColHybLtHdr  #a_content     {
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
	padding-top: 0px;
	margin-top: 0px;
}
.twoColHybLtHdr   #a_content p     {
	padding: 0;
	margin: 0;
	font-size: 0.8em;

}
.twoColHybLtHdr    #a_content  h1     {
	padding: 0;
	color: #FF3333;
	font-size: 0.9em;
	margin-bottom: 3px;
	margin-top: 0px;

}
.twoColHybLtHdr   #menu    {
	margin: 0 auto;
	width: 660px;
}


/***** NAVIGATION *****/
.twoColHybLtHdr #nav {
	background-color: #1A1A1A;
	height: 26px;
	width: 100%;
}
/***** MIDDLE *****/
.twoColHybLtHdr #middle {
	padding: 0;
	clear: both;
	background-color: #E2E0DC;
	margin-top: 0px;
}
.twoColHybLtHdr #leftCol {
	padding: 1em 0 1em 0;
	width: 14em;
	float: left;
}
.twoColHybLtHdr #leftCol ul {
	list-style-type: square;
	list-style-image: url(SpryAssets/SpryMenuBarRight.gif);
	padding-left: 1em;
	margin-left: 1em;
}

.twoColHybLtHdr #rightCol {
	padding: 0.5em 0 0.5em 0;
	width: 14em;
	float: right;
	margin: 0;
}
.twoColHybLtHdr #leftCol h3, .twoColHybLtHdr #leftCol p, .twoColHybLtHdr #rightCol h3, .twoColHybLtHdr #rightCol p {
	margin-right: 0.63em;
	margin-bottom: 1em;
	margin-left: 0.5em;
	font-size: 1.2em;
	margin-top: 0.2em;
}
.twoColHybLtHdr #mainContent {
	margin: 0 14em 0 14em;
	padding: 0.8em 1em 4em 1em;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	position: relative;
	background-color: #FFFFFF;
} 
.twoColHybLtHdr   #mainContent   ul  {
	margin-left: 1em;
	padding-left: 0em;
}

.twoColHybLtHdr #mainContent p {
	line-height: 1.2em;
	text-align: justify;
}
.twoColHybLtHdr  #mainContent  h1 {
	/*color: #9F7C48;  --This was the old gold colour */
	font-size: 1.75em;
	font-variant: small-caps;
	color: #465926;
}
.twoColHybLtHdr   #mainContent   h2 {
	/*color: #9F7C48;*/
	font-size: 1.4em;
	font-variant: small-caps;
	color: #465926;
}
.twoColHybLtHdr    #mainContent    h3 {
	/*color: #8D6F41;*/
	font-size: 1.2em;
	font-weight: bold;
	font-variant: small-caps;
	color: #465926;
}
/***** FOOTER *****/
.twoColHybLtHdr #footer {
	margin: 0;
	padding: 0;
	width: 100%;
	/*	height: 3em; */
	position: absolute;
	bottom: 0;
	background-color: #1A1A1A;
	color: #C09B64;
} 
.twoColHybLtHdr #footer p {
	margin: 0;
	padding: 0.63em 0;
	text-align: center;
	font-size: 80%;
}
.clearfloat {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 0px;
}
