﻿html, body, form
{
  margin: 0;
  padding: 0;
  border: 0;
}
/* center content frame */
.frame
{
  width: 987px;
  margin: 0 auto;
}
/* columns within center .frame */
.left-column, .right-column
{
  float: left;
  width: 150px;
  height: 100%;
}
.center-column
{
  float: left;
  width: 687px;
}
.clear
{
  clear: both;
}
/* header row
**********************************/
.header
{
  clear: both;
  height: 115px;
  width: 100%;
}
.header .left-column
{
  height: 115px;
}
.header .center-column
{
  height: 115px;
}
.header .search
{
  margin: 15px 0 0 0;
  text-align: right;
}
.header .search .label
{
  float: right;
  padding: 0;
}
.header .search .input
{
  float: right;
}
.header .right-column
{
  height: 115px;
}
/* menu row
**********************************/
.menu
{
  clear: both;
  height: 33px;
  width: 100%;
}
.menu .frame
{
  width: 988px;
}
.menu .left-column
{

}
.menu .center-column
{
  width: 688px;
}
.menu .right-column
{

}
/* banner row
**********************************/
.banner
{
  clear: both;
}
.banner .center-column
{
  width: 687px;
  height: 209px;
}
.banner .center-column .strip
{
  margin: 179px 0 0 0;
  height: 30px;
  opacity: 0.85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
}
.banner .center-column .title
{
  float: left;
  width: 450px;
  opacity: 1.0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.banner .center-column .font-size
{
  float: right;
  opacity: 1.0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
/* content row
**********************************/
.content
{
  clear: both;
  width: 100%;
}
.content .tdLeft
{
  padding: 10px 0 0 10px;
  vertical-align: top;
  width: 165px;
}
#jScroller
{
  height: 200px;  
}
.outsideScroller
{

}
.content .tdCenter
{
  padding: 10px 10px 0 10px;
  vertical-align: top;
}
.content .tdRight
{
  padding: 10px 10px 0 0;
  vertical-align: top;
  width: 210px;
}
/* footer row
**********************************/
.footer
{
  clear: both;
  width: 100%;
  height: 30px;
}
/* msic styles
**********************************/
div.plain
{
  list-style: none;
  float: left;
  margin: 10px 0 5px 0;
  padding: 0;
}
div.left-col
{
  display: block;
  float: left;
}
div.right-col
{
  display: block;
  float: left;
  margin: 0 10px 10px 10px;
}