body {
	background-color: #ffffff;
	font-family: sans-serif;
	color: #444444;
	padding: 0;
	margin: 0;
	}
div.masterDiv {  /* used to create a fixed width content area */
	border-left: solid 22px #c60071;
	border-right: solid 22px #c60071;
	width: 930px;
	margin: 0 auto;
	padding: 15px 0;
	}

/* --- standard HTML items --- */
a {
	color: #0D52C8;
	text-decoration: none;
	}
a:visited {
	color: #3D0BB0;
	text-decoration: none;
	}
a.data, a.data:visited {  /* stealth links */
	color: #000000;
	text-decoration: none;
	}
a.breadcrumbs, a.breadcrumbs:visited {
	color: #777777;
	text-decoration: none;
	}
a.busCat, a.busCat:visited {
	color: #c60071;
	text-decoration: none;
	white-space: nowrap;
	}
a.wikiButton, a.wikiButton:visited {  /* displayed on lists, etc. */
	color: #000000;
	text-decoration: none;
	font-family: sans-serif;
   	font-size: 80%;
	border: 1pt outset #666666;
	background-color: #dddddd;
	padding: 0 0.25em;
	margin: 0 0.1em;
	}
a.wikiButton:hover {
	color: #FF6600;
	}
a.wikiButton:active {
	color: #FF0000;
	border: 1pt inset #666666;
	}
