﻿a {
	text-decoration: none;
	color: #000066;
}
li ul {
	list-style-type: none;
}
.hborder-right {
	border-right-style: ridge;
	border-right-width: 1px;
	border-right-color: #ccc;
}
.hborder-left {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ccc;
}
.list-none {
	list-style-type: none;
	text-indent: 0px;
	padding: 0px;
	margin: 0px;
}
.offset {
	margin-left: 5px;
}
.dotted-line {
	border-top-style: dashed;
	border-top-width: medium;
	border-top-color: #003366;
}
.radius-20 {
	border-radius: 20px;
	padding: 10px 0px 10px 0px;
}
.footer {
	margin: 0px 20px 0px 20px;
	line-height: 125%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer > a {
	color: rgba(255,255,255,0.65)
	}
.footer-img {
	padding: 0px;
	margin: 10px 20px 10px 20px;
	border-radius: 10px;
}
.w3-topnav > a {
	color: #F0F0F0;
	text-decoration: none;
}
.bgc-navy {
	background-color: #000066;
	background-repeat: no-repeat;
}
}
