
body {
background-color: #000000;
font-size: 20px;
color: #000000;
margin: 10 auto;
}
.theadmain {color: #FFFFFF; background-color: #000000;}
a:link {text-decoration: underline; color: #000000;}
a:visited {text-decoration: underline; color: #000000;}
a:active {text-decoration: underline; color: #000000;}
a:hover {text-decoration: underline overline; color: #0000FF;}
ul.disc {list-style-type: disc}
ul.circle {list-style-type: circle}
ul.square {list-style-type: square}
ul.none {list-style-type: none}
h1 {
position: relative;
top: -20px;
font-size:40px;
}
h2 {
position: relative;
top: -15px;
font-size: 18px;
}
h3 {
position: relative;
font-size: 12px;
}
.imageRepeatBox {
width: 800px;
height: 730px;
background-image: url('images/bgnew.gif');
align: center;
/* background-color: #EDDA74; */
}
#top {
position: absolute;
left: 2px;
width: 800px;
height: 50px;
text-align: center;
}
#menu {
position: absolute;
left: 2px;
top: 60px;
width: 800px;
height: 20px;
font-size: 12px;
text-align: center;
}
#middle {
overflow: auto;
position: absolute;
left: 2px;
top: 80px;
width: 800px;
height: 610px;
text-align: center;
}
#bottom {
position: absolute;
left: 2px;
top: 690px;
width: 800px;
height: 20px;
text-align: center;
}

table.main {
/* background-color: #F5F5DC; */
background-image: url('images/bgnew.gif');
width: 800px;
padding: 5px;
/* border: 2px solid black; */
}

table.content {
width: 780px;
border: 0;
text-align: center;
padding: 0px;
}
