/*CSS FOOTER DETAILS/*

body {font-size: 100%;}

/*Overflow is used for mozilla and netscape, so the container box increases in height when browser is resized*/
.bottomNav {margin: 0; padding: 0; overflow: auto;}

/*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;
		/*For MAC only*/width: 19.6%;/*End*/
		/*set this width for the number of options in your list, so 5=20% 4=25% 3=33% etc\*/width: 20%;/*End*/
		/*for IE only, set this width to 0.1% or 0.2% less than the above width\*/_width: 19.9%;/*END HIDE*/
	padding: 0px; margin: 0px; font-size: 65%; font-weight: bold; text-transform: uppercase;}
/*This sets some of the elements for the boxes in the bottom navigation*/
.bottomNav a {display: block;
		/*this margin is so that it works on Opera better*/margin: 6px 3px 6px 3px;/*End*/
		/*this margin is for IE only*/_margin: 6px auto 6px 2.2%;/*End*/
		/*this width will need to be less than a 100% because of padding and borders around the boxes, the percentage will need to lower for more options in your list and higher for less options*/width: 96%;/*End*/
	padding: 3px 0 3px 0; text-align: center;}

.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: 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: 10px 0 10px 5px; clear: both;}


