/* CSS Document - MainStyle*//*author: René Woizenko*/

body
{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background-image: url('backgroundTop.png');
  background-repeat: repeat-x;
  text-align: center;
}

.backLink
{
  font-weight: normal;
  font-size: 11px;
  text-decoration: none;
  color: #ffffff;
  text-align: left;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.backLink:Hover
{
text-decoration: underline;
}

.clearBoth
{
  clear: both;
}

div#outerContainer
{ 
  width: 100%;
  height: 100%;
}

div#header
{
  width: 855px;
  height: 70px;
  background-image: url('wrs_logo.png');
  background-repeat: no-repeat;
  padding: 0 0 0 0;
  margin: 0 0 20px 0;
}


div#borderFlash
{
  width: 855px;
  height: 35px; 
  background-image: url('borderFlash.png');
  background-repeat: no-repeat;
  font-weight: normal;
  font-size: 11px;
  text-decoration: none;
  color: #ffffff;
  text-align: left;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  padding: 8px 0 0 20px;

}

div#flashWindow
{
  width: 855px;
  height: 475px;
  background-color: #c2c2c2;
}

div#mainContainer
{
  text-align: center;
  margin: auto;
  width: 855px;
  height: 720px;
}

div#Content
{
  width: 855px;
  min-height: 527px;
  background-color: #fff;
  text-align: left;
}

div#footer
{
  width: 100%;
  height: 25px;
  margin: 0px auto;
  padding: 0px auto;
  text-align:center;
  background-image:  url("footer-bg_sides_01.gif");
  background-repeat: repeat-x;
  position: relative;
  bottom: 0px;
}

.testBtn
{
  display:block;
  font-weight: normal;
  font-size: 11px;
  text-decoration: none;
  color: #000000;
  text-align: left;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  padding: 4px 0 0 5px;
  background: url('button_01.gif') no-repeat 0 0;
  width: 220px;
  height: 21px;
  background-color: #FFFFFF;
}

.testBtn:hover
{
  background: url('button_01_hover.gif') no-repeat 0 0;
}

