@import url("styles.css");
.navbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #264F87;
	background-color: #264F87;
	background-repeat: repeat-y;
	text-align: center;
	display: block;
	height: 20px;
	width: 100px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	position: relative;
	left: 0px;
	top: 0px;
	text-decoration: none;
	clear: both;
	right: 120px;
	bottom: 23px;
	overflow: hidden;
	background-image: url(images/sideBacks.jpg);
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-color: #10223A;
	border-bottom-color: #10223A;
}
 .navbutton a{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1B355A;
	background-color: #C0CEBD;
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	height: 18px;
	width: 96px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	left: 0px;
	top: 0px;
	right: 120px;
	bottom: 23px;
	border-top-color: #F4E6D9;
	border-right-color: #826996;
	border-bottom-color: #826996;
	border-left-color: #F4E6D9;
	border-style: solid;
	border-width: 2px;
}
.navbutton a:hover{
	background-image: url(images/buttonLight.jpg);
	color: #CC0000;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #122744;
}
div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #152D4F;
}
.quicklink a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1B355A;
	background-color: #C0CEBD;
	text-align: center;
	vertical-align: middle;
	display: block;
	height: 50px;
	width: 96px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F4E6D9;
	border-right-color: #826996;
	border-bottom-color: #826996;
	border-left-color: #F4E6D9;
	position: relative;
	text-decoration: none;
}
.quicklink a:hover {
	color: #CC0000;
	background-color: #FFCC99;
	background-image: url(images/buttonLight.jpg);
}
