body {
	background-color: #752457;
	background: #776B73 url('/images/background.jpg') repeat ;
	font-family: verdana, sans-serif;
	font-size: 85%;
	color: #000000;
	margin: 0;
	padding: 0;
	}
div.masterDiv {							/* used to create fixed width content area */
	position: relative;
	background-color: #ffffff;
	width: 840px;
	padding: 0;
	margin: 1em auto 1.5em auto;
	}

/* --- standard HTML items --- */
a {
	color: #d01418;
	text-decoration: none;
	}
a:visited {
	color: #A21012;
	text-decoration: none;
	}
a.data, a.data:visited {					/* stealth links */
	color: #000000;
	text-decoration: none;
	}
a.breadcrumbs, a.breadcrumbs:visited {
	color: #666666;
	text-decoration: none;
	}
a:hover, a.data:hover, a.breadcrumbs:hover {
	color: #ff0000;
	background-color: #ffff33;
	text-decoration: none;
	}
a:active, a.data:active, a.breadcrumbs:active {
	color: #006600;
	background-color: #ffff33;
	text-decoration: none;
	}

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: #3361F0;
	font-family: verdana, sans-serif;
	}
hr {									/* format the HR display */
	height: 1px;
	width: 95%;
	color: #888E9B;
	background-color: #888E9B;
	border: none;
	}
tt {									/* adjust wiki Teletype text display */
	font-size: 145%;
	color: #444444;
	padding: 0 0.25em;
	}
pre {									/* adjust wiki preformatted (address) text display */
	font-size: 135%;
	}

/* --- misc formatting items --- */
.admin {								/* highlight admin only items */
	background-color: #ffdddd;
	font-family: sans-serif;
   	font-size: 80%;
	padding: 1px 0.75em;
	margin: 0 0.5em;
	font-variant: small-caps;
	}

/* --- navigation bar div items --- */
div.navBar {
	background-color: #d01418;
	padding: 0;
	margin: 0;
	}
p.navBar {								/* positions the name of the site */
	position: absolute;
	top: 12px;
	right: 45px;
	font-family: sans-serif;
   	font-size: 100%;
	font-variant: small-caps;
   	margin: 0;
	}

div.navBarArrows {						/* positions the navigation arrows */
	position: relative;
	top: 3em;
	right: 1.5em;
	width: 100%;
	height: 1px;
	}
img.navBarNavLeft {						/* navigation arrows */
	position: absolute;
	top: 0.25em;
	right: 25px;
	}
img.navBarNavRight {
	position: absolute;
	top: 0.25em;
	right: -10px;
	}

div.navBarMenu {						/* positions the main navigation menu */
	width: 100%;
	padding-bottom: 0.25em;
	z-index: 10;
	}
table.navBarMenu  {						/* positions the main navigation menu */
	margin: 2px 10.5em 0 0 ;
	width: 100%;
	}

div.navBarSearch {
	position: absolute;
	top: 142px;
	right: 3px;
	}
input.navBarSearchText {
	font-family: sans-serif;
	font-size: 75%;
	}
input.navBarSearchIcon {
	vertical-align: middle;
	}
/* ---------- main content div items --- */
div.mainContent {
	margin: 0 1em 0 1em;
	}

/* --- title div items --- */
p.breadcrumbs {								/* gallery View Slide Show link */
   	font-family: sans-serif;
	color: #666666;
   	font-size: 78%;
   	font-style: italic;
   	text-align: left;
   	margin: 0 0 0.25em 0.9em;
	font-variant: small-caps;
	}
div.title {
	margin: 0;
	}
h2.title {
   	font-size: 200%;
	font-weight: bold;
	border-bottom: 1px solid #666666;
	margin: 0 -0.25em;
	padding: 0 2.5em 1px 0.5em;
	}
p.title {								/* title synopsis */
	text-align: right;
	color: #444444;
	font-family: sans-serif;
   	font-size: 80%;
   	font-style: italic;
	margin: 2px 1em 0 40%;
	}

