body { 
background-color: #cccccc; 
font-family: Arial, Helvetica, sans-serif;
text-align: center;
margin: 0;
padding: 0;

height: 100%;
}

td {
text-align: center;
font-size: smaller;
}

th {
text-align: center;
font-weight: bold;
}

img { behavior: url(iepngfix.htc); }

.floatright {
float: right;
}

p {
margin: 0;
padding: 10;
}

#shadow-container {
margin: 0 auto;

width: 802px;
background-image: url('images/shadow.png');
}

#main-container {
margin: 0 auto;
width: 750px;
/* height: 750; */
text-align: left;
/*
min-height: 100%;
height: auto !important;
height: 100%; */

}

#header {
height: 80px;
padding: 10;
/* background-color: #4786a4; */
background-color: #6EA2BB;
border-left: 1px solid #553909;
border-right: 1px solid #553909;
background-image: url('images/headerbg2.png');

}

#body {
padding: 25px;
background-color: #ffffff;
border-left: 1px solid #553909;
border-right: 1px solid #553909;
/* border-top: 1px solid #553909; */
background-image: url('images/bodyshadow.png');
background-repeat: repeat-x;
/* position: relative; */
}

#menu {
padding: 0px;
background-color: #cccccc;
border-left: 1px solid #553909;
border-right: 1px solid #553909;
border-top: 1px solid #553909;
border-bottom: 1px solid #553909;
/* border-top: 1px solid #553909; */
/* background-image: url('images/bodyshadow.png'); */
background-repeat: repeat-x;
height: 28px;
vertical-align: middle;
}

.menuitem {
padding-left: 8px;
padding-right: 8px;
padding-top: 4px;
background-color: #cccccc;
border-right: 1px solid #553909;
width: auto;
height: 24px;
float: left;
position: relative;
background-image: url('images/menubg.png');
background-repeat: repeat-x;
}

.menulink A:link {
text-decoration: none;
font-weight: bold;
color: #4786a4;
}
.menulink A:visited {
text-decoration: none;
font-weight: bold;
color: #4786a4;
}
.menulink A:active {
text-decoration: none;
font-weight: bold;
color: #6EA2BB;
}
.menulink A:hover {
text-decoration: none;
font-weight: bold;
color: #6EA2BB;
}

#footer {
height: 80px;
padding: 10;
/* background-color: #553909; */
background-color: #60442E;
/*
position: absolute;
bottom: 0;
width: 100%; */
}