/* CSS styles for pages with only the footer from a typical page */

/* start - global layout styles */
body {
text-align: center;
}
#pgfooter {
clear: both;
padding: 1.3em 2em 2.5em 0;
width: 76em;
margin: -30px auto 0;
position: relative;
text-align: center;
z-index: 1;
}
#pgfooter #backtotop {
position: absolute;
left: 2em;
top: 1.6em;
display: none;
}
#pgfooter span.pipe {
color: #1A1D55;
padding: 0 .9em;
position: relative;
top: -.1em;
}
/* end - global layout styles */

/* start - global formatting styles */
body, .reg, p, quote, ul, ol, td, th, input, select, form {
font-family: verdana, helvetica, arial, sans serif;
color: #666;
font-size: 10px;
}
img {
border: 0;
margin: 0;
padding: 0;
}
body {
background: #c2c2c2;
padding: 0;
margin: 0;
}
a:link {
color: #4271CF;
text-decoration: none;
}
a:visited {
color: #8E9FCC;
text-decoration: none;
}
a:hover {
color: #1a1d55;
text-decoration: underline;
}
#pgfooter {
font-family: arial,helvetica,sans-serif;
text-transform: uppercase;
}
#pgfooter #backtotop a:link, 
#pgfooter #backtotop a:visited  {
text-decoration: none;
color: #1A1D55;
}
#pgfooter a:link, 
#pgfooter a:visited {
text-decoration: none;
color: #666;
}
#pgfooter a:hover {
text-decoration: underline;
}
#pgfooter #backtotop a:hover {
color: #4271CF;
}
#pgfooter img.imgover {
width: 3.4em;
height: 1.6em;
margin: 0 0 -0.3em 0.5em;
}
#pgfooter a:hover {
color: #1a1d55;
}
/* end - global formatting styles */
