/*____ RESETS!!! ____*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	font-family: inherit;
	}

:focus {
	outline: 0;
	}
body {
	color: black;
	line-height: 1;
	background: white;
	}
ol, ul {
	list-style: none;
	}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-spacing: 0;
	border-collapse: separate;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}



/* General types */
p {
	font-size:11pt;
	text-align:left;
	line-height:12pt;
}



/* Major elements */

html, body {
	margin:0;
	height: 100%;
	text-align:left;
	font-family:Helvetica, Verdana, Arial, Sans, san-serif;
}
#bigwrap {
	min-height: 100%;
	position: relative;
	margin-bottom: -222px;
}
#page {
	width:980px;
	margin:0 auto;
}
#newfooter {
	height: 222px;
	position: relative;
}
.clearfooter {
	clear: both;
	height: 222px;
}


/* HEADER */

a.hlink {
	color:#333;
	font-size:14px;
	margin-left:33px;
	text-decoration:none;
}
#newheader {
	font-size:14px;
	text-align:center;
	font-family:Verdana,Arial,Sans,san-serif;
}
#newhbar {
	height:60px;
	text-align:left;
	background-color:#ccc;
	background-repeat:x-repeat;
	background-image:url('/img/footer/headerslice.png');
}
#newhlinks {
	float:left;
	display:inline;
	margin:14px 0 10px 10px;
}
#breadcrumbbar {
	height:26px;
	bottom:15px;
	font-size:2px;
	position:relative;
	text-align:center;
}
#bcinner {
	width:980px;
	height:31px;
	margin:0 auto;
	text-align:left;
	background-color:#ccc;
	background-repeat:x-repeat;
	border-left:1px solid #C2CFDB;
	border-right:1px solid #C2CFDB;
	background-image:url('/img/footer/crumbslice.png');
}
.bcp {
	margin:0;
	z-index:6;
	color:#777;
	padding:0 5px;
	font-size:15px;
	font-weight:normal;
	text-decoration:none;
}
#bcinner a {
	font-size:15px;
	text-decoration:none;
}


/* footer */
#copyright{
    margin:0px auto;
    text-align:center;
}






