body {
margin: 0px;
padding: 0px;
background-image: url('../Images/tempBackground.jpg');
background-position: top left;
font-family: Times;
}

a:link    {color: grey;}
a:visited {color: grey;}
a:hover   {color: white;}
a:active  {color: white;}

a.marq:link    {color: black;}
a.marq:visited {color: black;}
a.marq:hover   {color: black;}
a.marq:active  {color: black;}

a.res:link {color: black;}
a.res:visited {color: black;}
a.res:hover {color: white;}
a.res:active {color: white;}

a.anch:link {color: black;}
a.anch:visited {color: black;}
a.anch:hover {color: black;}
a.anch:active {color: black;}

a.hLinks:link {color: black;}
a.hLinks:visited {color: black;}
a.hLinks:hover {color: gray;}
a.hLinks:active {color: gray;}


table.main {
    text-align: center;
    border-width: 0;
    width: 100%;
}

table.body {
    background-color: silver;
    width: 1000px;
    height: 100%;
    border-color: black;
    border-width: 2px;
    border-style: solid;
    border-top-width: 0px;
}

td.header {
    height: 54px;
    vertical-align: middle;
    background-repeat: repeat-x;
    background-image: url('../../Resources/Header Images/headerBackground_repeat.png');
    border-top-color: black;
    border-top-width: 2px;
    border-top-style: solid;
    border-bottom-color: black;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

table.information {
    width: 100%;
    font-size: 16px;
    padding: 10px;
}

td.margin {
    width: 33%;
    height: 33%;
}

td.information {
    vertical-align: top;
    text-align: center;
}

td.image {
    text-align: center;
    vertical-align: baseline;
}

.box {
    text-align: center;
    vertical-align: middle;
    background-color: gray;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding: 5px;
}

td.map {
    background-color: black;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
}

p {
    text-align: justify;
    padding: 10px;
}

font.header {
        font-size: 20px;
        font-weight: 600;
        text-decoration: underline;
    }
    
font.name {
    font-weight: 600;
}

font.special {
    font-size: 13px;
    font-style: italic;
}

hr {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    color: black;
    size: 5px;
}