body {
  background-image: url(images/bg.gif);
  margin: 0px;
  font-family: arial;
  font-size: 9px;
  color: white;
}

.maintbl {
  /*background-image: url(images/logos.gif);*/
  /*background-color: #002B46;*/
  background-color: #0C0C0C;
  border: 1px solid black;
}

.topspacer {
  height: 5px;
}

.topbar {
  border: 0px;
  border-top: 1px solid #6E63D7;
  border-bottom: 1px solid #6E63D7;
  font-size: 13px;
  color: #ffffff;
}

.topbar a:link, .topbar a:visited {
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
}

.topbar a:hover {
  font-size: 13px;
  color: #ffff00;
  text-decoration: none;
}

.menubar {
  height: 40px;
  padding-top: 5px;
  vertical-align: bottom;
}

.menuitem {
	background-image: url(images/bgmenu.gif);
	background-repeat: no-repeat;
	width: 82px;
	height: 32px;
	font-size: 11px;
	padding-top: 0px;
	text-align: center;
	float: left;
	vertical-align: center;
	line-height: 36px;
}

.menuitem a:link, .menuitem a:visited {
  text-decoration: none;
  color: #FFFFFF  ;
}

.menuitem a:hover {
  text-decoration: none;
  color: #FFFF00;
}

.header {
  /*background-image: url(images/header.jpg);
  background-repeat: no-repeat:*/
  border: 0px;
  border-top: 1px solid #6E63D7;
  border-bottom: 1px solid #6E63D7;
}

.footerbar {
  padding: 0px;
  text-align: center;
  font-size: 12px;
  border: 0px;
  border-top: 1px solid #6E63D7;
  border-bottom: 1px solid #6E63D7;
  color: #ffffff;
  height: 18px;
}

.footerbar a:link, .footerbar a:visited {
  color: #ffffff;
  text-decoration: none;
}

.footerbar a:hover {
  color: #ffff00;
  text-decoration: none;
}

.img-shadow {
  border: 2px solid #6E63D7;
}

/*----------------------------------------------------------------------------
 * LEFT PANEL(s)
 *--------------------------------------------------------------------------*/
table.panelClass-left {
  padding-left: 5px;
}

td.titleClass-left {
  font-family: arial;
  font-size: 22px;
  color: #F9F7ED;
  line-height: 34px;
}

td.introClass-left {
}

td.contentClass-left {
  font-family: arial;
  font-size: 14px;
  color: #F9F7ED;
  line-height: 20px;
}

td.closeClass-left {
}

div.topClass-left {
}

/*----------------------------------------------------------------------------
 * RIGHT PANEL(s)
 *--------------------------------------------------------------------------*/
table.panelClass-right {
  border-top: 0px;
  border-left: 0px solid #6E63D7;
  border-right: 1px solid #6E63D7;
  border-bottom: 1px solid #6E63D7;
  width: 252px;
  text-align: left;
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: arial;
  font-size: 14px;
  color: #F9F7ED;
  line-height: 20px;
}

td.titleClass-right {
  border: 0px;
  margin: 0px;
  padding: 0px;
  color: #FFFFFF;
  background-image: url(images/boxgreen.gif);
  background-repeat: no-repeat;
  width: 252px;
  height: 28px;
  padding-left: 42px;
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
  margin-top: 5px;
  text-align: left;
}

td.introClass-right {
  border-top: 0px;
  border-left: 1px solid #6E63D7;
  border-right: 0px solid #6E63D7;
  border-bottom: 0px;
  width: 252px;
  text-align: left;
  margin: 0px;
  padding: 3px;
  margin-bottom: 10px;
  font-family: arial;
  font-size: 14px;
  color: #F9F7ED;
  line-height: 20px;
}

td.contentClass-right {
  border-left: 1px solid #6E63D7;
  padding: 3px;
}

td.closeClass-right {
  border-left: 1px solid #6E63D7;
  padding: 3px;
}

div.topClass-right {
}

