@charset "utf-8";
/* CSS Style Sheet which defines the shared layout styles for the website
 * Includes all the major layout divs and appropriate styles.
 *    Styles for the Center and Right content regions are not in this style sheet.
 */

/* Reset default browser styling */

* {
	padding:0;
	margin:0;
}

a {
	text-decoration:none;
	color:#000000;
}

img {
	border:0;
}

ul, li {
	list-style:none;
}

body {
	font-size:62.5%;
	font-family: Arial, Helvetica, sans-serif;

	}

/* End Reset default browser styling */

body {
    background-color:#FFFFFF;
    color:#333;
	background-image:url(../images/structure/topGrad.jpg);
	background-position:top;
	background-repeat:repeat-x;
	}
	

#centre {
	position:relative;
	margin:0px auto;
	width:955px;
	}	
	


.dbzws {
	position:relative;
	float:right;
	clear:none;
	margin-top:10px;
	margin-right:10px;
	text-align:right;
	text-transform:uppercase;
	font-size:0.8em;
	font-weight:bold;
	color:#999999;
	}
	
.dbzws a {
	color:#999999;
	}
	
.dbzws a.sitemapLink
{
	font-size:1.2em;
	text-transform: none;
}

.dbzws a.sitemapLink:hover
{
	text-decoration:underline;
}
	
.structuralFloatRight {
	float:right;
	width: 172px;
	}


.clearBoth {
	clear:both;
	}
	
#clearNone {
	clear:none;
	}

.headerTextWhite {
	color:#FFFFFF;
	}
#SMSPanel
{
    display:none;
}

