html, body {
    height: 100%;
}
body,table,textarea {
    font-family: Arial, Helvetica, sans-serif;
}
body {
    font-size: 90%; 
}

input,select,table,th,td,textarea {font-size:1em}
h1 {font-size:2em} 
h2 {font-size:1.5em}
h3 {font-size:1.25em}
h4 {font-size:1em} 
body {
    margin: 0px;
    padding: 0px;
    border: 0px;
    text-align: center;
    background: #fff url(/images/rectanglewrap.png) top center repeat-y;
}

img {
    border: 0px;
}
hr {
    height: 1px;
    border: 0px;
    color: #999;
    background-color: #999;
}
table,th,td {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
    padding-bottom: 1px;
    color: #555599;
}

h1,h2,h3,h4,h5 {
    margin: 0px;
}

.pod h1 {
    border-bottom: 1px solid;
    margin-bottom: 10px;
}
.pod PRE     {
    background: #f6f6f6;
    border: 1px solid #999999;
    color: black;
    padding: 1em;
    white-space: pre;
    font-size: 110%;
}

div#rigid_wrapper_750 {
    position: relative;
    width: 750px;
    margin: 0 auto;
    background: #fff;
    text-align: left;
    min-height: 100%;
}

div#rectangularResearchLogo {
    position: absolute;
    top: 10px;
    left: 10px;
}

div#rectanguleBannerBG {
    margin: 0px;
    padding: 0px;
}
div#masthead {
    position: relative;
    margin: 0px;
    padding: 0px;
}

div#copyFooter {
    font-size: smaller;
    color: #888;
    padding: 10px;
    bottom: 0;
    position: absolute;
    clear: both;
}
div#fullWidthWrapper {
    width: 730px;
    padding: 0px 10px 40px 10px;
}

div#menuBar {
    width: 730px;
    margin: 5px 10px 10px 10px;
    position: relative;
    vertical-align: bottom; 
    top: 2px;
}
.menuButton {
    text-decoration: none;
    background: #eee;
    color: #000;
    padding: 3px;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
}

