﻿@charset "UTF-8";
/* CSS Document */
/*UPDATED 08/11/2021 LL */

body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color:#666;
}
img{
		border: none;
}
#MainLogo{
	position: relative;
	z-index: 500;
	width: 960px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;	
	    display: none;	
	}
.MainLogo{
	margin-left: 660px;
	background-color: #ffffff;
	margin-top: 30px;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0;
    padding-left: 0;
}

#Header{
	position:relative;
 
	width: 100%;
}
.Center{
	position:relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.WhiteBar{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	-moz-box-shadow: 0px 2px 3px #000;
	-webkit-box-shadow: 0px 2px 3px #000;
	box-shadow: 0px 2px 3px #000;

	}
.MemberBar{
	position: relative;
	margin-top: 0px;
	width: 100%;
	height: 36px;
	background-color:#666;
}
.MainNavigation{
	position: relative;

	margin-left: auto;
}
.MemberBarText{
    position: relative;
    z-index: 1000;
    width: 960px;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
    color: #FC0;
    font-family: Verdana, Geneva, sans-serif;
    text-transform: uppercase;
    font-size: .8em;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.WhiteBarText{
    position: relative;
    z-index: 1000;
    width: 960px;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-family: Verdana, Geneva, sans-serif;
    display: flex;
    align-items: center;
}


#Content{
	position: relative;
	background-color: #efefef;
}
#SECBanner{
	position: relative;
	z-index: 400;
	height: 150px;
}

#SECContent{
	position: relative;
	background-color: #fff;
	width: 920px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}
.SecondaryPageFooterButtons{
	padding-bottom: 10px!important;
	margin-bottom: 10px!important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

#Footer{
	width: 100%;
	padding-bottom: 30px;
	background-color: #000;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #efefef;
}
.Footer{
	width: 960px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
