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: 0 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; width: 100%;}

/*This sets some of the elements for the boxes in the bottom navigation*/
.bottomNav li {display: block; float: left; padding: 0px; margin: 0px; font-size: 65%; font-weight: bold; font-variant: small-caps;}
	
.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: 0px; text-align: center; border: 1px solid #FFFFFF; margin: 0 2.2% 0 2.2%;}
	
.bottomNav a:link, .bottomNav a:visited, .bottomNav a:active {text-decoration: none; color: #FFFFFF;background: #3F729D;}

.bottomNav a:hover {text-decoration: none; color: #000000;	background: #FCEDB1;}

/*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: 0;  color: #3F729D;}
/*container box for the updated date*/
.maintainerLeft {float: left; padding: 4px 0 3px 5px; color: #3F729D;}
/*container box for the maintainer text*/
.maintainerRight {float: right; padding: 4px 5px 3px 0; color: #417296;}

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