/*Overall core style of the site*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000080; /*The Lambert Blue*/
}

/*Used for the top nav-bar*/
.nav {
	text-align: center;
	font-size: small;
	color: #FFFFFF;
}

/*Used for the left nav-bar*/
.left {
	text-align: center;
	font-size: large;
	color: #FFFFFF;
}

/*Legaleze at the bottom*/
.legal {
	font-size:x-small;
}

/*Ensure that the links show up against the background*/
.white {
	color:#FFFFFF;
}

/*The Lambert Blue*/
.bgOne {
	background-color: #000080;
}

.fgOne {
	color: #000080;
}

/*The Lambert Green*/
.bgTwo {
	background-color: #009900;
}

.fgTwo {
	color: #009900;
}
