body {
	background-color: #ffffff;
	font-family: sans-serif;
	color: #000000;
	margin: 0;
	padding: 8px 0 1em 0;
	}
div.masterDiv {  /* not used */
	}

/* --- standard HTML items --- */
a {
	color: #e81929;
	text-decoration: none;
	}
a:visited {
	color: #B6151C;
	}
a.data, a.data:visited {  /* stealth links */
	color: #000000;
	}
a.breadcrumbs, a.breadcrumbs:visited {
	color: #cccccc;
	text-decoration: none;
	}
a.wikiButton, a.wikiButton:visited {  /* displayed on lists, etc. */
	color: #000000;
	text-decoration: none;
   	font-size: 80%;
	border: 1pt outset #666666;
	background-color: #dddddd;
	padding: 0 0.25em;
	margin: 0 0.1em;
	}
a.wikiButton:hover {
	color: #ffffff;
	background-color: #e81929;
	}
a.wikiButton:active {
	color: #e81929;
	background-color: #ffffff;
	border: 1pt inset #666666;
	}
a.wikiButtonInactive, a.wikiButtonInactive:visited, a.wikiButtonInactive:hover, a.wikiButtonInactive:active {
	color: #000000;
	text-decoration: none;
   	font-size: 80%;
	border: 1pt outset #888888;
	background-color: #888888;
	padding: 0 0.25em;
	margin: 0 0.1em;
	}
a.wikiListSort, a.wikiListSort:visited {  /* wiki sort lisk header links */
	color: #ffffff;
	text-decoration: none;
	}
a:hover, a.data:hover, a.breadcrumbs:hover, a.wikiListSort:hover {
	color: #ffffff;
	background-color: #e81929;
	}
a:active, a.data:active, a.breadcrumbs:active, a.wikiListSort:active {
	color: #e81929;
	background-color: #ffffff;
	}
img {  /* image formatting */
	margin: 0px;
	padding: 0px;
	border-style: none;
	vertical-align: middle;
	}
img.imageFloatLeft {
	float: left;
	margin: 2px 11px 2px 2px;
	}
img.imageFloatRight {
	float: right;
	margin: 2px 2px 2px 8px;
	}
h1,h2,h3,h4,h5,h6 {  /* format headings */
	color: #222222;
	}
hr {  /* format the HR display */
	height: 2px;
	border: 0;
	width: 86%;
	color: #ff0406;
	background-color: #ff0406;
	}
tt {  /* adjust wiki Teletype text display */
	font-size: 120%;
	color: #222222;
	padding: 0 0.25em;
	}
pre {  /* adjust wiki preformatted (address) text display */
	font-size: 120%;
	}

/* --- misc formatting items --- */
.admin {  /* highlights admin only items */
	background-color: #ffcc66;
   	font-size: 80%;
	padding: 1px 0.75em;
	margin: 0 0.5em;
	font-variant: small-caps;
	white-space: nowrap;
	}
.adminNote {
   	font-size: 80%;
   	font-style: italic;
	font-variant: small-caps;
	}

/* --- navigation bar div items --- */
div.navBar {
	position: relative;
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0 0 14px 0 ;
	border-bottom: solid #ff0c0b 7px;
	}
img.navBarLogo {
	}
div.navBarTL {  /* positions the tagline */
	position: absolute;
	bottom: 13px;
	left: 175px;
   	width: 320px;
   	font-size: 70%;
   	text-align: center;
	}
img.navBarRP {
	position: absolute;
	top: 34px;
	left: 511px;
	}
img.navBarAW {
	position: absolute;
	top: 23px;
	left: 658px;
	}
img.navBarSL {
	position: absolute;
	top: 27px;
	left: 780px;
	}
div.breadcrumbs {
	color: #cccccc;
	background-color: #585657;
   	font-size: 85%;
	font-family: 'Trebuchet MS', sans-serif;
	qqfont-weight: bold;
   	text-align: left;
   	margin: 0 auto;
   	width: 724px;
   	padding: 0.2em 0 0.4em 176px;
   	border-top: solid #000000 2px;
	}

