/* CSS Document */

body, html{
border:0;
margin:0;
background-color:#fff;
height:100%;
}

#wrapper
{
width:619px;
min-height: 100%;
height: auto !important;
height: 100%;
margin-left:0;
margin-top:0;
margin-bottom:-64px; /* the bottom margin is the negative value of the footer's height */
background-image:url(images/back1/line.gif);
background-repeat:repeat-y;
}

#header1{
position:absolute;
width:619px;
height:702px;
border:0;
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:17px;
background-image:url(images/back1/top1.gif);
background-repeat:no-repeat;

}

#header2{
position:absolute;
width:619px;
height:702px;
border:0;
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:17px;
background-image:url(images/back1/top2.gif);
background-repeat:no-repeat;

}

#push{
width:619px;
height:64px; /* .push must be the same height as .footer */

}

#footer{
height:64px; /* .push must be the same height as .footer */
width:619px;
height:64px;
background-image:url(images/back1/footer.gif);
background-repeat:no-repeat;
z-index:10;
}


#backnclose{
margin-left:440px;
margin-top:53px;
width:130px;
height:20px;
}

.submenu{
float:right;
}

img {
text-decoration:none;
border:0;
}

#text1{
margin-top:40px;
margin-left:60px;
width:500px;
height:600px;
color:#666666;
overflow:auto;
}

#text2{
margin-top:23px;
margin-left:60px;
width:500px;
height:535px;
color:#999999;
overflow:auto;
}

h1{
font-size:11px;
color:#333333;
font-weight:800;
}

#title{
margin-left:100px;
margin-top:38px;
}

.offset{
margin-left:60px;
line-height:23px;
}

a, a :hover{
text-decoration:none;
color:#666666;
}


label{
margin:3px;
}

.form{
color:#333333;
}

input
{
background: #fff;
border: 1px solid #999999;
color:#333333;
margin-right:10px;
}


.submit{
font-weight:normal;
font-size:11px;
color:#333333;
background: #fff;
border: 1px inset #999999;
}

select {
  border: 1px solid #ccc;
  background-color: #fff;
}

.green{
color:#009900;
}
