body {
 background-color: #2e473b;
 margin: 3px;
 font: 10pt/16pt georgia;
 color: #000000;
}
p {
 margin-top: 0px;
 font: 10pt/16pt georgia;
 text-align: left;
}
ul {
 font-size: 14px;
}
h1 {
 margin-bottom: 0px;
 font: bold italic 12pt georgia;
 color: #2e473b;
 letter-spacing: 0px;
 text-decoration: underline
}
h2 {
 margin-bottom: 0px;
 font: bold italic 10pt georgia;
 color: #2e473b;
 letter-spacing: 0px;
}
a:link, a:visited {
 color: #2e473b;
 text-decoration: none
}
a:hover {
 color: #000000;
 text-decoration: underline;
}
a:active {
 background-color: #ffffff;
 color: #000000;
 text-decoration: none
}
#container {
 text-align: center;
 background-color: #FFFFFF;
 padding: 8px;
 width: 650px;
}
#header {
 width: 100%;
 height: 300px;
 background-image: url('sts_header.jpg');
 background-repeat: no-repeat;
 background-position: center center;
}
#content {
 width: 100%;
 margin-top: 6px;
 margin-bottom: 6px;
 text-align: right;
}
.content_table {
 width: 100%;
}
#content_left {
 width: 15%;
 text-align: center;
 padding: 5px;
 background-color: #E6E6E6;
 font-size: 12px;
}
#content_center {
 width: 70%;
 padding: 8px;
 text-align: left;
 background-color: #E6E6E6;
}

/* content_right not used anymore */

#content_right {
 width: 15%;
 text-align: left;
 font-size: 12px;
 padding: 8px;
 background-color: #E6E6E6;
}
#footer {
 width: 100%;
 padding: 1px;
 text-align: center;
 background-color: #E6E6E6;
}