.logoColor { color: rgb( 136, 50, 172 ); } /* #8832ac; */
.YTGcolor {
  color: rgb( 136, 50, 172 );
  }
.YTGbackground {
  background-color: rgb( 222, 200, 225 ); /* #dec8e1; */
  background-color: #edc2ff;
  }
.YTGname {
  font-family: "Times New Roman", Garamond, Times, serif;
  font-size: 1.1em;
  font-style: italic;
  font-weight: bold;
  color: rgb( 136, 50, 172 );
}
.lightPink { background-color: rgb( 255, 204, 255 ); }
.redLetters { color: #ac3274; }
.nBR {
  white-space: nowrap;
  }

/*
 * ----------------------------------------------------------------------
 * Rounded corners
 * ----------------------------------------------------------------------
 */

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4, .xmiddle {border-left:1px solid #6f1993; border-right:1px solid #6f1993;}
.xb1 {margin:0 5px; background:#6f1993;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}
.xmiddle {padding: 0 1em;}

/*
 * ----------------------------------------------------------------------
 * These classes came from TheFreeDictionary.com
 * to display inline notes 8-Jun-2004
 * ----------------------------------------------------------------------
 */

SPAN.hint
{
BORDER: blue 1px solid;
font-size: 13px;
FONT-WEIGHT: normal;
VISIBILITY: hidden;
TEXT-TRANSFORM: none;
WIDTH: 500px;
COLOR: black;
FONT-STYLE: normal;
/* FONT-FAMILY: Arial; */
POSITION: absolute;
/* BACKGROUND-COLOR: oldlace; */
/* BACKGROUND-COLOR: bkgcolor; */
BACKGROUND-COLOR: #ffffe0;
FONT-VARIANT: normal;
TEXT-DECORATION: none;
padding: 2px;
}
SPAN.hint HR
{
WIDTH: 80%;
COLOR: black;
HEIGHT: 1px
}
SPAN.flw
{
FONT-WEIGHT: bold;
FONT-SIZE: 8pt;
COLOR: red;
FONT-FAMILY: Tahoma
}

/*
 * ----------------------------------------------------------------------
 * end of TheFreeDictionary.com classes
 * ----------------------------------------------------------------------
 */

/*
 * ----------------------------------------------------------------------
 * Page sections
 * ----------------------------------------------------------------------
 */

body {
  background-color: rgb( 222, 200, 225 ); 
  padding: 0;
  }
table { 
  color: #666666;
  }
caption {
  color: rgb( 136, 50, 172 );
  font-weight: bold;
  }
th {
  color: rgb( 136, 50, 172 );
  background-color: rgb( 222, 200, 225 );
  }
div#main {
  width: 720px;
  background-color: rgb( 255, 255, 255 );
  border: 1px solid #dec8e1; /* #56007a; */
  color: #666666;
 }
div#header {
  height: 175px;
  margin-bottom: 0;
  margin-right: 0.5em;
  }
#header img {
  margin: 0;
  margin-top: 0.5em;
  margin-left: 0.5em;
  border: 0;
  }
div#header h1 {
    color: rgb( 136, 50, 172 );
	text-align: center;
	}
#header h1.YTGname {
  font-size: 2.5em;
  font-family: "Times New Roman", Garamond, Times, serif;  
  font-style: italic;
  }
div#header h1.pageName {
  font-family: Arial, Helvetica, sans-serif;
  font-variant: small-caps;
  background-color: rgb( 222, 200, 225 );
  }

div#text {
  margin: 0 0 0 12em;
  padding: 0.5em;
  padding-top: 0;
  font-family: Arial, Helvetica, sans-serif;
  }

div#text h3 {
  margin-top: 0;
  }
div#text.minHeight {
  border: 0px solid #00ffff;
  height: 350px;
  }
div#footer {
  /*
  width: 100%; 
  clear: both;
  text-align: center;
  font-size: 10pt;
  font-weight: normal;
  margin: 0;
  padding: 0;
  border: 1px solid rgb( 136, 50, 172 );
  */
  }

div#footer, div#footer table {
  /* margin-top: 5.5em; */
  /* width: 518px; */
  clear: both;
  text-align: center;
  font-size: 8pt;
  font-weight: normal;
  border: 0px solid rgb( 136, 50, 172 );
  }
/*
div#cpyrite {
  width: 100%;
  margin: 0;
  padding: 1em 0 0 0;
  }
div#cpyrite.browserIE {
  padding: 2em 0 0 0;
  }
*/
a.YTGlink {
  color: rgb( 255, 102, 0 );
  text-decoration: none;
  /* font-weight: bold; */
  }
a:link.YTGlink { 
  text-decoration: none;
  }
a:active.YTGlink { 
  text-decoration: none;
  }
a:visited.YTGlink { 
  text-decoration: none;
  }
a:hover.YTGlink { 
  text-decoration: none;
  color: rgb( 255, 255, 255 );
  background-color: rgb( 255, 102, 0 );
  }

