@charset "utf-8";
.menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #052269;
	font-weight: bold;
}
.menu a {
	text-decoration: none;
	color: #052269;
	line-height: 30px;
	font-size: 16px;
}
.menu a:hover {
	color: #0B68F4;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #00195e;
	background-attachment: scroll;
	background-image: url(images/GradBG.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

/* CSS Document */
h1 {
	font-size: 28px;
	background-image: url(images/PageTitle-BG.png);
	background-repeat: no-repeat;
	font-style: normal;
	background-position: bottom;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 38px;
	color: #00195E;
}
.newsupdates {
	font-weight: normal;
	font-size: 14px;
}
.staff {
	font-size: 13px;
	background-color: #ECF1FF;
}
.staff .title {
	font-weight: bold;
	font-size: 18px;
	background-color: #719BF2;
	color: #FFFFFF;
}
a {
	color: #5084EF;
	text-decoration: none;
}
a:hover {
	color: #719BF2;
	text-decoration: underline;
}

