@charset "utf-8";
a:link {
	text-decoration: underline;
	color:#1b3c77;	
	border:none;
}
a:visited {
	text-decoration: underline;
	color:#5c1b77;
	border:none;
}
a:hover {
	text-decoration: underline;
	color:#1b3c77;
	border:none;
}
a:active {
	text-decoration: underline;
	color:#1b3c77;
	border:none;
}
a img {
	border: none;
}
h1 {
	font-family: Arial;
	font-size: small;
	color: #1b3c77;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	border:none;
}
h1 a:link {
	font-family: Arial;
	font-size: small;
	color: #1b3c77;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	border:none;
}
h1 a:visited {
	font-family: Arial;
	font-size: small;
	color: #1b3c77;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	border:none;
}
h1 a:hover {
	font-family: Arial;
	font-size: small;
	color: #1b3c77;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	border:none;
}
h2 {
	font-family: Arial;
	font-size: small;
	color: #1b3c77;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	border:none;
}
h2 a:link {
	font-family: Arial;
	font-size: small;
	color: #1b3c77;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: underline;
	border:none;
}
h2 a:visited {
	font-family: Arial;
	font-size: small;
	color: #1b3c77;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: underline;
	border:none;
}
h2 a:hover {
	font-family: Arial;
	font-size: small;
	color: #1b3c77;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: underline;
	border:none;
}
h3 {
	font-family: Arial;
	font-size: x-small;
	color: #1b3c77;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	border:none;
}
h4 {
	font-family: Arial;
	font-size: x-small;
	color: #1b3c77;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	border:none;
}
body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	text-decoration: none;
	border:none;
}
.oneColFixCtrHdr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px 5px;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	color:#1b3c77;
	width:750px;
}
.oneColFixCtrHdr #TableTopCornerRight {
	background-image:url(Graphic_Files/blue_blue_tr.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #TableTopCornerLeft {
	background-image:url(Graphic_Files/blue_blue_tl.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
.oneColFixCtrHdr #TableTopCentre{
	background-image:url(Graphic_Files/TableCentre.gif);
	background-repeat:repeat-x;
	background-position:top center;
/*	padding: 5px 0px 0px 0px;*/
}
.oneColFixCtrHdr #TableBottomCornerRight {
	background-image:url(Graphic_Files/blue_white_br.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.oneColFixCtrHdr #TableBottomCornerLeft {
	background-image:url(Graphic_Files/blue_white_bl.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.oneColFixCtrHdr #TableBottomCentre{
	background-image:url(Graphic_Files/TableBottomCentre.gif);
	background-repeat:repeat-x;
	background-position:bottom center;
}
.oneColFixCtrHdr #TableMiddleCentre {
	border-left-style:solid;
	border-left-color:#ccecff;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:#ccecff;
	border-right-width:1px;
	padding: 10px 10px 0px 10px; 
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #SideBorder {
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#ccecff;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}
.oneColFixCtrHdr #Breadcrumb {
	font-size: x-small;
	color:#1b3c77;
	text-align:left;
	font-family: ARIAL;
	padding: 2px 0px 0px 0px;
}
.oneColFixCtrHdr #footer {
	background:url(Graphic_Files/blue_blue_cen.gif);
	background-repeat:repeat-x;
	text-align:center;
	color:#1b3c77;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.oneColFixCtrHdr #footerLeft {
	background-image:url(Graphic_Files/blue_blue_left.gif);
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #footerRight {
	background-image:url(Graphic_Files/blue_blue_right.gif);
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #footerLeftIndex {
	background-image:url(Graphic_Files/bl_wh_footerLeft.gif);
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #footerRightIndex {
	background-image:url(Graphic_Files/bl_wh_footerRight.gif);
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #footerCentreIndex {
	background-image:url(Graphic_Files/bl_wh_footerCen.gif);
	background-repeat:repeat-x;
}
.oneColFixCtrHdr #footerlow {
	text-align:center;
	color:#1b3c77;
}
.oneColFixCtrHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}
.oneColFixCtrHdr #table {
	margin: 0; 
	padding: 10px 0;
	top:auto;
}
.BoxTextHead {
	font-size:  x-small;
	font-family: VERDANA,ARIAL;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.BoxTextMain {
	font-size: x-small;
	font-family: VERDANA,ARIAL;
	text-align: left;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.HeaderImg {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
.footerstyle {
	font-family: Arial;
	text-align:center;
	font-size: x-small;
	color: #1b3c77;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.FooterContact {
	background: #FFFFFF;
	color: #000000;
	font-size: small;
	font-weight:bold;
	font-family:Verdana, Arial;
	text-align:left;
}
.TelHeader {
	font-family: Arial;
	font-size: medium;
	color: #1b3c77;
	text-align: right;
	font-weight: bold;
}
.StrapHeader {
	font-family: Arial;
	font-size: small;
	color: #1b3c77;
	text-align:left;
	font-weight: bold;
	text-decoration: none;
	border:none;
}
.PageTitle {
	background: #FFFFFF;
	color: #000000;
	font-size: small;
	font-weight:bold;
	font-family:Verdana, Arial;
	text-align:left;
}
.PageText {
	background: #FFFFFF;
	color: #000000;
	font-size: x-small;
	font-family:Verdana, Arial;
	padding: 5px 5px 5px 5px;
}
.PageImage {
	padding: 0px 5px 5px 5px;
}
.SideMenu {
	text-align:center;
	font-size: x-small;
	font-weight:bold;
	font-family:Verdana, Arial;
}
.SideText {
	font-family:Verdana, Arial;
	font-size: x-small;
	text-align:left;
}
.DownloadIcon {
	padding: 3px;
	margin: 0px;
}
.ContactText {
	background: #FFFFFF;
	color: #000000;
	font-size: small;
	font-family:Verdana, Arial;
	padding: 5px 5px 5px 5px;
	text-align:center;
}
.ContactForm {
	background: #FFFFFF;
	color: #000000;
	font-size: x-small;
	font-family:Verdana, Arial;
	padding: 5px 5px 5px 5px;
	text-align:left;
}
.ContactOffices {
	background: #FFFFFF;
	color: #000000;
	font-size: x-small;
	font-family:Verdana, Arial;
	padding: 5px 5px 5px 5px;
	text-align:left;
}
.NewsText {
	background: #FFFFFF;
	color: #000000;
	font-size: x-small;
	font-family:Verdana, Arial;
	padding: 5px 5px 5px 5px;
}
.LandfillCalcTile {
	background: #FFFFFF;
	color: #000000;
	font-size: small;
	font-family:Verdana, Arial;
	padding: 2px 2px 2px 2px;
	text-align:center;
}

/* Top Menu Styles */

.TopMenu1 {
	background-image:url(Graphic_Files/blue_blue_cen.gif);
	background-repeat:repeat-x;
	text-decoration: none;
	font-family: Arial;
	color:#1b3c77;
	font-size: small;
	text-align:center;
	font-weight:bold;
}
.TopMenuOver1 {
	background-image:url(Graphic_Files/blue_blue_cen_over.gif);
	background-repeat:repeat-x;
	text-decoration: none;
	font-family: Arial;
	color:#1b3c77;
	font-size: small;
	text-align:center;
	font-weight:bold;
}
.TopMenu2 {
	background-image:url(Graphic_Files/blue_blue_cen.gif);
	background-repeat:repeat-x;
	text-decoration: none;
	font-family: Arial;
	color:#1b3c77;
	font-size: small;
	text-align:center;
	font-weight:bold;
}
.TopMenuOver2 {
	background-image:url(Graphic_Files/blue_blue_cen_over.gif);
	background-repeat:repeat-x;
	text-decoration: none;
	font-family: Arial;
	color:#1b3c77;
	font-size: small;
	text-align:center;
	font-weight:bold;
}
.TopMenu3 {
	background-image:url(Graphic_Files/blue_blue_cen.gif);
	background-repeat:repeat-x;
	text-decoration: none;
	font-family: Arial;
	color:#1b3c77;
	font-size: small;
	text-align:center;
	font-weight:bold;
}
.TopMenuOver3 {
	background-image:url(Graphic_Files/blue_blue_cen_over.gif);
	background-repeat:repeat-x;
	text-decoration: none;
	font-family: Arial;
	color:#1b3c77;
	font-size: small;
	text-align:center;
	font-weight:bold;
}
.TopMenu4 {
	background-image:url(Graphic_Files/blue_blue_cen.gif);
	background-repeat:repeat-x;
	text-decoration: none;
	font-family: Arial;
	color:#1b3c77;
	font-size: small;
	text-align:center;
	font-weight:bold;
}
.TopMenuOver4 {
	background-image:url(Graphic_Files/blue_blue_cen_over.gif);
	background-repeat:repeat-x;
	text-decoration: none;
	font-family: Arial;
	color:#1b3c77;
	font-size: small;
	text-align:center;
	font-weight:bold;
}
.TopMenu5 {
	background-image:url(Graphic_Files/blue_blue_cen.gif);
	background-repeat:repeat-x;
	text-decoration: none;
	font-family: Arial;
	color:#1b3c77;
	font-size: small;
	text-align:center;
	font-weight:bold;
}
.TopMenuOver5 {
	background-image:url(Graphic_Files/blue_blue_cen_over.gif);
	background-repeat:repeat-x;
	text-decoration: none;
	font-family: Arial;
	color:#1b3c77;
	font-size: small;
	text-align:center;
	font-weight:bold;
}