body {
	width: 980px;
	background-color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.166em;
	color: #000000;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#mainbanner {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 165px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(graphics/DLDbanner.png);
}
#mainlogo {
	height: 140px;
	width: 910px;
	position: absolute;
	padding: 0px;
	background-image: url(graphics/bannerlogo.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 35px;
}
#mainwebring {
	margin-top: 120px;
	margin-left: 390px;
	position: absolute;
}

/* Global Navigation */
#globalNav{
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-size: 90%;
	text-align: center;
}
#globalNav a {
	padding-right: 0.25em;
	padding-left: 0.25em;
}
/* End of Global Navigation */
#mainbody {
	width: 100%;
	padding-left: 5px;
}
#mainfooter {
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: 20px;
	color: #666666;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	clear: both;
	margin-top: 20px;
}
a:link, a:visited, a:hover {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FF3333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px;
}

h1{
	font-size: 210%;
	color: #334d55;
	margin-top: 5px;
}

h2{
	font-size: 175%;
	color: #334D55;
	padding-top: 0px;
	margin: 10px;
	text-align: center;
}

h3{
	font-size: 130%;
	color: #334d55;
	margin-left: 0px;
	margin-top: 10px;
}
.centred {
	text-align: center;
}


h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}
.heading {
	background-color: #CCFFFF;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.linetopbottom {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-top: 10px;
}
