/*
    CSS Style Sheet for WorldU3A [Support] web pages
    Written by:  Peter Anderson (pjafrombbay@yahoo.com.au)
    Date:       Wednesday, 3 November 2004
    Ammended:   Wednesday, 3 November 2004
*/
a {
    background-color : transparent;
    text-decoration : none; }
a:link {
    color: #10177d; }
a:visited {
    color: #10177d; }
a:hover{
    color: #10177d; text-decoration: underline; }
a:active {
    color: #10177d; }
body {
    color: black;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: small;
    background-color: white;
    background-image: url(../images/support_bg.png);
    background-repeat: repeat-y;
}
h1, h2, h3, h4, h5, h6 {
    color: #10177d;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
hr {
    text-align : center;
    width: 75%;
}
/* The default position for images is against the left margin */
img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
#container {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: 140px;
    width: 750px;
    text-align: left;
}
#left {
    float: left;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: 450px;
    text-align: left;
    float: left;
    /*
    border-left: 1px solid red;
    border-right: 1px solid green;
    */
}
#right {
    float: left;
    font-size: x-small;
    margin: 0;
    padding-left: 25px;
    width: 250px;
    text-align: left;
    /*
    border-left: 1px solid red;
    border-right: 1px solid green;
    */
}
.small {
    font-size: x-small;
}
.tiny {
    font-size: xx-small;
}

