@CHARSET "ISO-8859-1";

html {
    height:100%;
}

body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:10pt;
    height:100%;
    margin:0;
    padding:0;
}

#flashcontent {
    margin:0.75em 1.5em 0.75em 1.5em;
    padding-bottom:0.75em;
}

.longtext {
    width:500px;
}

#menu {
    margin-top:2em;
    margin-bottom:2em;
}

#menu .menuitem {
    /*margin-right:1em;*/
    text-transform:uppercase;
}

#menu .right {
    
}

#menu .left {
    float: left;
    width: 126px;
}

.bio-title {
    font-weight:bold;
    text-transform:uppercase;
}

.bio {
    margin-bottom:2em;
}