#imgtabletop {
background-color: white;
}

#left {
background: url('img/left-bg-tile.gif');
background-repeat:repeat-y;
}

#tablecenter {
background: url('img/rt-bg-tile.gif');
background-repeat:repeat-y;
}

#mainnav {
width:535px;
margin-right:17px;
background-color:#517D51;
padding-top:4px;
}

#maingraphic {
width: 495px;
height: 495px;
overflow: clip;
background-color: white;
margin-right:15px;
text-align:left;
}

#maintext {
width: 495px;
height: 450px;
overflow: scroll;
background-color: white;
margin-right:15px;
text-align:left;
}

.textheader {
font-family:arial,helvetica,sans-serif;
font-weight:bold;
color:#517D51;
}

.bgyellow {
background-color: #fffbcd;
}