#container {
    background-image: url(../images/site_design/bg_container.gif);
    background-repeat: repeat-y;
    background-color: #ffffff;
    zoom: 1;
    height: 1%; 
}
#content {
    margin-top: 25px;
    width: 600px;
    text-align: left;
    height: 1%;
    margin-bottom: 25px;
    padding-bottom: 25px; 
}
#content p {
    color: #6b5a5a;
    }
#content p.tea {
    font-weight: bold;
    font-size: 105%;
    color: #6b5a5a;
}
#content p a {
    font-weight: bold; 
}
#content p span {
    font-weight: bold; 
}
table.menu {
    border-spacing: 0px;
    border-collapse: collapse;
    width: 550px;
    border: 1px #524a4a solid;
    margin-bottom: 1em;
    margin-left: 1em; 
}
table.menu caption {
    font-family: Arial, sans-serif;
    font-size: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #422108;
    font-weight: bold;
    text-align: left;
    padding-left: 15px;
    }
table.menu tfoot {
    border: 1px #524a4a solid;
}
table.menu tfoot tr td {
    padding-bottom: 10px;
    padding-top: 5px;
    background-color: #ded6ce; 
}
table.menu tfoot tr td a {
    color: #734229;
    text-decoration: none; 
}
table.menu tfoot tr td a:hover { 
    color: #524a4a;
    font-style: italic;
}
table.menu th {
    text-align: center;
    font-weight: bold;
    padding: 0.1em 0.5em;
    border: 1px solid #524a4a;
    font-family: Helvetica, Arial, sans-serif;
    color: #734229;
    font-size: 70%;
    line-height: 110%;

}
table.menu td {
    text-align: center;
    padding: 0.2em 0.5em 0.2em 0.5em;
    border: 1px solid #524a4a;
    font-size: 75%;
    line-height: 110%;
    color: #4d5441;
    font-family: Arial, sans-serif; 
}
table.menu thead th {
    text-align: center;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px; 
} 
h3 {
    font-family: Tahoma, Arial, sans-serif;
    color: #8c1829;
}
ul.teabasics {
    margin: 0px;
    padding-left: 60px;
    padding-right: 40px;
}
ul.teabasics li {
    text-align: justify;
    color: #422108;
    font-family: Arial, sans-serif;
    font-size: 85%;
    line-height: 120%; 
    padding-bottom: 4px;
    list-style-image: url(../images/site_design/tinyredpot.gif); 
}
ul.teabasics li a {
    color: #422108;
}
ul.teabasics li a:hover {
    font-style: italic; 
}
ul.bankdetails {
    list-style-type: none;
    font-family: Arial, sans-serif;
    color: #4c4c4c;
    text-align: center;
    font-size: 90%; 
}
#rightcol {
    width: 200px;
    height: 1%;
}
#rightcol p.pgname {
    color: #dedebd;
    font-size: 110%;
    font-weight: bold;
}
#rightcol ul.anchors {
    margin: 0px;
    padding: 0px;
}
#rightcol ul.anchors li {
    list-style-type: none; 
}
#rightcol ul.anchors li a {
    color: #dedebd;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 90%;
    display: block;
    height: 1%; 
}
#rightcol ul.anchors li a:hover {
    font-style: italic;
}
#rightcol ul.links {
    margin: 0px;
    padding: 0px;
}
#rightcol ul.links li {
    list-style-type: none; 
}
#rightcol ul.links li a {
    color: #dedebd;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 90%;
    display: block;
    height: 1%; 
}
#rightcol ul.links li a:hover {
    background-color: #dedebd;
    color: #4d5441;
}
a:link {
    text-decoration: none;
    color: #4c4c4c; 
}
a:visited {
    text-decoration: none;
    color: #4c4c4c; 
}
a:hover {
    font-style: italic; 
}
a:active {}