/* --- Left & right columns --- */
div.bodyOverall {
	width: 900px;
   	margin: 0 auto;
   	padding: 0;
	}

div.bodyLeft {
	float: left;
	width: 150px;
	}
div.bodyLeftFeature {
	background-color: #ffdfdf;
	font-size: 70%;
	margin: 7px 0;
	padding: 0.5em 1em 1px 1em;
	}
h3.bodyLeftFeature {
   	font-size: 130%;
	font-weight: bold;
	margin: 0 0 -0.75em 0;
	padding: 0;
	}
div.navBarMenu {  /* positions the main navigation menu */
	position: relative;
	width: 150px;
	z-index: 10;
	}
table.navBarMenu  {  /* positions the main navigation menu */
	width: 100%;
	color: #ffffff;
	background-color: #585657;
	border: none;
	}
.menuAdditional {
	position: absolute;
	}
div.navBarSignedIn {
	padding: 5px 0 5px 0;
	text-align: center;
	}
div.navBarSearch {
	padding: 10px 0 10px 0;
	text-align: center;
	}
input.navBarSearchText {
	font-size: 95%;
	}
input.navBarSearchIcon {
	vertical-align: middle;
	}

div.bodyRight {
	position: relative;
	top: -1.6em;
	float: right;
	width: 260px;
	text-align: center;
	}
div.bodyRightFeature {
	background-color: #ffdfdf;
	font-size: 70%;
	margin: 5px 0;
	padding: 1px 1em 1px 1em;
	text-align: left;
	}
h3.bodyRightFeature {
   	font-size: 200%;
	font-weight: bold;
	margin: -0.75em 0 -0.85em 0;
	padding: 0;
	}


/* --- bodyContent items -- main text area for page --- */
div.bodyContent {
	float: right;
	width: 440px;
	margin: 0 25px 0 0;
	padding: 0;
	}

/* --- user message div items --- */
div.userMessages {
	background-color: #FF9999;
	color: #000000;
	margin: 0 1em 0 5%;
	}
ul.userMessages {
	font-size: 90%;
	font-variant: small-caps;
	}
li.userMessages {
	padding: 0.25em 0;
	}

/* --- title div items --- */
div.title {
	margin: 0;
	}
h2.title {
	font-family: 'Trebuchet MS', sans-serif;
   	font-size: 190%;
	font-weight: bold;
	margin: 0 0 -0.2em 0;
	padding: 0.33em 0 0 0;
	}
p.title {  /* title synopsis */
	color: #666666;
	text-align: right;
   	font-size: 75%;
   	font-style: italic;
	margin: 2px 1em 0 5%;
	}

/* --- body - main text div items --- */
div.bodyText {  /* main text for page */
	padding: 0;
   	font-size: 80%;
	}
div.bodyKid {
	margin: 0 0 0 2em;
	}
ul.bodyKid {  /* format the child links */
   	font-size: 95%;
	}
li.bodyKid {
	margin: 0.75em 0 0 0;
	}
p.bodyKid {  /* format link description*/
	color: #222222;
   	font-size: 85%;
   	font-style: italic;
   	margin: 0 1.5em 0 1.5em;
   	}
ul.bodyKidGrand {  /* format grandchild links */
	margin: 0.20em 0 0 3em;
	padding: 0;  /* using the http://lumino.us/weblog/pipe_dream "hack */
	overflow: hidden;
	width: auto;
	}
li.bodyKidGrand {
   	font-size: 95%;
	white-space: nowrap;
	float: left;
	list-style-type: none;
	padding: 0 0.5em;
	border-left: 1px solid #666666;
	margin-left: -2px;
	}

/* --- body - search results inline div items --- */
/* --- (similar to bodyKid and uses some bodyKid tags) --- */
div.bodySrchRslts {
	}
h3.bodySrchRslts {
	color: #444444;
   	font-style: italic;
	}
p.bodySrchRslts {
   	font-size: 85%;
	font-weight: bold;
	font-variant: small-caps;
	color: #666666;
	text-align: center;
	}

/* --- body - See Also div items --- */
div.bodySeeAlso {
   	font-size: 95%;
	margin: 2em 0 0 2em;
	}
