body {
	background: none;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	margin: 1em;
}

body, input, textarea, select {
  color: #000;
}


/* BEGIN... W3C: used to provide a more descriptive link to meet guideline 2.4.4 */
a span {
	height: 0px;
	overflow: hidden;
	position: absolute;
	width: 0px;
	
}
/* END... W3C: used to provide a more descriptive link to meet guideline 2.4.4 */



/* BEGIN... W3C: used to provide easier to read visual presentation to meet guideline 1.4.8 */
p {
	line-height: 1.5em;
	margin-bottom: 1.5em;
	max-width: 35em;
}


li {
	line-height: 1.5em;
	padding-bottom: .5em;
}


ul.longlist li {
	line-height: 1.5em;
	padding-bottom: 1.5em;
}

/* END... W3C: used to provide easier to read visual presentation to meet guideline 1.4.8 */




/*
th {
  text-align: left; /* LTR 
  color: #006;
  border-bottom: 1px solid #ccc;
}
tr.odd {
  background-color: #ddd;
}
tr.even {
  background-color: #fff;
}
td {
  padding: 5px;
}
*/

table, tbody {
  border: 1px solid #666666;
}

tbody th {
	background: #d2cdcb;
	border-bottom: 1px solid #666666;
	padding: 5px;
}

tbody tr td {
	border-bottom: 1px dashed #cccccc;
	padding: 5px;
	vertical-align: top;
	white-space: normal;
}


#menu {
  visibility: hidden;
}
#main {
  margin: 1em;
}

a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #002f55;;
}
a:link img, a:visited img {
	border: 0;
}

h2 {
	color: #446d95;
	font-size: 1.3em;
	margin: 0em;
}

h3 {
	color: #002f55;
	font-size: 1.05em;
	margin: 0.5em 0 -1em 0;
}




/* classes: */
.imgLeft,
img.imgLeft {
	float: left;
	width: auto;
	height: auto;
	background: #e5e5e5;
}

img.imgLeft {
	border: 1px solid #000000;
	margin: 0 1em 1em 0;
}

.imgLeft img {
	border: 1px solid #000000;
	float: left;
	margin-right: 1em;
}


div.imgLeft {
	border: 1px solid #cccccc;
	clear: both;
	color: #666666;
	float: left;
	#float: none; /* makes Windows IE play nice */
	margin: 0 0 1em 0;
	max-width: 33.8em;
	padding: .2em 1em .2em .2em;
}



.imgRight,
img.imgRight {
	float: right;
	width: auto;
	height: auto;
	background: #e5e5e5;
}

img.imgRight {
	border: 1px solid #000000;
	margin: 0 0 1em 1em;
}

.imgRight img {
	border: 1px solid #000000;
	float: left;
	margin-right: 1em;
}


div.imgRight {
	border: 1px solid #cccccc;
	color: #666666;
	float: left;
	#float: none; /* makes Windows IE play nice */
	margin: 0 0 1em 0;
	max-width: 33.8em;
	padding: .2em 1em .2em .2em;
}



ul.primary-links, ul.secondary-links,
#header-region, .sidebar {
  display: none;
}

.print-footnote {
	font-size: small;
	vertical-align: super;
	margin-right: .5em;
}
.print-logo {
	display: block;
}
img.print-logo {
	border: 0;
}
.print-site_name {
	display: block;
	font-size: medium;
}
.print-breadcrumb {
	display: none;
}
.print-title {
	color: #f47b2a;
	font-size: 2em;
	margin: 0em;
}
.print-submitted {
	font-size: small;
}
.print-created {
	font-size: small;
}
.print-taxonomy {
  text-align: right;
}

.print-taxonomy li {
	display: inline;
}

.print-content {}
.print-hr {
  border: 0;
  display: block;
  height: 1px;
  margin: 10px 0px;
  width: 100%;
  color: #9E9E9E;
  background-color: #9E9E9E;
}
.print-message {
  border: medium dotted blue;
  padding: 1em;
}
.print-source_url {
	font-size: medium;
}
.print-links {
	font-size: medium;
}
.print-footer {
	display: none;
	text-align: center;
}


body.sidebars, body.sideber-left, body.sidebar-right, body {
  width: 640px;
}

body.sidebar-left #center, body.sidebar-right #center, body.sidebars #center,
body.sidebar-left #squeeze, body.sidebar-right #squeeze, body.sidebars #squeeze {
  margin: 0;
}



#header, #nav, #footerContainer, #breadcrumb, #pageOptions, #tabs-wrapper {
	display: none;
}

#is7badge {
	display: none;
}

#wrapper,
#wrapper #container .breadcrumb,
#wrapper #container #center,
#wrapper #container #center .right-corner,
#wrapper #container #center .right-corner .left-corner,
#wrapper #container #footer,
#wrapper #container #center #squeeze {
  position: static;
  left: 0;
  padding: 0;
  margin: 0;
  width: auto;
  float: none;
  clear: both;
  background: none;
}

#wrapper #container #header {
  height: 130px;
}

#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  text-shadow: none;
  color: #000;
}
