body { color: #000000; }
span.currentpage {
    background: #314d4a;
    color: #cec2b5; /*#ceb2b5*/
    margin: 1px;
    padding: 1px;
}
img {
	border-style: none;
}
a.menuitem {
    margin: 1px;
    padding: 1px;
    }
a.menuitem:HOVER {
    background: #619993;
    margin: 1px;
    padding: 1px;
    }
h1 {
    text-align: left;
}
h1.center {
    text-align: center;
}
h2 {
    text-align: left;
    /*white-space: nowrap;*/
}
h2.center {
    text-align: center;
}
table.seethrough {
    margin-left: auto; /*Does this work in IE?*/
    margin-right: auto;
	border-style: none;
}
table.seethrough th {
	border-style: none;
	padding: 6px;
}
table.seethrough td {
	border-style: none;
	padding: 6px;
    text-align: left;
}
table.normaltable {
    margin-left: auto;
    margin-right: auto; /*Does this work in IE?*/
	border-width: 0px;
	border-spacing: 0px;
	border-style: inset;
	border-collapse: collapse;
}
table.normaltable th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
    text-align: center;
    background-color: #97ccc6;
	border-color: #303030;
}
table.normaltable td {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
    text-align: center;
    background-color: #d8e6e4;
	border-color: #303030;
}
table td.topbanner {
    background-color: #a6ded8;
    vertical-align: top;
    text-align: left;
}
table td.menulist {
    background-color: #82ccc4;
    vertical-align: top;
    width: 20%;
}
table td.infopane {
    background-color: #82ccc4;
    vertical-align: top;
    text-align: center;
    width: 25%;
}
table td.mainpane {
    background-color: #fff8f8;
    text-align: justify;
    vertical-align: top;
    width: 55%;
}
