/* CSS Document */
body 
{
  background-color: #5a5a5a;
  color: white;
  font-family: verdana;
  font-size: 14px;
}

#main
{
  margin-top: 50px;
  width: 1146px;
}
div.topFrame
{
  background: url("img/top_frame.png") no-repeat;
  height: 42px;
}
div.leftFrame
{
  width: 16px;
  height: 677px;
  float: left;
  background: url("img/left_frame.png") no-repeat;
}
div.body
{
  width: 1114px;
  height: 677px;
  float: left;
  background: url("img/left_frame.png") no-repeat;
  background: url(img/body_bg.png) repeat-x #1a1a1a;
}
div.rightFrame
{
  width: 16px;
  height: 677px;
  float: left;
  background: url("img/right_frame.png") no-repeat;
}
div.downFrame
{
  height: 51px;
  background: url("img/down_frame.png") no-repeat;
  float: left;
  width: 1146px;
}

img.headerLogo
{
   float: left;
   margin-left:25px;
   margin-top:13px;
}
div.title
{
  float: left;
  width:50px;
}
h1.title
{
  float: left;
  font-size:21px;
  font-weight:normal;
  margin-left:10px;
  margin-top:30px;
  margin-bottom:0;
}
sup.titleSup
{
  font-size: 14px;
}
h2.subTitle
{
  font-weight: normal;
  float: left;
  font-size:14px;
  font-weight:normal;
  margin-left:10px;
  margin-top:1px;
}

div.headerTopText
{
  float: left;
  margin-left:70px;
  margin-top: 23px;
  width:850px;
}
div.headerDownText
{
  float:left;
  margin-left:114px;
  margin-top:23px;
  width:784px;
}
div.headerTopTextEntry
{
   background: url("img/checker.png") no-repeat left;
   padding-left: 22px;
   float: left;
   margin-left: 25px;
   font-size: 13px;
   height:17px;
}
div.content
{
  float: left;
  width: 580px;
  height: 200px;
  margin-left:25px;
  font-size:13px;
  text-align:left;
}
img.program
{
  float: left;
  margin-left: 10px;
  margin-top:50px;
}
div.header
{
  float: left;
}
h3.blue
{
  color: #90d7ff;
  margin-bottom:1px;
  margin-top:35px;
}

div.bt
{
  text-align: center;
  background: url("img/button.png") no-repeat;
  float: left;
  height: 93px;
  width: 396px;
  margin-left:365px;
  margin-top: 28px;
  padding-top:26px;
  font-size: 25px;
  cursor: pointer;
}
div.bt:HOVER
{
  background: url("img/button_press.png") no-repeat;
}
a
{
  color: black;
  text-decoration: none;
}