a:link {color: green;}

a:visited {color: green;}

a:active {color: lime;}

body {
    background: white;
    font-family: Arial, sans-serif;
}

.content {
    color: purple;
    left: 170px;
    position: absolute;
    right: 10px;
    top: 230px;
}

.content div.box {
    background: purple;
    border: solid;
    border-color: black;
    border-width: thin;
    color: white;
    margin: 0 auto;
    padding: 5px 10px;
}

.content div.box a:link {color: lime;}

.content div.box a:visited {color: lime;}

.content div.box a:active {color: white;}

.content div.centre400 {
    margin: 0 auto 20px auto;
    width: 400px;
}

.content div.centre720 {
    margin: 0 auto 20px auto;
    width: 720px;
}

.content div.left20 {
    float: left;
    width: 20px;
}

.content div.left350 {
    float: left;
    width: 350px;
}

.content h1 {
    font-size: 150%;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-align: center;
}

.content div.quotes {
    font-style: italic;
    text-align: center;
}

.content div.quotes li {
    list-style: none;
    padding: 5px 0;
}

.content div.quotes ul {
    padding: 0;
}

.content form {
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    margin: 0 auto 10px auto;
    padding: 0 10px;
    width: 600px;
}

.content form input {
    margin: 0 10px 5px 10px;
    width: 400px;
}

.content form input.button {width: auto;}

.content form label {
    float: left;
    text-align: right;
    width: 100px;
}

.content li {margin-top: 10px;}

.content ol, ul {
    margin-bottom: 0;
    margin-top: 0;
}

.content table {
    margin: 0 auto;
    width: 100%;
}

.content td {padding: 5px;}

.content td.left {
    border: 2px groove violet;
    text-align: center;
}

.content td.right {
    font-weight: bold;
    text-align: right;
    vertical-align: bottom;
}

.content tr.heading td {border: 2px solid white;}

.content tr.heading {
    font-weight: bold;
    text-align: center;
}

img { border: 0; }

img.logo {
    left: 10px;
    position: absolute;
    top: 10px;
}

.menu {
    left: 10px;
    position: absolute;
    top: 220px;
    width: 150px;
}

.menu li {
    color: silver;
    list-style: none;
    padding: 5px 0;
}

.menu ul {
    margin: 0 0 15px 0;
    padding: 0;
}

span.fancy {
    font-family: Apple Chancery, cursive;
    font-size: 150%;
}

.title {
    height: 200px;
    left: 170px;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 20px;
    /* This is to work around an IE bug where it will set the width to zero */
    //width: 720px;
}

.title div.address {
    color: purple;
    margin-bottom: 20px;
}

.title h1 {
    font-size: 200%;
    font-weight: bold;
    margin: 0;
}

.title div.logotext {
    bottom: 30px;
    color: purple;
    font-variant: small-caps;
    left: 0;
    position: absolute;
    right: 260px;
    text-transform: uppercase;
    width: auto;
}

.title div.right {
    bottom: 30px;
    position: absolute;
    right: 10px;
    text-align: center;
    width: 250px;
}

.title div.separator {
    background: green;
    bottom: 10px;
    font-size: 1;
    height: 2px;
    position: absolute;
    width: 100%;
}

.title div.tagline {
    color: green;
    font-variant: small-caps;
    text-transform: uppercase;
}

