body, html
{
  height: 100%;
  width: 100%;
}

body
{
  font-family: arial, helvetica;
  font-size: 12px;
  padding: 0px;
  margin: 0px;
  background: #E5E5E3 url(/img/bodyTile.gif) repeat-y center center;
  height: 100%;
  width: 100%;
}


#wrapper
{
  width: 780px;
  margin: 0px auto;
  background: url(/img/logo.gif) no-repeat top center;  
  height: 400px;
  position: relative;
}

.clearAll
{
  clear: both;
}

#topMenu
{
  background: #C72C27;
  padding: 5px 12px 4px 12px;
  text-align: right;
  font-size: 0.95em;
}

#topMenuItems
{
  display: table;
  float: right;
  white-space: nowrap;
}

#topMenuItems table
{
  border: 0px;
  border-collapse: no-collapse;
  white-space: nowrap;
}

#topMenuItems td
{
  text-align: right;
}

#topMenuItems a
{
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding-left: 12px;
  padding-right: 12px;
  border-left: 1px solid #fff;
}

.selected, #topMenuItems a:hover
{
  /* border-bottom: 3px solid #FF7474; */
  color: #FF7474;
}


#contentBox
{
  position: absolute;
  top: 205px;
  left: 62px;
  _left: 67px;
  width: 657px;
  text-align: left;
  line-height: 1.4em;
  /* border: 1px solid grey; */
}

#contentBox table
{
  font-family: arial, helvetica;
  font-size: 12px;
}


/* Joomla table styles */

.contentpaneopen td
{
  border: 0px solid red;
  padding: 0px;
}

.contentpaneopen
{
  border-collapse: collapse;
}

.componentheading
{
  font-weight: bold;
  color: #C72C27;
  font-size: 14px;
  padding-bottom: 12px;
}

