title {
    font-family: Georgia, "Times New Roman", Times, serif;
}
body {
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    font-size:100%;
    background-color: #FFFFFF;
    background-image:url(images/Triagia_bg.gif);
}

p {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.0em;
    /*border: thin red solid;*/
    margin-left: 10px;
    margin-right: 10px;
    line-height: 1.1em;
}

h1 {
    font-size: 1.5em;
    /*border: thin red solid;*/
    line-height:1.5em;
    font-weight: normal;
}

h2,h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
/*    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; */
    font-size:1.125em;
    /*border: thin red solid;*/
    font-weight:lighter;
    /*text-transform:uppercase;*/
    letter-spacing:0.2em;
}

h4{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.25em;
    /* text-transform:uppercase; */
    margin-left: 10px;
    padding-top: 10px;
}
p, h1, h2, h3, h4 {
    margin-bottom: 10px;
}

ul {
    font-size: 0.875em;
    background-color: #E5DAB3;
    list-style-position: inside;
}

ol {
    font-size: 0.875em;
}

#masthead {
    background-color: white; 
}

#masthead h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 2em;
    color:#a50476;
    font-weight: normal;
    float:right;
    margin:1.5em 4em 0 0;
}

#footer {
    clear: both;
    background-image: url(images/footer_background.jpg);
    background-repeat: no-repeat;
    width: 960px;
    height: 118px;
    padding-top: 10px;
}

#footer p {
    margin: 10px 0 0 20px;
    width:280px;
    font-family:Verdana, Geneva, sans-serif;
    font-size: 0.689em;
}

table, td{
    border-collapse: separate;
    border: 1px solid #999;
    margin-left: 1em;
}