/* CSS Document */

#links {
position: relative;
/*top: 318px;
left: 0;
height: 5.5em;
width: 58.6em;*/
background-color: #FFFFFF;
padding: 20px;
font-size: .8em;
border-bottom: 1px solid #000000;
text-align: center;
}

#links a {
color: #003366;
text-decoration: none;
}

#links a:hover, #links a:focus {
color: #009900;
text-decoration: underline;
}

#bottom {
position: relative;
/*top: -837px;
left: 0;*/
/*width: 47.28em;*/
background-color: #003366;
background-image: url(../images/bottom_border.jpg);
background-position: bottom;
background-repeat: repeat-x;
border-bottom: 1px solid #000000;
border-top: 1px solid #000000;
padding: 17px;
}
 
#bottom p {
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
/*font-size: .6em;*/
font-size: 10px;
color: #FFFFFF;
}

#bottom a {
color: #CCCCCC;
}

#bottom a:hover, #bottom a:focus {
color: #CAE2B1;
}
