body {
	margin: 0;
	padding: 0;
	font: 85% Arial, Helvetica, sans-serif;
	text-align: left;
}

#header {
	display: none;
}

#mainNav {
	display: none;
}

#sideNav {
	display: none;
}

#footer {
	display: none;
}



/* -- Common Styles -- */

img {
	border: 0px;
}
.superscript {
  font-size:90%;
  position:relative;
  bottom: 0.5em;
}
.subscript {
  font-size:90%;
  position:relative;
  bottom:-0.5em;
}

/* Breadcrumbs ------------- */

#breadcrumbs {
	font: 11px Arial, Helvetica, sans-serif;
	border: 0px;
	padding-left: 18px;
	vertical-align: middle;
}

.pagetitle {
	font: 20px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	padding-left: 18px;
}

/* Page Copy --------------- */

.pagecopy {
	font: 13px/18px "Times New Roman", Times, serif;
	padding: 6px 0 20px 0;
}

.pagecopy a {
	color: #003970;
}

.pagecopy a:hover {
	color: #6582A7;
}

.pagecopy td {
	font: 13px/18px "Times New Roman", Times, serif;
	padding: 4px 10px;
}

.pagecopy p {
	margin: 8px 0px;
	padding: 0px 18px;
}

.pagecopy h1 {
	font: normal 18px/20px "Times New Roman", Times, serif;
	color: #003970;
	text-shadow: 2px 2px 2px #1D2C58;
	padding: 0 18px;
	margin: 12px 0 8px 0;
}

.pagecopy h2 {
	font: 13px/16px "Times New Roman", Times, serif;
	font-weight: bold;
	color:#003970;
	padding: 0 18px;
	margin: 10px 0;
}

.pagecopy ul {
	list-style-image: url(../images/bulletpoint.gif);
	padding-left: 52px;
}

.pagecopy li {
	padding: 0px 18px 4px 0px;
}

.pagecopy blockquote {
	background: url(../images/quotemarks.gif) top left no-repeat;
	padding-left: 44px;
}

#copybox {
	background-color: #D0D9EA;
	padding: 6px 0px;
}

#callout {
	width: 84%;
	margin: 0.5em auto;
	border-top: 1px dotted #999; 
	border-bottom: 1px dotted #999;
	background: #D0D9EA;
	padding: 4px;
}

/* Floating Pictures ---------- */

.floatpic {
	width: 220px;
	float: right;
	display: inline;
	clear: right;
	margin: 0 -110px 16px 16px;
	position: relative;
	background: url("../images/floatpic_bottom.gif") left bottom no-repeat;
}
	
.floatpic dt {
	padding: 10px 10px 0;
	background: url("../images/floatpic_top.gif") left top no-repeat;
}
	
.floatpic dd {
	text-align: center;
	margin: 0;
	padding: 0 10px 10px;
}
	
.floatpic dt img,
.floatpic dd img {
	display: block;
}

#footerHandbook {
	display: none;
}

#handbookTOC {
	text-align: left;
	margin-bottom: -5px;
	padding-left: 18px;
}