a.inPageLink {
  color: rgb( 50, 172, 136 );
  text-decoration: none;
  /* font-weight: bold; */
  }
a:link.inPageLink { 
  text-decoration: none;
  }
a:active.inPageLink { 
  text-decoration: none;
  }
a:visited.inPageLink { 
  text-decoration: none;
  }
a:hover.inPageLink { 
  text-decoration: none;
  color: rgb( 255, 255, 255 );
  background-color: rgb( 50, 172, 136 );
  }

a.logoColor {
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  }
a:link.logoColor { 
  text-decoration: none;
  }
a:active.logoColor { 
  text-decoration: none;
  }
a:visited.logoColor { 
  text-decoration: none;
  }
a:hover.logoColor { 
  text-decoration: none;
  color: rgb( 255, 255, 255 );
  background-color: rgb( 136, 50, 172 );
  }
.noColor {
  font-style: normal;
  color: #666666;
  }
.goTopSide {
  text-align: left;
  font-size: 0.7em;
  }
.goTopSide img {
  border: 0 !important;
  }
.goTopSide a {
  color: rgb( 53, 101, 101 );
  text-decoration: none;
  border: 0;
  }
  
p#firstParagraph {
  margin-top: 0;
  }
/*
 * ----------------------------------------------------------------------
 * left side of a web page, under the logo
 * ----------------------------------------------------------------------
 */

.menu {
  border: 0px solid #ff0000;
  float: left;
  width: 190px;
  }
div#nameList {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  padding: 1.25em 0.75em 0 0.75em;
  }
div#nameList ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  }
div#nameList a {
  color: rgb( 50, 172, 136 );
  font-size: 10pt;
  text-decoration: none;
  /* font-weight: bold; */
  }
div#nameList a:link { 
  text-decoration: none;
  }
div#nameList a:active { 
  text-decoration: none;
  }
div#nameList a:visited { 
  text-decoration: none;
  }
div#nameList a:hover { 
  text-decoration: none;
  color: rgb( 255, 255, 255 );
  background-color: rgb( 50, 172, 136 );
  }

/*
 * ----------------------------------------------------------------------
 * infoBox class
 * ----------------------------------------------------------------------
 */

dl.infoBox {
  margin-top: 0;
  padding-top: 0;
  }
dl.infoBox dt {
  /* color: rgb( 136, 50, 172 ); */
  margin-top: 1em;
  font-weight: bold;
  }
dl.infoBox dd {
  margin-right: 0.5em;
  border: 1px solid #dec8e1;
  padding: 0.25em;
  }
dl.infoBox p {
  margin-bottom: 0;
  }
dl.infoBox dd.fixHeight {
  height: 140px;
  }
dl.infoBox img {
  border: 1px solid #999999;
  margin-right: 0.5em;
  }
.imgLeft {
  float: left;
  }

/*
 * ----------------------------------------------------------------------
 * Calendar page formatting
 * ----------------------------------------------------------------------
 */

div#sessions {
  height: 24.5em;
  margin-top: 1em;
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0px solid #ffff00;
  }

/*
 * ----------------------------------------------------------------------
 * Locations page formatting
 * ----------------------------------------------------------------------
 */
th.suburbList {
  color: #aaaaaa;
  background-color: #ffffff;
  }
.sponsorshipDefined {
  font-weight: normal !important;
  }
.sponseredSite {
  background-color: rgb( 222, 200, 225 ) !important;
  background-color: #edc2ff !important;
  }
.sponsoredSite {
  background-color: rgb( 222, 200, 225 ) !important;
  background-color: #edc2ff !important;
  }
.tableFootnote {
  font-size: 0.75em;
  }
/*
 * ----------------------------------------------------------------------
 * Message form 
 * ----------------------------------------------------------------------
 */
div#msgmain {
  margin: 0 1em 0 1em;
  background-color: #ffffff;
  }
div#msgmain form, div#msgmain table {
  font-weight: bold; 
  color: #8832ac;
  }
div#msgmain form {
  margin: 0.5em;
  margin-bottom: 0;
  padding: 0.5em;
  padding-bottom: 0;
  border: 1px solid #dec8e1; /* #56007a; */
  }
.yourInfo {
  color: rgb( 102, 102, 102 );
  font-weight: bold;
  }
.msghead {
  margin: 0;
  color: #000000; 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  text-align: justify;
  }
div#buttons {
  text-align: center;
  }
.hideThis {
  display: none;
  }
.onlyPrint {
  display: none;
  }

/*
 * ----------------------------------------------------------------------
 * MyFirstWebPage.net specific style specifications
 * Leave this section at the end
 * ----------------------------------------------------------------------
 */

.MFWPNlogo {
  font-family: 'courier new';  
  font-weight: bold; 
  }
a:link.MFWPNlogo { 
  text-decoration: none;
  }
a:active.MFWPNlogo { 
  text-decoration: none;
  }
a:visited.MFWPNlogo { 
  text-decoration: none;
  }
a:hover.MFWPNlogo { 
  text-decoration: none;
  background: rgb(204, 204, 204);
  }