html{
overflow-y: scroll;
}

body{
background: url(images/layout/pagebg.png);
font-family: verdana, arial, 'sans serif';
padding: 0;
margin: 0;
text-align: center;
}

p{
margin: 10px;
}

hr{
width: 80%;
text-align: center;
color: black;
margin: 10px auto;
}

.header{
margin-left: auto;
margin-right: auto;
width: 770px;
}

.links{
text-align: right;
padding-right: 20px;
}

.links img{
margin: 117px 3px 46px 5px;
}

.bottomlinks{
margin-top: 0;
margin-bottom: 0;
text-align: center;
position: relative;
top: 30px;
z-index: 1;
}

.content{
background: url(images/layout/contentbg.png);
text-align: left;
font-size: 13px;
padding: 10px;
}

.footer{
text-align: left;
padding: 54px 0 6px 14px;
position: relative;
top: 10px;
}

.footer a:link{
color: #000000;
}

.footer a:visited{
color: #000000;
}

.footer a:active{
color: #000000;
}

.footer a:hover{
text-decoration: none;
}

.table{
text-align: center;
font-size: 13px;
border: 0;
}

.table img{
padding: 0;
margin: 5px;
}

.arr{
border-right: solid 1px green;
border-bottom: solid 1px green;
}

.arr th{
text-align: center;
font-size: 13px;
padding: 5px;
border-top: solid 1px green;
border-left: solid 1px green;
}

.arr td{
text-align: left;
font-size: 13px;
padding: 5px;
border-top: solid 1px green;
border-left: solid 1px green;
}

.form{
font-weight: bold;
}

input, textarea{
font-family: verdana, arial, 'sans serif';
font-size: 13px;
}

.buttons{
text-align: center;
}

.buttons input{
background: url(images/submit.png);
border-width: 0;
width: 250px;
height: 50px;
}

