/* =====================================================*/
/* ================CUSTOMIZEABLE AREA=================*/
/* =====================================================*/
/* Instructions:
The classes below may also existent within the universal CSS files. By
changing them here, and including a reference to both the universal and custom
CSS files, these classes below will overwrite any that are in the universal CSS. 
You must include this custom file beneath the universal file, or embed it after
the universal CSS.

*/
.navbar {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	background-color:#FFCC66;
	}

/* =====================================================*/
/* =================STANDARD FOOTER==================*/
/* =====================================================*/

.footer {
	text-align: left;
	}