h3.bodySeeAlso {
	color: #555555;
   	font-style: italic;
	}
ul.bodySeeAlso {
	}
li.bodySeeAlso {
	margin: 0.75em 0 0 0;
	}

/* --- body - additional div items --- */
div.bodyAddl {
	color: #000000;
	background-color: #ffdfdf;
   	font-size: 80%;
	padding: 1px 1em;
	margin: 2em 1em 0 1em;
	}

/* --- body - Comments --- */
div.bodyComments {
	text-align: right;
   	font-size: 80%;
	font-style: italic;
	font-variant: small-caps;
	margin: 1em 0.5em 0 0;
	}

/* --- footer - (editing) page data div items --- */
div.footerPgData {
	clear: both;
	margin: 0 10% 0 10%;
	padding: 0;
	}
table.footerPgData {
	text-align: center;
   	font-size: 75%;
	margin: 0 auto;
	border-spacing: 2px;
	border-style: none;
	border-collapse: separate;
	}
th.footerPgData {
	text-align: right;
	padding: 3px 0.33em 3px 1em;
	background-color: #FFD798;
	}
td.footerPgData {
	text-align: left;
	padding: 2px 1em 2px 1em;
	background-color: #ffebcc;
	}

/* --- footer - div items --- */
div.footer {
	clear: both;
	margin: 0 auto 0 auto;
	width: 900px;
	padding: 1em 0 1em 0;
   	font-size: 75%;
	text-align: center;
	}

/* --- footer - edit/admin/logout options div items --- */
div.footerEAL {
	clear: both;
	text-align: center;
	padding: 0 0 1em 0;
	}

/* ---------- Wiki formatted items --------- */
p.wikiIndent{
	padding: 0 2.5em;
	}
table.wikiFmt {
	font-size: 95%;
	margin: 0.5em auto 0.5em auto;
	border-collapse: collapse;
	border: 1px solid #999999;
	}
caption.wikiFmt {
	font-style: italic;
	font-size: 90%;
	margin: 0 auto 0.25em auto;
	white-space: nowrap;
	}
th.wikiFmt {
	color: #FFFFFF;
	background-color: #585657;
	border: 1px solid #999999;
	}
td.wikiFmt {
	background-color: #FFFFFF;
	color: #000000;
	padding: 0.2em 0.75em;
	border: 1px solid #999999;
	}
div.wikiSectionIndex {
   	font-size: 90%;
	background-color: #ffdfdf;
	padding: 0.1em;
	margin: 1.25em 5% 1em 5%;
	}
ul.wikiSectionIndex {
	margin: 4px 0;
	}
li.wikiSectionIndex {
	margin: 3px 0;
	}
a.wikiSectionIndex {
	}
span.wikiSectionIndex {
	font-weight: bold;
   	font-style: italic;
	}
div.wikiSection {
   	font-size: 120%;
	font-weight: bold;
	border-bottom: solid 2px #ff0406;
	padding: 0 0 0 4px;
	margin: 2em 0 0.5em 0;
	}
div.wikiSectionTop {
   	font-size: 70%;
	float: right;
	padding-top: 3px;
	}
a.wikiSectionTop {
	color: #999999;
	text-decoration: none;
	}
a.wikiSectionTop:hover {
	color: #ffffff;
	background-color: #e41b23;
	}
a.wikiSectionTop:active {
	color: #e41b23;
	background-color: #ffffff;
	}
.wikiProblem {
	color: #ffffff;
	background-color: #cc0000;
	font-size: 85%;
	padding: 0 0.15em 0 0.15em;
	}

/* ---------- Wiki list items --------- */
form.wikiListForm {
	display: inline;
	}
input.wikiListForm {
	font-family: monospace;
	font-size: 90%;
	margin: 0pt;
	padding: 0pt;
	}
td.wikiListNoData {
	width: 45em;
	}
td.wikiListFooter {
	background-color: transparent;
	border: 1px solid #ffffff;
	padding: 0.4em 3px 0 0 ;
   	font-size: 85%;
   	color: #808080;
	}

