/* CSS Document */

/*For all courses.*/





/* supplement to menu_top02.css and menu_side02.css, in consideration for replacing them */


/* copied from earlier external abol, for bottom navigation */


/*Footer styles */

#left_footer {
	float: left;
	font-weight: normal;
	border-style: solid;
	border-color: #b9b9b9;
	border-width: 1px;
	border-radius: 4px;
	background-image: -webkit-linear-gradient(270deg,rgba(254,254,254,1.00) 0%,rgba(233,233,233,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(254,254,254,1.00) 0%,rgba(233,233,233,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(254,254,254,1.00) 0%,rgba(233,233,233,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(254,254,254,1.00) 0%,rgba(233,233,233,1.00) 100%);
	padding: 7px 13px 7px 13px;
}

#right_footer {
	float: right;
	font-weight: normal;
	border-style: solid;
	border-color: #b9b9b9;
	border-width: 1px;
	border-radius: 4px;
	background-image: -webkit-linear-gradient(270deg,rgba(254,254,254,1.00) 0%,rgba(233,233,233,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(254,254,254,1.00) 0%,rgba(233,233,233,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(254,254,254,1.00) 0%,rgba(233,233,233,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(254,254,254,1.00) 0%,rgba(233,233,233,1.00) 100%);
	padding: 7px 13px 7px 13px;
}


#footer:link {
	display:block;
	margin: 0px 5px 5px 0px;
	font-weight:bold;
	font-size:large;
	color:#fff;
	background-color:#efefef;
	text-align:center;
	padding:5px 4px 2px 4px;
}



#footer:visited {
	color:#fff;
}

