/* colours
EF8726
E4342B
BDBC00 lime green
009C95 green
A19C96 grey
CCEBEA pale green
*/
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #E3E1DF;
	text-align: left;
}
div.nav {
	text-align: left;
	height: 44px;
	border-bottom: 1px solid #009C95;
	padding: 0 28px 0 68px;
	margin: 0;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.nav a:link, .nav a:visited {
	color: #A19C96;
	text-decoration: none;
	background: url(_images/nav-up.png) no-repeat left center;
	padding: 0 0 0 22px;
	margin: 0 0 0 10px;
	font-size: 11px;
	font-style: normal;
	line-height: 40px;
	font-weight: normal;
	font-variant: normal;
}
.nav a:hover, .nav a:active {
	background: url(_images/nav-over.png) no-repeat left center;
	color: #BDBC00;
	text-decoration: none;
}
.selected a:link, .selected a:visited, .selected a:hover, .selected a:active {
	background: url(_images/nav-over.png) no-repeat left center;
	color: #BDBC00;
	text-decoration: none;
}
h1 {
	color:#A19C96;
	margin: 18px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
}
.home {
	font-size: 46px;
	color: #009C95;
	font-weight: bold;
	margin-bottom: -5px;
}
.hmWebcast {
	float: right;
}
.hmArticle {
	background: url(_images/hm-article.png) no-repeat;
	width: 600px;
	height: 117px;
	clear: both;
	padding: 1px 0 0;
	margin: 0;
}
.hmArticlelg {
	background: url(_images/hm-articlelg.png) no-repeat;
	height: 137px;
}
.hmArticle h3 {
	font-size: 16px;
	color: #009C95;
	padding: 0 15px 0 65px;
}
.hmArticle p {
	padding: 3px 25px 0 65px;
	font-size: 11px;
}
.dot {
	border-bottom: 2px dotted #009C95;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
h2 {
	color:#A19C96;
	margin-top: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
}
h3 {
	color: #009C95;
	margin: 16px 0 -10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
}
h3 a:link, h3 a:visited {
	color: #BDBC00;
	margin-bottom: -14px;
}
h3 a:hover, h3 a:active {
	color: #BDBC00;
	text-decoration: underline;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #A19C96;
	margin: 12px 0px 4px;
	text-align: left;
}
.first {
	color: #009C95;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 26px;
	padding-right: 30px;
}
.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A19C96; 
}
.green {
	color: #009C95;
}
.lime {
	color: #BDBC00;
}
.grey {
	color: #A19C96;
}
a:link, a:visited {
	color: #BDBC00; 
	text-decoration: none;
}
a:hover, a:active {
	color: #BDBC00; 
	text-decoration: underline;
}
.indent {
	margin-left: 40px;
}
.cover {
	float: left;
	position: relative;
	margin: 0 20px 10px 0;
}
.coverSp {
	float: left;
	position: relative;
	margin: 0 20px 0 -20px;
}
.side {
	margin: 80px 0 5px 5px;
	border: 0;
}
.sideSm {
	margin: 65px 0 5px 0;
	border: 0;
}
img {
	border-style: none;
	margin-top: 6px;
}
.issues {
	margin: 0.6em 0px 0.2em;
}
address {
	color: #FFF;
	margin: 10px 0px 20px 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
}
.footer {
	color: #FFF;
	margin: 10px 0px 0px 80px;
	font-size: 12px;
}
.footersm {
	font-size: 9px;
	color: #FFF;
	margin: 0px 0px 0px 80px;
}
#sidebar {
	margin: 20px 0 0 0;
}
#declaration {
	padding: 10px 20px 20px;
	width: 490px;
	background: #FFF;
}
#declaration h2 {
	background: #009C95;
	padding: 10px 20px;
	margin: -10px -20px 0px;
	font-family: Garamond, Georgia, Times, serif;
	color: #FFF;
}
.hidden {
	visibility: hidden;
}
.clear {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.floatleft {
	float: left;
}
