@charset "UTF-8";
/* CSS Document */


#footer {
clear:both;
margin:auto 0;
min-width: 1024px;
height:auto;
text-align:center;
background-image:url(images/bgrepeat.gif);
background-repeat:repeat-x;
background-color:#eeeeec;
border-top:1px solid #003366;
border-bottom:1px solid #003366;
} 



#footer p{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:70%;
text-align:center;
margin:.50em;
padding:0;
}

#footer h2{color:#002666; 
font-family:Georgia, "Times New Roman", Times, serif;
font-size:90%;
font-weight:200;
display:block;
background-color:#eeeeec;
padding:.25em 0em .25em 0em;
margin:0;
width:100%;
border-bottom:1px solid silver;
}

