body{
 background-image: url('Bg.png');
 background-repeat: repeat-x;
 background-color: #eff7fb;
 margin: 0;
 font-family: Verdana;
 font-size: 12px;
 color: #1b4ca6;
}

a{
 color: #73b1ff;
 text-decoration: none;
}
a:hover{
 color: #0b6de6;
 text-decoration: underline;
}

img#TableTop{
 position: absolute;
 top: 27px;
 left: 50%;
 margin-left: -350px;
}
img#TableBottom{
 position: relative;
 top: 12px;
 margin-left: -10px;
}

div#all{
 position: absolute;
 left: 50%;
 margin-left: -350px;
 margin-top: 70px;
 width: 700px;
 background-image: url('TableBg.png');
 background-repeat: repeat-y;
 padding: 10px;
}

img#UniR{
 position: absolute;
 margin-top: 0;
 top: -20px;
 left: 50%;
 margin-left: -320px;
 border: none;
}

img#TRLogo{
 position: relative;
 margin-top: -33px;
 margin-bottom: 21px;
 margin-left: 425px;
 border: none;
}

img#TLLogo{
 position: relative;
 margin-top: 10px;
}

div#PagePlace{
 position: absolute;
 top: 0px;
 margin-top: 65px;
 left: 15px;
 text-align: right;
 width: 665px;
 font-size: 15px;
 font-family: Century Gothic;
}

hr{
 width: 650px;
 margin-left: 15px;
 border: 0;
 border-top: 1px solid #1b4ca6;
}

div#Menu{
 text-align: center;
 width: 130px;
 float: left;
 margin-left: 10px;
 border-bottom: 1px ridge #1b4ca6;
 background-color: #eaf0fb;
 font-family: Verdana;
 margin-right: 10px;
}
div#Menu div{
 border: 1px ridge #1b4ca6;
 border-bottom: 0;
 padding: 5px;
 cursor: pointer;
}
div#Menu div:hover{
 background-color: #b8cdf2;
 border: 1px inset #1b4ca6;
 border-bottom: 0;
 color: #062d5c;
}

div#Content{
 margin-top: 10px;
 float: left;
 text-align: justify;
 justify: auto;
 width: 520px;
}

table.People{
 font-family: tahoma;
 font-size: 10px;
 margin: auto;
 width: 523px;
}
table.People td{
 border: 1px solid #1b4ca6;
 text-align: center;
 padding: 10px;
 width: 150px;
}
table.People td.Desc{
 width: 523px;
}

p.Quote{
 font-weight: bold;
 font-family: Verdana;
}

hr#Contact{
 margin-top: 100px;
}
div#Contact{
 border: 1px solid #1b4ca6;
 width: 340px;
 padding: 15px;
 margin: auto;
 margin-top: -8px;
 background-image: url('ContactBG.png');
 background-color: #b8cdf2;
 background-repeat: repeat-x;
}
div#Contact a{
 color: 1c7ef7;
}

div#Copyright{
 font-size: 10px;
 color: #acb2ff;
 position: relative;
 height: 0;
 top: 30px;
 left: 150px;
 width: 600px;
 z-index: 1;
}

div#Footer{
 position: relative;
 top: -70px;
 z-index: 2;
}
img#Person{
 margin-left: 610px;
}
div#FooterText{
 position: relative;
 margin-left: 30px;
 top: -120px;
 margin-bottom: -97px;
 font-family: Verdana;
 font-size: 11px;
 z-index: 3;
}