#mainImage
{
  margin-right: 1px;
}

#column1
{
  float: left;
  width: 385px;
  margin: 1px 0px;
}

#column2
{
  float: right;
  width: 385px;
  margin: 1px 0px;
}

#strip1
{
  float: left;
  width: 192px;
  height: 21px;
  margin-bottom: 1px;
  background-image: url(../images/stripBkg.jpg);
  background-repeat: repeat-y;
}

#strip1 a
{
  color: #FFFFFF;
  font-size: 0.7em;
  font-weight: bold;
  line-height: 21px;
  text-decoration: none;
}

#strip2
{
  float: right;
  width: 192px;
  height: 21px;
  margin-bottom: 1px;
  background-color: #D4D0C1;
}

#strip3
{
  float: left;
  width: 192px;
  height: 21px;
  margin-bottom: 1px;
  background-image: url(../images/stripBkg.jpg);
  background-repeat: repeat-y;
}

#strip4
{
  float: right;
  width: 192px;
  height: 21px;
  margin-bottom: 1px;
  font-size: 0.7em;
  font-weight: bold;
  line-height: 21px;
  background-color: #F3C616;
}

#sideMenu
{
  background-color: #7F8E8F;
}

#text
{
  float: right;
  width: 168px;
  height: 168px;
  overflow: hidden;
  padding: 12px;
  /*font-size: 0.7em;*/
  background-color: #E7EBEF;
}

#text a
{
  color: #3366cf;
  text-decoration: none;
}

#text h1
{
  margin: 0px;
  /*font-size: 1em;*/
}

#text p
{
  margin: 16px 0px;
}

#news
{
  float: right;
  width: 168px;
  height: 168px;
  overflow: hidden;
  padding: 12px;
  background-color: #E7EBEF;
}

#newsScroller
{
  z-index: 10;
  left: 0px;
  visibility: visible;
  overflow: hidden;
  width: 168px;
  clip: rect(0px 168px 168px 0px);
  position: relative;
  top: 0px;
  height: 168px;
}

#newsContent
{
  z-index: 9;
  left: 0px;
  visibility: visible;
  width: 168px;
  position: relative;
  top: 168px;
}

.newsItem
{
  height: 168px;
  width: 168px;
  /*font-size: 0.7em;*/
}

.newsItem a
{
  color: #3366cf;
  text-decoration: underline;
}

.newsItem h1
{
  margin: 0px;
  font-size: 0.7em;
}

.newsItem p
{
  margin: 16px 0px;
}