body {background-image:url('paper.jpg')}
body {font-family: arial;font-size: 100%}
body {margin-top:0%;margin-bottom:0%;}
body {padding-top:0%;padding-bottom:0%;}

p {color:#271902}
p {font-family: verdana}
p {font-size: 90%}
p.breadcrumbs {font-size:80%}
p.footer {font-size:60%;text-align:center}
p.quote {font-size:80%;color:#271902}
p.attribution {font-style:italic;font-size:80%;color:#271902}
p.caption {font-size:60%}
p.blurb {color:#271902}
p.title {color:#9b2828;font-weight:bold;font-size:125%}
p.subtitle {color:#9b2828;font-weight:normal;font-size:100%}
p.tabletext {font-size:80%}

/*Horizontal menu*/

ul{
list-style-type:none;
}

li{
display:inline;
}

a:link          { text-decoration:none; color: #9b2828; }
a:visited       { text-decoration:none; color: #271902; }
a:active        { text-decoration:underline;}
a:hover         { text-decoration:underline; color:#9b2828; }

a.menu {
float:left;
width:145px;
text-indent:5px;
text-decoration:none;
color:white;
font-weight:normal;
background:#383127;
padding:5px;
}

a.menu:hover{background:#70634f;}

/*Tables*/

table.shell {
    table-layout:fixed;
    border-style:none;
}

table.header {
    table-layout:fixed;
    border-style:none;
    background-color:#fdfdfd;
    text-align:left;
}

table.menu {
    table-layout:fixed;
    border-style:none;
    background-color:#fdfdfd;
    text-align:left;
}

table.page {
    table-layout:fixed;
    border-style:none;
    background-color:#fdfdfd;
    text-align:left;
}

table.downloads {
    table-layout:fixed;
    border-style:none;
    background-color:#fdfdfd;
    text-align:center;
}

td.nopadding {
    border-style:none;
    margin-top:0%;margin-bottom:0%;
    padding-top:0%;padding-bottom:0%;
}

/*Columns*/

#columns {
    width: 100%;
}

#columns .column {
    position: relative;
    padding: 1%;
    border-style:none;
}

#columns .left {
    width: 75%;
    float: left;
}

#columns .right {
    width: 15%;
    float: right;
}



