.navlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #C95120;
	text-decoration: none;
}
.navlink:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FF0000;
	text-decoration: underline;
}
p {
	font-family: "Arial Narrow", Arial, sans-serif, Tahoma, "Trebuchet MS";
	font-size: 16px;
	color: #00233C;
}

ul {

	font-family: "Arial Narrow", Arial, sans-serif, Tahoma, "Trebuchet MS";
	font-size: 16px;
	color: #00233C;
}

.footer-bg {
	background-attachment: scroll;
	background-color: #003366;
	background-image: url(images/rocky-bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 74px;
	width: 780px;
}
.footer-text {
	font-family: "Arial Narrow", Arial, sans-serif, Tahoma, "Trebuchet MS";
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
}
.footer-link {
	font-family: "Arial Narrow", Arial, sans-serif, Tahoma, "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.table-border {
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #004677;
	border-left-color: #004677;
	border-bottom-width: 3px;
	border-bottom-color: #004677;
}
.table-border-sides {
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #004677;
	border-left-color: #004677;
}
.right-side-shadow {
	background-image: url(images/right-side-shadow.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 20px;
}

body {
	margin-top: 0px;
	margin-bottom: 0px;
}
.main-cell-bg {
	background-attachment: scroll;
	background-image: url(images/rocky-bg-body.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.table-border-sides-bottom {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #004677;
}
.footer-link:hover {

	font-family: "Arial Narrow", Arial, sans-serif, Tahoma, "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
.left-side-shadow {

	background-image: url(images/left-side-shadow.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	width: 20px;
}

