/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*- BOTTOM PANEL *-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/*
   Bottom Panel where footer is contained
*/

#bottomPanel {
	font-size:85%;
	color:#cccccc;
	background-color:#000000;
	height:25px;
	padding: 0px 0px 0px 0px;
   width: 696px;
	vertical-align: middle;
}

#leftBottomPanel {
   left: 0px;
   top: 0px;
   width: 400px;
	height:100%;
   text-align:left;
   float: left;
   padding: 5px 0px 0px 10px;
}

#rightBottomPanel {
   left: 0px;
   top: 0px;
   width: 200px;
	height:100%;
	float:  right;
   text-align: right;
   padding: 5px 10px 0px 00px;
}

#bottomPanel a:link { color: #F8AC4E;  text-decoration: none }
#bottomPanel a:visited { color: #F8AC4E;  text-decoration: none }
#bottomPanel a:hover { color: white; text-decoration: none; background-color: #A84E1D; }
#bottomPanel a:active { color: #F8AC4E;  text-decoration: none }


