body.stage {
    margin: 0px 0px 0px 0px;
    color: #333333;
}

#container {
    width: 960px;
}

img {
    padding: 0px;
    border-style: none;
    display: block;
    margin: 0px;
}

#header table {
    width: 100%;
    border-collapse: collapse;
}

.bodytxt {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    line-height: 16px;
}

.bodytxt a {
    color: #660033;
    font-weight: bold;
    text-decoration: none;
}

.bodytxt a:hover {
    color: #333333;
}

.bodytxtlight {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    line-height: 16px;
    color: #ECDCB9;
}

.bodytxtlight a {
    color: #9E7E3B;
    text-decoration: none;
}

.bodytxtlight a:hover {
    color: #ECDCB9;
}

.footertxt {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    color: #FFFFFF;
    line-height: 12px;
    margin-right: 10px;
}

.footertxt a {
    color: #660633;
    text-decoration: none;
}

.footertxt a:hover {
    color: #333333;
}

.navlnk {
    background-image: url(../images/bg-nav.gif);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #9E7E3B;
    text-align: center;
    height: 32px;
}

.leftcontent {
	background-color: #333333;
    background-image: url(../images/bg-grey.gif);
    background-position: top left;
    background-repeat: no-repeat;
    height: 464px;
    text-align: right;
}

.leftcontentnoimg {
    background-color: #333333;
    height: 464px;
    text-align: right;
}

td.navlnk a {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    color: #454545;
    text-decoration: none;
}

td.navlnk a:hover {
    color: #ECDCB9;
}

.title {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 21px;
    line-height: 21px;
    font-weight: bold;
    color: #9E7E3B;
}

.subtitle {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #9E7E3B;
}

/* adding text shadows */

/* default setup that everything sees */
.shadow {
  /* needed for Internet explorer */
  height: 1em;
  filter: Shadow(Color=#666666, 
                 Direction=135, 
                 Strength=5);

  /* Needed for Gecko */
  line-height: 2em;
  white-space: nowrap;
}

/* 
 * used by browsers which know about
 * :before to create the shadow 
 */
.shadow:before {
  display: block;
  margin: 0 0 -2.12em 0.15em;
  padding: 0;
  color: #666666; 
}

#shadow_1:before { 
  content: 'In shadow'; 
}
#second_2:before { 
  content: 'Happy Shadowing!'; 
}

/*\*/
html*.shadow {

  [color:red;/* required by Safari 
              * so that [] is correctly
              * begun. associated with
              * the property, yet hiding
              * it. Seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    text-shadow: #666666 5px 5px 5px; 

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}

/*\*/
html*.shadow:before {

  [color:red;/* required by Safari. 
                seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    display: none;

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}


