BODY
{
	margin: 0;
	padding: 15px 0 15px 0;
	text-align: center;
}
.pageHeader
{
  width:  1004px;
  height: 125px;

  background: url(./img/header2.png) no-repeat;
}

.pageFooter
{
  font-family: Verdana, Arial, Sans-serif;
  font-weight: normal;
  font-size:   11px;
  color:       #585858;

  width:  1004px;
  height: 36px;
  padding: 5px 18px 0 18px;

  background: url(./img/footer.png) no-repeat;
}
.pageFooter A
{
  color: #585858;
  text-decoration: none;
}
.pageFooter A:Hover
{
  color: #727272;
  text-decoration: underline;
}

.pageTitle
{
  font-family: Verdana, Arial, Sans-serif;
  font-weight: bold;
  font-size:   16px;
  color:       #AF38E2;

  float: right;
  padding: 80px 10px 0 0;
}
.contentTitle
{
  font-family: Verdana, Arial, Sans-serif;
  font-weight: bold;
  font-size:   18px;
  color:       #B878C1;

  padding: 8px 0 8px 0;
  text-align:  center;
}

.menuButton
{
  font-family: Verdana, Arial, Sans-serif;
  font-weight: bold;
  font-size:   11px;

  padding:    0 5px 0 5px;
  background: url(./img/button_mid.png) repeat-x;
}
.menuButton A
{
  color: #F5D1F5;
  text-decoration: none;
}
.menuButton A:Hover
{
  color: #FFDBFF;
  text-decoration: underline;
}
.menuButton A#current
{
  color:  #FFFFFF;
  cursor: default;
  text-decoration: none;
}

.menuButtons
{
  margin:  0;
  padding: 1px 1px 1px 4px;
  list-style: none;
  position:relative;
}
.menuButtons LI
{
  float: left;
}
.menuButtons LI a
{
  font-family: Verdana, Sans-serif;
  font-weight: bold;
  font-size:   11px;
  color:       #F4DAF4;
  text-decoration: none;

  display: block;
  float: left;
  margin:  0;
  padding: 0 0 0 10px;
  height:  26px;
}
.menuButtons LI a b
{
  height:  26px;
  cursor:  pointer;
  padding: 6px 10px 0 0;
}

.menuButtons LI a:hover
{
  color: #FFFFFF;
  background: url(./img/button.png);
}
.menuButtons LI a:hover b
{
  padding: 6px 10px 0 0;
  background: url(./img/button.png) no-repeat right top;
}

.menuButtons LI#current a
{
  color: #CD96CD;
  background: url(./img/button.png);
}
.menuButtons LI#current a b
{
  background: url(./img/button.png) no-repeat right top;
}

.iCss
{
  margin: 1px 15px 0 10px;
  border:  0;
  cursor:  pointer;
}
.textContents
{
  font-family: verdana, arial, sans-serif;
  font-weight: normal;
  font-size:   13px;
  color:       #454545;

  padding: 5px 10px 5px 10px;
  text-align: left;
}

