/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@charset "utf-8";
html {
	font-family: "Courier New", Courier, monospace; /* 1 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */


footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
	outline: 0;
	text-align: right;
}

/* Text-level semantics
   ========================================================================== */


/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}



/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
	font-size: 200%;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 70%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}



/* Grouping content
   ========================================================================== */


/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 100%;
}



/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
  padding: 0;
}




body {
	margin: 0;
	padding: 0;
	color: #000000;
	background: #E8FFEF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4;
	font-size: 16px;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 80%;
	max-width: 900px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background: #E8FFEF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}

/* ~~the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo~~ */
.header {
	background-color: #E8FFEF;
	text-align: right;
}

.container .header a {
	text-decoration: none;
	color: #000;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {
	background-color: #E8FFEF;
	min-height: 30em;
}
.content pre  {
	font-size: x-small;
}
.content a.rtnlink{
	text-decoration: none;
	font-size: small;
	text-align: right;
	display: block;
}

.content .aitem {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-indent: -1em;
	padding-left: 1em;
}

.container .content .aitem ul li {
	text-indent: 0em;
	padding-left: 0px;
}
.content .sourceitem  {
	padding-bottom: 2em;
	padding-top: 2em;
}
.content .sourcename  {
	font-weight: bold;
}
.content .sourceitem .sourcedesc  {
	padding-left: 2em;
}
.content .splittable  {
	text-align: center;
}

/* ~~ The footer ~~ */
.footer {
	background-color: #E8FFEF;
	padding-top: 2em;
	padding-bottom: 1em;
}
.monospace {
	font-family: "Courier New", Courier, monospace;
	word-spacing: normal;
	display: none;
	overflow: scroll;
}
