html, body, ol, ul, li, dl, dt, dd, img, h1, h2, h3, h4, h5, h6, p, form {
	margin: 0; 
	padding: 0;
	border: 0;
}
ol, ul, dl {
	position: relative;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-family: Arial, Helvetica, sans-serif;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100.01%;
	font-size: 11.5px;
	background: url(../images/bodyBG.gif) top left #EFEDEB;    /* pale grey */
}


h1 {
	padding: 0 0 10px;
	font-size: 19px;
	color: #5B6A52;    /* dark olive */
}
h2 {
	padding: 8px 0;
	font-size: 16px;
}
h3 {
	padding: 8px 0 0;
	font-size: 12px;
}
h4 {
	padding: 8px 0 0;
	font-size: 12px;
}
h5 {
	padding: 6px 0 0;
	font-size: 11px;
}
h6 {
	padding: 4px 0 0;
}
p {
	padding: 0 0 10px;
}
li ul {
	margin: 0 0 0 8px;
}

form {
	display: inline;
}
form input,
form select {
	width: 175px;
}

dt {
	font-weight: bold;
}
dd {
	margin: 0 0 0 20px;
	padding: 0 0 10px;
}
blockquote {
	margin: 0 20px 0; 
}





a:link, 
a:visited {
	text-decoration: none;
	color: #900;    /* dark red  */
}
a:hover {
	color: red;
}
a:active {
	color: orange;
}

/* ------- +++ ------- */

.identifySelf {
	font-size: 10px;
	color: red;
}
#createdBy {
	display: none;
}

/* ------- +++ ------- */


/*  http: //www.positioniseverything.net/easyclearing.html  */
/*.clearfix: after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix { display: inline-block; }    /* needed for IE mac; is overwirtten (again) in ieHacks.css  */

.closer {
	position: absolute;
	right: -1px;
	top: 1px;    /*  height of a top border + 1  */
}
	.closer a {
		position: relative;    /*  needed to have top/bottom borders show in IE  */
		padding: 1px 3px;
		border: 1px solid #DDD;
	}
	.closer a:hover,
	.closer a:active {
		color: white;
		background: #685C53;    /* dark grey */
	}

.colHalf {    /* special case hacked for IE6 */
	float: left;
	width: 47%;
	margin-right: 2%;
	border: 0px solid red;
}

.ERROR {
	color: #FF00FF;
	background: #FFEEFF;
}
.hidden {
	position: relative;
	display: none;
}
.note {
	font-size: .8em;
}

.clearAll {
	clear: both;
}

.alignLeft {
	float: left;
}
img.alignLeft {
	float: left;
	padding: 0 10px 4px 0;
}
.alignRight {
	float: right;
}
img.alignRight {
	float: right;
	padding: 0 0 4px 10px;
}
p.alignCenter {
	text-align: center;
}


/* ------- +++ ------- */



#pgContents {
	z-index: 100;    /* allows #fullSize to display on top */
	position: relative;
	width: 745px;
	padding-left: 28px;
	margin: 0 auto 0 auto;
	border: 0px solid red;
}


/* ------- +++ ------- */


#pgHdr {
	z-index: 100;
	position: relative;
	border: 0px solid red;
}

#pgHdr .first {
	padding-left: 0;
}
#pgHdr .last {
	border: 0;
}


#logo {
	padding-top: 10px;
	border: 0px solid red;
}

#nConstant {
	z-index: 20;    /* allows #productSearch to show on top */
	position: relative;
	float: right;
	margin: 8px 16px 0 0;
	height: 20px;
	font-size: 11.5px;
	border: 0px dashed blue;
}
	#nConstant a:link,
	#nConstant a:visited {
		color: #685C53;    /* dark grey */
	}
	#nConstant a:hover,
	#nConstant a:active {
		color: #900;    /* dark red */
	}
#nConstant li {
	position: relative;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
}



