BODY {
    background-color: #ffffff;
    font-family: "Bitstream Vera Sans", Verdana, Tahoma, Arial, Times New Roman;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
    background-image: url("images/background.gif")
}

P, DIV, TABLE {
    font-size: 10pt;
}

DIV#contactinfo {
    text-align: left;
    margin-left: 120px;
}

DIV#content {
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;
}

DIV#header {
    text-align: center;
    margin-bottom: 10px;
		width: 100%;
}

DIV#menu {
    text-align: center;
    padding-bottom: 20px;
}

DIV#pic {
    padding: 10px;
}

A {
    color: black;
    font-weight: 500;
    text-decoration: underline;
}

A:hover {
    color: #444444;
    background-color: #DDDDDD;
}

A#menuitem {
    padding-left: 10px;
    padding-right: 10px;
		font-weight: bold;
}

IMG {
    border: none;
    padding: 5px;
    vertical-align: middle;
}

P.footer {
    margin-right: 20px;
    font-size: 7pt;
    text-align: right;
}

P.test {
    margin-bottom: 5px;
    text-align: left;
    font-size: 9pt;
    font-style: italic;
    border-bottom: thin groove silver;
}

SPAN#imagehelp {
    font-size: 7pt;
}

.thismenu {
    border: 2px ridge #DDDDDD;
    text-decoration: none;
}