body{
margin:0;
/*font-family: Verdana, Geneva, sans-serif;   NOT USED AFTER CHANGING HOST*/
}

hr{
width:900px;
margin:30px 0 10px 0;
}

a{
color:#990000;
font-size:14px;
}

#header{
width:100%;
height:120px;
border-bottom:4px solid #800000;
background-color:white;
}

#headerinner{
width:65%;
margin:auto;
}

#main{
width:65%;
height:auto;
margin:auto;
padding:75px 75px 20px 75px;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
background-color:white;
}

#maininner{
width:1000px;
height:auto;
margin:auto;
font-size:10px;
padding:50px 75px 20px 75px;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
background-color:white;
}

#buttonview, #subbut{
background-color:#004892;
color:white;
width:120px;
height:30px;
margin:auto;
line-height:30px;
text-align:center;
font-weight:bold;
font-size:14px;
border-radius:12px;
}

#buttonviewsmall{
background-color:#990000;
color:white;
width:100px;
height:30px;
margin:auto;
line-height:30px;
text-align:center;
font-weight:bold;
font-size:12px;
border-radius:12px;
}

input[type="text"] {
  border: solid 1px #999;
  /*box-shadow: inset 1px 1px 2px 0 #707070;*/
  transition: box-shadow 0.3s;
  width:95%; 
  align:left; 
  height:25px; 
  border-radius:5px;
}

#jumptop{
width:65px;
height:50px;
position:fixed;
background-color:#999999;
opacity:0.8;
border-radius:8px;
z-index:999999;
text-align:center;
line-height:50px;
font-weight:bold;
float:right;
bottom:20px;
right:20px;
display:none;
}


#jumpbottom{
width:65px;
height:70px;
position:fixed;
background-color:#990000;
opacity:0.8;
padding-top:6px;
border-radius:8px;
z-index:999999;
text-align:center;
line-height:15px;
font-weight:bold;
font-size:13px;
float:right;
bottom:90px;
right:20px;
display:none;
}

#addsup{
display:none;
background-color:#efefef;
margin-bottom:30px;
}



