/*
	LAST UPDATED:
	
*/





body {
	margin: 0; padding: 0;
	/*background: #EAF3FF;*/
    background-color: rgb(238 239 255);
	font-family: Carleton, Bookman Old Style, Franklin Gothic Medium, CopprplGoth BdCn BT, Arial;
}



h1{font-family: Carleton; font-size: large; font-weight: 600;
}
h2{font-family: Carleton; font-size; 14px; font-weight: 600;
}
/* ------------- masthead styles */

#masthead {
	background: #AACEFF;
    margin-bottom: 0; padding: 0;
  
}

#navlinks {margin: 0; padding: 0 2em; background: #AACEFF;}

#navlinks li {	display: inline;
	border-right: 1px solid #99C;
    padding: 0 0 0 .5em;
    margin-top: 0;
    margin-bottom: 0;
	}

a.navbar:link {
	font-family: "Covington Exp"; font-size: small;
	font-weight: default;
	color:#091571;
	text-decoration: none;
	font-style: normal;
}
a.navbar:active {
	font-family: "Covington Exp"; font-size: small;
	font-weight: default;
	color: #091571;
	text-decoration: none;
	font-style: normal;
}
a.navbar:visited {
	font-family: "Covington Exp"; font-size: small;
	color: #091571;
	text-decoration: none;
	font-weight: default;
	font-style: normal;
}
a.navbar:hover {
	font-family: "Covington Exp"; font-size: small;
	font-weight: default;
	color: #939393;
	text-decoration: none;
	font-style: normal;
}

#title { float: none;}

#title h1 b {font-size: x-large;font-weight: 800;}

#today {
	margin-top: -1.66em; padding: 0 2em 0 0;
	color: #FFF;
	font-weight: bold;
	text-align: right;
	line-height: 1;
}

#footer {
	clear: both;
	margin: 0 0 0 0;
	background: #AACEFF;
}
#footer h2 {color: #1B0592; padding: 0 0 0 0;}


