@charset "utf-8";
/* CSS Document */

body{
background-color: #ebebeb;
}

a.footer:link{
font-family: "Times New Roman", Times, serif;
color:#FFFFFF;
text-decoration:none;
}

a.footer:active{
font-family: "Times New Roman", Times, serif;
color:#FFFFFF;
text-decoration:none;
}

a.footer:visited{
font-family: "Times New Roman", Times, serif;
color:#FFFFFF;
text-decoration:none;
}

a.footer:hover{
font-family: "Times New Roman", Times, serif;
color:#054A82;
background:none;
text-decoration:none;
}



div#container{
position:absolute;
left:50%;
margin-left:-500px;
width:1000px;
height:870px;
text-align:center;
background:url(images/shadow.gif);
}

#intro{
position:relative;
top:10px;
text-align:center;
width:750px;
height:760px;

}

div#footer{
position:relative;
top:0px;
left:-115px;
width:978px;
height:75px;
background:#2ea026;
vertical-align:middle;
font-family: "Times New Roman", Times, serif;
color:#FFFFFF;
font-size:12px;
vertical-align:middle;

}

table#footer{
background-color:#2ea026;
width:800px;
color:#FFFFFF;
font-size:11px;
font-family:Verdana;
}

table.footer{
padding-top:2px;
padding-bottom:0px;
}

td.footer{
padding-top:0px;
padding-bottom:0px;
}

td.footerFirstRow{
vertical-align:text-bottom;
vertical-align:bottom;
}

td.footerImage{
vertical-align:middle;
text-align:center;
width:200px;
}




