/* CSS Document footer styles*/

body {font-size: 100%;}

/*Overflow is used for mozilla and netscape, so the container box increases in height when browser is resized*/
.bottomnav {overflow: auto; margin: 10px 0 0 0 !important;}

/*This sets the margin and padding for the bottom navigation bars to zero*/
.bottomnav ul {list-style: none; padding: 0; margin: 0;}

/*This sets some of the elements for the boxes in the bottom navigation*/
.bottomnav li {display: block; float: left; padding: 0; margin: 0; font-size: 65%; font-weight: bold; text-transform: uppercase;}

/*set this width for the number of options in your list, so 5=20% 4=25% 3=33% etc, IE can't divide properly so a -0.1% margin has to be used*/
.bottomnav ul li {width: 20%; margin: 0 -0.1% 0 0;}

/*This sets some of the elements for the boxes in the bottom navigation*/
.bottomnav a {display: block; padding: 3px 0 3px 0; text-align: center; margin: 0 2.2% 0 2.2%;}

.bottomnav a:link, .bottomnav a:visited, .bottomnav a:active {text-decoration: none;}

.bottomnav a:hover {text-decoration: none;}

/*container box for the maintainer and updated date, at the very bottom of the screen*/
.maintainer {font-size: 65%; font-weight: bold; clear: both; height: 20px; padding: 0; margin: 10px 0 0 0;}
/*container box for the updated date*/
.maintainerleft {float: left; padding: 4px 0 3px 5px; }
/*container box for the maintainer text*/
.maintainerright {float: right; padding: 4px 5px 3px 0;}

.maintainerright a:link, .maintainerright a:visited, .maintainerright a:active {text-decoration: underline;}
/*sets the font style to normal*/
.normal {font-weight: normal;}
.approved {font-size: 65%; padding: 0 0 10px 5px; clear: both;}