body {
	background: url("../images/bkgd.gif") #064B66 repeat-y center; 
	font-family: Calibri, Century Gothic, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	margin: 0;
}

a {
	color: #064B66;
}

h1, h2, h3 {
	color: #064B66; 
	border-bottom: solid 1px #064B66; 
	font-size: 18px;
	margin-top: 0;
}

hr {
	border-color: #064B66; 
}

.container {
	margin: auto;
	width: 96%;
	max-width: 1024px;
	padding: 14px;
}

.bypass .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal;
}

.bypass .screen-reader-text:focus {
    font-size: 14px;
    font-size: .875rem;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .5);
    clip: auto;
    clip-path: none;
    display: block;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

header {
	background-color: #FFFC7F; 
	margin-top: 60px; 
	height: 90px;
	color: #064B66;	
	border: #064B66 solid;	
	border-width: 4px 0;	
}

header .logo {
	background: url("../images/bkgd-logo.png") top no-repeat;
	background-size: contain;
	float: left;
	width: 350px;
	height: 90px;
	margin-top:-34px;
}

header .logo p {
	display: none;
}

header nav {
	text-align: right;
	font-weight: 800;
}

header nav a {
	background: url("../images/button-nav.png") no-repeat left;
	text-decoration: none;
	padding-left: 12.5px;
	margin-left: 25px;
}

header nav a:hover {
	background-color: #fff; 
	background-position: bottom left;
	text-decoration: underline;
}

header nav .sub {
	margin-top: 16px;
}

.content {
	background-color: #fff; 
	color: black; 
	padding: 0 10px; 
	border-bottom: #064B66 solid 4px;
}

.content nav {
	background-color: #064B66; 
	color: #fff; 
	border: #809CC9 2px solid; 
	padding: 5px; 
	font-size: 14px;
	text-align: center;
	font-weight: 800;
}

.content nav span {
	padding: 2px 12.5px 2px 0; 
}

.content nav a {
	color: #fff; 
	border: #809CC9 solid;	
	border-width: 0 2px;	
	text-decoration: none;
	padding: 2px 12.5px;
	margin: 0 -2.5px;
}

.content nav a:hover {
	color: #064B66; 
	background-color: #fff; 
	text-decoration: underline;
}

.content .info {
	border-left: #064B66 3px solid; 
	padding-left: 6px; 
	margin-bottom: 25px
}

.content a.sub {
	background: url("../images/button-nav.png") no-repeat left;
	text-decoration: none;
	padding-left: 12.5px;
}

.content a.sub:hover {
	background-position: bottom left;
	text-decoration: underline;
}

footer {
	color: white;
	text-align: center;
	text-shadow: 2px 2px#064B66;
}

ul {list-style: disc outside}

.button {cursor: hand}

.hide {visibility: hidden; position: absolute}

img.profile {margin: 5px; border: 1px solid #809CC9}



