body, html
{
  height: 99.8%;
  width: 100%;
  padding: 0;
  margin: 0;
}

body

{
scrollbar-3dlight-color :  #d92421;
scrollbar-arrow-color :  #FFFFFF;
scrollbar-base-color :   #d92421;
scrollbar-darkshadow-color :  #d92421;
scrollbar-face-color :   #d92421;
scrollbar-highlight-color :   #d92421;
scrollbar-shadow-color :   #d92421;
scrollbar-track-color :  #fcfbf7;
background-color: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
color: #ffffff;
background-image: url(images/BG_Main.gif);
background-position: center top;
background-repeat: repeat-x;
font-size: 11px;
            }

.line{
background-image: url(images/DivRepeat.gif);
background-repeat:  repeat-x;
height :5px;
margin-left :0px;
margin-right :0px;
margin-top :15px;
margin-bottom :15px;
}			
		
.leftBG1{
background-image: url(images/Left_BG_1.gif);
background-position: right top;
background-repeat:  no-repeat;
height : 133px;
}

.leftBG2{
background-image: url(images/Left_BG_2.gif);
background-position: right top;
background-repeat:  no-repeat;
height : 67px;
}

.navsBG {
background-image: url(images/BG_nav.gif);
background-position: right top;
background-repeat:  no-repeat;
background-color: #3d3d3d;

}

a {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
color: #ffffff;
font-size: 11px;
line-height : 20px;
text-decoration : underline;
}

a:hover
{
  text-decoration: none;
}

.leftSideBG{
background-image: url(images/Side_Left_BG.gif);
background-position: right top;
background-repeat:  repeat-y;
}

.rightSideBG{
background-image: url(images/Side_Right_BG.gif);
background-position: left top;
background-repeat:  repeat-y;
}

.footer {
background-color: #3d3d3d;
width : 1000px;
height : 50px;
}