/* ---------- user message div items --- */
div.userMessages {
	background-color: #ffd6d6;
	color: #000000;
	margin: 0 0 0 10%;
	}
ul.userMessages {
	font-family: sans-serif;
	font-size: 95%;
	font-variant: small-caps;
	}
li.userMessages {
	padding: 0.25em 0;
	}


/* --- body - main text div items --- */
div.bodyText {					/* main text for page */
	margin: 0 3em 0 4em;
	}

/* --- body - kid (child links) div items --- */
div.bodyKid {
	margin: 0 0 0 2em;
	}
ul.bodyKid {							/* format the child links */
	}
li.bodyKid {
	margin: 0.75em 0 0 0;
	}
p.bodyKid {								/* format link description*/
   	font-size: 80%;
   	font-style: italic;
   	color: #444444;
   	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: 88%;
	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 {
   	font-style: italic;
	}
p.bodySrchRslts {
   	font-size: 90%;
	font-weight: bold;
	font-variant: small-caps;
	color: #333333;
	text-align: center;
	}

/* --- body - See Also div items --- */
div.bodySeeAlso {
	margin: 2em 0 0 4em;
	}
h3.bodySeeAlso {
   	font-style: italic;
	}
ul.bodySeeAlso {
	}
li.bodySeeAlso {
	margin: 0.75em 0 0 0;
	}

/* --- body - additional div items --- */
div.bodyAddl {
	color: #222222;
	background-color: #DBE3FD;
   	font-size: 90%;
	padding: 1px 1em;
	margin: 2em 5em 0 6em;
	}

/* --- body - Comments --- */
div.bodyComments {
	clear: both;
	text-align: right;
   	font-size: 80%;
	font-style: italic;
	font-variant: small-caps;
	margin: 1em 7em 0 0;
	}

/* --- footer - div items --- */
div.footer {
	clear: both;
   	font-size: 75%;
	font-family: sans-serif;
	margin: 1em 2em ;
	text-align: center;
	padding: 0 0 0.5em 0;
	}

/* --- footer - (editing) page data div items --- */
div.footerPgData {
	clear: both;
	margin: 0.5em 10% 0 10%;
	}
table.footerPgData {
	text-align: center;
	font-family: sans-serif;
   	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: #ffcccc;
	}
td.footerPgData {
	text-align: left;
	padding: 2px 1em 2px 1em;
	background-color: #ffdddd;
	}

/* --- 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-family: sans-serif;
	font-size: 95%;
	margin: 0.5em auto 0.5em auto;
	border-collapse: collapse;
	}
caption.wikiFmt {
	font-style: italic;
	margin: 0 auto 0 auto;
	}
th.wikiFmt {
	color: #FFFFFF;
	background-color: #0B2E97;
	border: 1px solid #6385F4;
	padding : 0 0.25em;
	}
td.wikiFmt {
	background-color: #FFFFFF;
	color: #000000;
	padding: 0.2em 0.75em;
	border: 1px solid #3361F0;
	}

div.wikiSectionIndex {
   	font-size: 95%;
	background-color: #E7ECFE;
	padding: 0.25em 0;
	margin: 5px auto 1em 1em;
	}
ul.wikiSectionIndex {
	margin: 4px 0;
	list-style-type: square;
	}
li.wikiSectionIndex {
	margin: 3px 0;
	}
a.wikiSectionInde {
	}
span.wikiSectionIndex {
	font-weight: bold;
   	font-style: italic;
	}
div.wikiSection {
   	font-size: 140%;
   	color: #3361F0;
   	font-weight: bold;
	border-left: solid 2px #5B79C8;
	border-bottom: solid 1px #888E9B;
	padding: 0 0 0 0.25em;
	margin: 2em 0 0.5em -0.15em;
	}
div.wikiSectionTop {
   	font-size: 60%;
	float: right;
	padding: 0.5em 0 0 0;
	}
a.wikiSectionTop {
	text-decoration: none;
	}
