body
{
  margin:0px;
  font-family:"Trebuchet MS",Verdana, Arial;
  color:#666666;
  font-size:12px;
}

#wrapper
{
  width:1080px;
  margin:50px auto;
  height:auto;
}

#main-content
{
  background:url(../images/landing/main_bg.gif) no-repeat;
  width:880px;
  float:left;
  padding-left:200px;
}


#top-content
{
  width:862px;
  margin-bottom:20px;
}

h1
{
  width:396px;
  height:58px;
  display:block;
  background:url(../images/landing/main_header.gif);
  text-indent:-999em;
  margin:40px 0px 10px 0px;
}

h2
{
  text-indent:-999em;
  margin:0px;
}

h3 {
  margin-top: 5px;
}

#breaking-news {
  width:600px;
  background-color: #2e3192;
  color: white;
  font-size: 1.1em;
  padding: 5px;
  line-height: 1.5em;
  display: none;
}

#breaking-news marquee {
  height: 35px;
}

#main-content p
{
  margin:10px 0px;
  line-height: 15px;
}

#left-column, #middle-column, #right-column
{
  padding:0px 10px;
  float:left;
  height:360px;
  position:relative;
}

#left-column
{
  width:260px;
  background:url(../images/landing/bg_left.gif) no-repeat;
}

#middle-column
{
  width:255px;
  background:url(../images/landing/bg_middle.gif) no-repeat;
  padding-right:25px;

}

#right-column
{
  width:288px;
  background:url(../images/landing/bg_right.gif) no-repeat;
}


#left-column h2
{
  width:209px;
  height:55px;
  background:url(../images/landing/subhead_left.gif);
}

#middle-column h2
{
  width:199px;
  height:55px;
  background:url(../images/landing/subhead_middle.gif);
}

#right-column h2
{
  width:264px;
  height:55px;
  background:url(../images/landing/subhead_right.gif);
}

#main-content a.button
{
  width:170px;
  height:42px;
  display:block;
  text-indent:-999em;
  background:url(../images/landing/button_set.gif);
  position:absolute;
  bottom:0px;
}

#main-content a.forgot {
  position: relative;
  text-indent: 0;
  background: none;
}

#main-content #left-column a.button
{
  background-position:0px 0px;
  outline: none;
}

#main-content #middle-column a.button
{
  background-position:-173px 0px;
  outline: none;
}

#main-content #right-column a.button
{
  background-position:-344px 0px;
  outline: none;
}

#main-content a.button01:hover
{
  background-position:0px -42px;
  outline: none;
}

#main-content a.button02:hover
{
  background-position:-173px -42px;
  outline: none;
}

#main-content a.button03:hover
{
  background-position:-344px -42px;
  outline: none;
}

#footer
{
  width:1080px;
  height:26px;
  background:url(../images/landing/footer_bg.gif);
  float:left;
}