#nPrimary {    /* hacked for IE */
	position: relative;
	float: right;
	clear: right;
	height: 18px;
	margin-top: 16px;
	padding: 3px 0 0 15px;
	font-size: 12px;
	background: #685C53;    /* dark grey */
	border: 0px solid blue;
}
	#nPrimary a:link,
	#nPrimary a:visited {
		color: white;
	}
	#nPrimary a:hover,
	#nPrimary a:active {
		color: #C9BEB5;    /* light grey */
	}
#nPrimary li {
	list-style: none;
	display: inline;
	margin: 0 15px 0 0;
}
#nPrimary li.first {
}
#nPrimary li.last {
}


#nSecondary {    /* hacked for IE 6 */
	position: relative;
	clear: both;
	float: left;
	padding: 0 5px 15px 2px;
	margin-left: -28px;
	width: 158px;
	background: #685C53;    /* dark grey */
	border: 0px solid red;
}
#nSecondary li {
	list-style: none;
	margin: 0;
	padding: 4px 0 4px 15px;
}
	#nSecondary a:link,
	#nSecondary a:visited {
		color: white;
	}
	#nSecondary a:hover,
	#nSecondary a:active {
		color: #C9BEB5;    /* light grey */
	}

#nSecondary .current {
	background: url(../images/bullet.gif) 4px 8px no-repeat;
}


/* ------- +++ ------- */


#homeContent {
	position: relative;
	padding: 0;
	margin: 0;
	border: 0px solid orange;
}
#homeIntro {
	position: relative;
	border: 0px dashed orange;
}
#homeIntro span {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	color: white;
}
#homeIntro #mainGraphic {    /* hacked for IE */
}

#homeText {
	padding: 0 40px 0 0px;
	line-height: 18px;
}
#homeText li {
	margin-left: 20px;
}


/* ------- +++ ------- */


#content {
	margin-top: 8px;    /* needed for Safari/FF; hacked for IE */
	background: white;
	margin-left: 137px;
}

#contentLeft {
	float: left;
	width: 268px;
	padding: 10px;
}
	#contentLeft .pgImage {
		margin: -10px -10px 0 -10px;
	}
	#contentLeft .extraPgImages {
		margin: 2px 0 0 -8px; 
	}
		#contentLeft .extraPgImages li {
			list-style: none;
			/*display: inline;*/
			float: left;
			padding: 0 2px 2px 0;
		}

#contentRight {
	float: left;
	width: 287px;
	padding: 15px;
	line-height: 18px;
	border-right: 1px solid white;    /* MAY be needed for safari */
}

.left {
	float: left;
	padding: 10px;
	padding-top: 0;
	width: 255px;
/*	width: 253px;
	border: 1px dashed red; /**/
}
.right {    /* hacked for IE 6 */
	border: 0px solid red;
}
.right {
	float: left;
	width: 285px;
	padding: 15px 0 0 15px;
	line-height: 18px;
	padding-top: 0;
/*	width: 283px;
	border: 1px solid red; /**/
}

#crumbPath {
	font-size: 11px;
	margin: -15px 0 15px;
	color: #A29992;    /* med grey */
}
	#crumbPath a:link,
	#crumbPath a:visited {
		color: #A29992;    /* med grey */
	}
	#crumbPath a:hover,
	#crumbPath a:active {
		color: #900;    /* light grey */
	}

#contentRight h1 {
	font-size: 14px;
	color: #1F3E95;    /* dark blue */
}


#contentExtra {
	position: relative;
	clear: left;
	width: 575px;
/*	margin: 10px -15px 0 -304px; */
	margin: 10px 0 0 -290px;
	border: 0px solid red;
}

.colSpan li {
	list-style: none;
}
.colSpan .left {
	clear: both;
}
.colSpan .left img {
	margin-right: -10px;
}


/* ------- +++ ------- */

	#news dt {
		font-weight: normal;
		line-height: 14px;
		margin-bottom: 6px;
		}

/* ------- +++ ------- */


#footer {
	position: relative;
	clear: both;
	margin-top: 40px;
	font-size: 11px;
}
#footer ul {
	margin: 0;
}
#footer li {
	list-style: none;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid black;
}
#footer li.first {
	border: 0px;
	padding-left: 0px;
}

/* ------- +++ ------- */