a.wikiButtonInactive, a.wikiButtonInactive:visited, a.wikiButtonInactive:hover, a.wikiButtonInactive:active {
	color: #000000;
	text-decoration: none;
	font-family: sans-serif;
   	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.busCat:hover, a.wikiListSort:hover {
	color: #3b3b3b;
	background-color: #F5DA60;
	text-decoration: none;
	}
a:active, a.data:active, a.breadcrumbs:active, a.busCat:active, a.wikiListSort:active {
	color: #FF0000;
	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: #c60071;
	}
hr {  /* format the HR display */
	height: 2px;
	width: 90%;
	color: #C75B98;
	background-color: #C75B98;
	}
dt {
	font-weight: bold;
	padding: 0 0 2px 0.75em;
	}
pre {  /* adjust wiki preformatted (address) text display */
	font-size: 120%;
	}
tt {  /* adjust wiki Teletype text display */
	font-size: 110%;
	color: #444444;
	padding: 0 0.25em;
	}

/* --- misc formatting items --- */
.admin {  /* highlights admin only items */
	background-color: #ffcc66;
	font-family: sans-serif;
   	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;
   	text-align: center;
	width: 900px;
	padding: 0;
	margin: 0 auto;
	}
img.navBarLogo {
	}
p.navBar {  /* positions the name of the site */
	position: absolute;
	top: 11px;
	left: 82px;
	font-family: sans-serif;
   	font-size: 100%;
	font-variant: small-caps;
   	margin: 0;
	}
div.navBarArrows {  /* positions the navigation arrows */
	position: absolute;
	top: 88px;
	right: 1.5em;
	width: 22px;
	height: 22px;
	}
img.navBarNavLeft {  /* navigation arrows */
	position: absolute;
	right: 23px;
	}
img.navBarNavRight {
	position: absolute;
	right: 0px;
	}
div.navBarMenu {  /* positions the main navigation menu */
	float: right;
	z-index: 10;
	}
table.navBarMenu  {
	margin:  0 0 0 auto;
	}
.menuAdditional {
	position: absolute;
	}
p.navBarSignedIn {
   	font-size: 80%;
	}
div.navBarSearch {
	float: right;
	margin: 0 0 0 0.25em;
	}
input.navBarSearchText {
	font-size: 70%;
	}
input.navBarSearchIcon {
	vertical-align: middle;
	}

/* --- bodyContent items -- main text area for page --- */
div.bodyContent {
	margin: 0 auto 0 auto;
	width: 900px;
	font-size: 95%;
	}

/* --- user message div items --- */
div.userMessages {
	background-color: #FF9999;
	color: #000000;
	margin: 2em 1em 0 10%;
	}
ul.userMessages {
	font-variant: small-caps;
	}
li.userMessages {
	padding: 0.25em 0;
	}

/* --- title div items --- */
p.breadcrumbs {
	position: absolute;
	top: 0;
	left: 20%;
	color: #777777;
   	font-size: 75%;
   	font-style: italic;
   	text-align: left;
   	margin: 0 0 0.25em 0;
	font-variant: small-caps;
	}
div.title {
	margin: 0;
	}
h2.title {
	color: #444444;
   	font-size: 175%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
p.title {  /* title synopsis */
	color: #999999;
   	font-size: 75%;
   	font-style: italic;
	margin: 0;
	padding: 0 0 0 0.25em;
	}

/* --- body - main text div items --- */
div.bodyText {  /* main text for page */
	clear: both;
	margin: 0 auto 0 auto;
	padding-top: 1px;
	width: 660px;
	}
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;
   	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: 90%;
	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 {
	font-family: sans-serif;
   	font-size: 95%;
	}
h3.bodySrchRslts {
	color: #444444;
	font-family: sans-serif;
   	font-style: italic;
	}
p.bodySrchRslts {
	font-family: sans-serif;
   	font-size: 80%;
	font-weight: bold;
	font-variant: small-caps;
	color: #666666;
	text-align: center;
	}

/* --- body - See Also div items --- */
div.bodySeeAlso {
	width: 450px;
	margin: 2em auto 0 auto;
	clear: both;
	}
h3.bodySeeAlso {
   	font-style: italic;
	}
ul.bodySeeAlso {
	}
li.bodySeeAlso {
	margin: 1em 0 0 2em;
	}

/* --- body - additional div items --- */
div.bodyAddl {
	color: #222222;
	background-color: #F7DFED;
	font-family: sans-serif;
   	font-size: 90%;
	padding: 1px 1em;
	margin: 2em auto 0 auto;
	width: 560px;
	}

/* --- body - Comments --- */
div.bodyComments {
	clear: both;
	text-align: right;
	font-family: sans-serif;
   	font-size: 80%;
	font-style: italic;
	font-variant: small-caps;
	margin: 0 7% 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-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 - div items --- */
div.footer {
	clear: both;
	margin: 0 auto 0 auto;
	width: 700px;
	padding: 1em 0 0 0;
	text-align: center;
   	font-size: 75%;
	}

/* --- 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: 90%;
	margin: 0.5em auto 0.5em auto;
	border-collapse: collapse;
	border: 1px solid #C75B98;
	}
caption.wikiFmt {
	font-family: sans-serif;
	font-style: italic;
	font-size: 100%;
	margin: 0 auto 0 auto;
	white-space: nowrap;
	}
th.wikiFmt {
	color: #ffffff;
	background-color: #B70F6E;
	border: 1px solid #FF96D2;
	}
td.wikiFmt {
	background-color: #FFFFFF;
	color: #000000;
	padding: 0.2em 0.75em;
	border: 1px solid #C75B98;
	}
div.wikiSectionIndex {
	font-family: sans-serif;
   	font-size: 90%;
   	qqwidth: 50%;
	background-color: #F7DFED;
	border: solid 1px #A03772;
	padding: 0;
	margin: 5px 2em 1em 2em;
	}
ul.wikiSectionIndex {
	margin: 4px 0;
	}
li.wikiSectionIndex {
	margin: 3px 0;
	}
a.wikiSectionIndex {
	}
span.wikiSectionIndex {
	font-weight: bold;
   	font-style: italic;
	}
div.wikiSection {
	font-family: sans-serif;
   	font-size: 110%;
   	font-weight: bold;
   	color: #c60071;
	border-bottom: solid 1px #C75B98;
	padding: 0 0 0 0.25em;
	margin: 2em 0 0.5em 0;
	}
div.wikiSectionTop {
   	font-size: 75%;
	float: right;
	}
a.wikiSectionTop {
	text-decoration: none;
	font-weight: normal;
   	font-size: 90%;
	}

/* ---------- 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-family: sans-serif;
   	font-size: 85%;
   	color: #808080;
	}

/* --- additional formatting for business directory pages --- */
div.busCol {
	width: 425px;
	margin: 0 auto;
	}
div.busColLeft {
	width: 410px;
	float: left;
	padding-right: 43px;
	}
div.busColRight {
	width: 425px;
	float: left;
	}
h4.busCat {
	margin: 1em 0 0.25em 0;
	font-size: 107%;
	}
p.busEntry {
	margin: 0 0 1em 0;
	}
span.busName, span.busPhone {
	font-weight: bold;
	}
span.Expired {
	background-color: #ff7777;
	color: #ffffff;
	margin-left: 0.5em;
	padding: 0 0.25em;
	font-weight: bold;
	}
