/*Common background image*/

body
{
background-color:#76AC9A;
background-image:url('../Images/terrace2.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;
}


/*"#headerframe" formats the pages' banner section*/

#headerframe
{
margin-left:auto;
margin-right:auto;
margin-top:30px;
position:relative;
background-image:url('../Images/HeaderBG.png');
width:800px;
height:184px;
z-index:2;
}


/*"#bodyframe" formats the pages' body section*/

#bodyframe
{
margin-left:auto;
margin-right:auto;
position:relative;
background:#ffffff;
width:800px;
top:0px;
z-index:1;
font-family:"calibri", Verdana, Arial, Sans-serif;
}


/*"#footerframe" formats the pages' footer section*/

#footerframe
{
margin-left:auto;
margin-right:auto;
margin-bottom:30px;
background:#ffffff;
width:800px;
top:0px;
z-index:-2;
text-align:center;
padding-bottom:3px;
}



#language
{
font-family:"calibri", Verdana, Arial, Sans-serif;
font-weight:bold;
font-size:small;
position:relative;
padding: 15px 0px 20px 25px;
}


#signature
{
position: fixed;
bottom:10px;
right:15px;
font-family:"calibri", Verdana, Arial, Sans-serif;
font-size:small;
color:#FFFFFF;
text-shadow: 5px 5px 5px #000000;
z-index:-1;
}


#fancytable
{
font-family:"calibri", Verdana, Arial, Sans-serif;
width:90%;
margin-left:auto;
margin-right:auto;
border-collapse:collapse;
}
#fancytable td, #fancytable th 
{
font-size:1em;
border:1px solid #B3B2B0;
padding:3px 7px 2px 7px;
}
#fancytable th 
{
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#4A5357;
color:#ffffff;
}
#fancytable tr.alt td 
{
color:#000000;
background-color:#E5E4E2
}


h1
{
font-family:"calibri", Verdana, Arial, Sans-serif;
position:relative;
left:10px;
text-align:left;
color:#669999;
}


blockquote
{
text-align:justify;
}