body {
	margin: 0px;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	padding: 0;
}

.bodytext {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.bodytext12 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.bodytextLgBold {
	color: #003e7d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.bodytextLg {
	color: #003e7d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.bodytextLgLink {
	color: #003e7d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}

.bodytextSmall {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

.errorMessage {
	color: #EE0700;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.successMessage {
	color: #508342;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}

.footertext {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

a:link {
	color: #ffffff;
	font-family: "Myriad Web Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	font-family: "Myriad Web Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color: #ffd18b;
	font-family: "Myriad Web Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a:active {
	color: #ffffff;
	font-family: "Myriad Web Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#menu {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.heading {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.clearall {
	clear: both;
}

.border_b_blue {
	border-bottom: 2px solid #003e7d;
}

.border_trl_blue {
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #003e7d;
	border-right-color: #003e7d;
	border-left-color: #003e7d;
}

.border_all_blue {
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: #003e7d;
	border-right-color: #003e7d;
	border-left-color: #003e7d;
	border-bottom-color: #003e7d;
}

.border_rl_blue {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003e7d;
	border-left-color: #003e7d;
}

.border_rlb_blue {
	border-right-width: 2px;
	border-left-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-color: #003e7d;
	border-left-color: #003e7d;
	border-bottom-color: #003e7d;
}

.border_l_blue {
	border-left: 2px solid #003e7d;
}

.border_r_blue {
	border-right: 2px solid #003e7d;
}

.border_t_blue {
	border-top: 2px solid #003e7d;
}

.clearer {
	clear: both;
}

hr {
	border: none;
	height: 1px;
	width: 80%;
}

.AscendingHeaderStyle1 {
	display: block;
	background: url("../Images/asc.gif") no-repeat;
	background-position: 52px;
}

.DescendingHeaderStyle1 {
	display: block;
	background: url("../Images/desc.gif") no-repeat;
	background-position: 52px;
}

.AscendingHeaderStyle2 {
	display: block;
	background: url("../Images/asc.gif") no-repeat;
	background-position: 75px;
}

.DescendingHeaderStyle2 {
	display: block;
	background: url("../Images/desc.gif") no-repeat;
	background-position: 75px;
}

/* style unordered list */
ul {
	margin: 3;
	list-style: none !important;
	font-family: "Myriad Web Pro", Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

/* style menu items */

li.topitem {
	float: left;
	margin-left: 22px;
	position: relative;
	width: 98px;
	padding: 4px;
	font-family: "Myriad Web Pro", Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	list-style: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	wrap: nowrap;
}

	/* position and hide drop-down menu */

	li.topitem ul {
		display: none;
		position: absolute;
		top: 22px;
		left: 2px;
		width: 150px;
		padding: 0px;
		font-weight: normal;
		color: #ffffff;
		list-style: none;
		wrap: nowrap;
	}

li.topitemlast {
	float: left;
	margin-left: 108px;
	position: relative;
	width: 100px;
	padding: 5px;
	font-family: "Myriad Web Pro", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF !important;
	list-style: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

	/* position and hide drop-down menu */

	li.topitemlast ul {
		display: none;
		position: absolute;
		top: 22px;
		left: 5px;
		width: 125px;
		padding: 3px;
		font-weight: normal;
		color: #fff;
		list-style: none;
		font-size: 12px;
	}

li > ul {
	top: auto;
	left: auto;
	margin-top: 20px;
	wrap: nowrap;
}

/* display drop-down menu (add an 'over' class attribute to list items for IE */

li:hover ul, li.over ul {
	display: block;
	color: #000;
}

#navbar li li a {
	display: block;
	font: normal "Myriad Web Pro", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 5px;
	height: 10px;
	text-decoration: none !important;
	list-style: none;
}

	/* When you hover, background goes to grey */
	#navbar li li a:hover {
		display: block;
		color: #000000;
		text-decoration: underline !important;
	}


a#preview:link {
	color: #000000;
	font-family: "Myriad Web Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a#preview:visited {
	color: #000000;
	font-family: "Myriad Web Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a#preview:hover {
	color: #000000;
	font-family: "Myriad Web Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a#preview:active {
	color: #000000;
	font-family: "Myriad Web Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a#previewSM:link {
	color: #000000;
	font-family: "Myriad Web Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline;
}

a#previewSM:visited {
	color: #000000 !important;
	font-family: "Myriad Web Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline;
}

a#previewSM:hover {
	color: #000000;
	font-family: "Myriad Web Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline;
}

a#previewSM:active {
	color: #000000;
	font-family: "Myriad Web Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline;
}

a#previewLg:link {
	color: #003e7d;
	font-family: "Myriad Web Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}

a#previewLg:visited {
	color: #003e7d;
	font-family: "Myriad Web Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}

a#previewLg:hover {
	color: #003e7d;
	font-family: "Myriad Web Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}

a#previewLg:active {
	color: #003e7d;
	font-family: "Myriad Web Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}

a#previewLgK:link {
	color: #000000;
	font-family: "Myriad Web Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}

a#previewLgK:visited {
	color: #000000;
	font-family: "Myriad Web Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}

a#previewLgK:hover {
	color: #000000;
	font-family: "Myriad Web Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}

a#previewLgK:active {
	color: #000000;
	font-family: "Myriad Web Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}

#directions-verbose-label {
	margin-left: 2px;
	/*// Add some color and change the font to match your website */
}
/* Define our button styles */
a.cmd {
	display: block;
	width: 30px;
	height: 30px;
	/*// Add a rounded border for browsers that support it */
	/*background-color: #f1dba3;*/
	/*border: 2px solid #ab8448;*/
	border-radius: 4px;
	/* hide the anchor text
    */
	overflow: hidden;
	text-indent: -20000px;
	text-decoration: none;
	text-transform: none;
	background-image: url('../Images/master.png');
	background-position: -64px -64px;
}

	a.cmd:hover {
		background-position: 0px -64px;
	}

a.toggle {
	background-position: 0px -386px;
}

	a.toggle:hover {
		background-position: 0px -322px;
	}

a.toggle-checked {
	background-position: 0px -322px;
}

	a.toggle-checked:hover {
		background-position: 0px -386px;
	}

.skip-link {
	position: absolute;
	display: inline-block;
	padding: .375rem .75rem;
	line-height: 1;
	font-size: 1.25rem;
	background-color: blue;
	color: white;
}

	.skip-link:not(:focus) {
		height: 1px;
		width: 1px;
		overflow: hidden;
		white-space: nowrap;
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
	}

.myButton {
	box-shadow: 0px 0px 0px 2px #000000;
	background: linear-gradient(to bottom, #14477d 5%, #14477d 100%);
	background-color: #14477d;
	border-radius: 10px;
	border: 1px solid #006fff;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	padding: 6px 12px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #0058ab;
}

	.myButton:hover {
		background: linear-gradient(to bottom, #14477d 5%, #14477d 100%);
		background-color: #14477d;
		border-width: 2px;
		border-top-color: black;
		border-bottom-color: black;
		border-right-color: black;
		border-left-color: black;
	}

	.myButton:focus {
		border: 4px solid black;
	}

	.myButton:active {
		position: relative;
		top: 1px;
	}

.fieldset {
	/*border: 0 none;*/
	border: none; /* Removes the border */
	padding: 0; /* Removes the default padding */
	margin: 0; /* Removes the default margin */
	min-width: 0; /* Ensures the fieldset can shrink to its content's minimum width */
}

/*Responsive styles starts*/
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	overflow-x: hidden;
	font-size: 16px;
	line-height: 1.6;
}

.container {
	display: grid;
	grid-template-areas: "main" "nav";
	grid-template-columns: 1fr;
	gap: 0px;
	padding: 0px;
	max-width: 100%;
}

main {
	grid-area: main;
	padding: 0px;
	border: 0px solid #ddd;
	box-shadow: 0 0 0px rgba(0,0,0,0.1);
}

.maincontentPage {
	padding: 0px;
	display: flex;
	justify-content: center; /* Centers horizontally */
	align-items: center; /* Centers vertically, if the container has a defined height */
}

.maincontentSessionExpPage {
	padding-left: 15%;
	max-width: 100%;
	align-items: center; /* Centers vertically, if the container has a defined height */
}


.resp_MenuTbl {
	width: 100%;
	border-collapse: collapse;
}

	.resp_MenuTbl td {
		padding: 0px;
		text-align: left;
		border-spacing: 0px;
	}

.menuTxtAlign {
	text-align: right !important;
}

/* Responsive tweaks*/
@media screen and (min-width: 50px) and (max-width: 600px) {

	body {
		max-width: 100%;
		padding: 0px;
	}

	.heading {
		padding-left: 10px;
		font-size: 20px;
	}

	.footertext {
		/*max-width: 100%;
		padding-left: 0px;
		font-size: 20px !important;		
		text-align: left !important;
		word-wrap: break-word !important;*/
		display: flex;
		justify-content: left;
		width: 37% !important;
		height: auto;
		float: left;
	}

	.footertext1 {
		padding-left: 10px;
		display: flex;
		justify-content: left;
		max-width: 100%;
		height: auto;
		float: left;
	}


	.img {
		width: 100vw; /* Full viewport width */
		height: auto;
		object-fit: cover; /* Optional: crop to fill */
	}

	.bodytext {
		font-size: 10px;
		text-align: left;
	}

	.maincontentPage {
		font-size: 10px !important;
		display: flex;
		justify-content: left; /* Centers horizontally */
		align-items: left; /* Centers vertically, if the container has a defined height */
		width: 10% !important;
	}

	.maincontentPage1 {
		width: 30%;
		font-size: 10px !important;
	}

	.maincontentSessionExpPage {
		width: 50%;
		font-size: 10px !important;
	}

	.maincontent_logoutPage {
		height: auto;
		width: 90%;
		padding-right: 2%;
		font-size: 12px !important;
		padding-left: 0.5% !important;
		display: flex;
		justify-content: left; /* Centers horizontally */
		align-items: left; /* Centers vertically, if the container has a defined height */
		max-width: 80% !important;
	}

	.center-flex {
		display: flex;
		justify-content: left;
		align-items: left;
		height: auto;
		width: 80%;
		padding-right: 6%;
		font-size: 12px !important;
		padding-left: 0.5% !important;
	}

	.center-flex_rptPg {
		display: flex;
		justify-content: left;
		align-items: stretch;
		width: 90%;
		padding-right: 0;
		font-size: 12px !important;
		overflow-x: scroll !important;
		max-width: 100%;
		padding-left: 1% !important;
	}

	.center-flex_ChngPwd {
		display: flex;
		justify-content: left;
		align-items: left;
		height: auto;
		width: 83%;
		padding-right: 2%;
		font-size: 12px !important;
		padding-left: 0.5% !important;
	}

	.Contnt_UpMsg {
		display: flex;
		justify-content: left;
		align-items: left;
		height: auto;
		width: 90%;
		padding-right: 0px;
		font-size: 12px !important;
		padding-left: 0.5% !important;
		overflow-x: scroll;
	}

	.center-flex_Rpt {
		display: flex;
		justify-content: left;
		align-items: stretch;
		width: 70%;
		padding-right: 0;
		font-size: 12px !important;
		overflow-x: scroll !important;
		max-width: 100%;
		padding-left: 1% !important;
	}

	.center-flex_ViewRet {
		display: flex;
		justify-content: left;
		align-items: left;
		height: auto;
		width: 100%;
		padding-right: 6%;
		font-size: 12px !important;
		padding-left: 0.5% !important;
	}

	.center-flex_User {
		display: flex;
		justify-content: left;
		align-items: stretch;
		width: 70%;
		padding-right: 0;
		font-size: 12px !important;
		overflow-x: scroll !important;
		max-width: 100%;
		padding-left: 1% !important;
	}

	.dvVeriBtns {
		width: 20%;
		height: auto;
	}

	.container {
		padding: 5px;
		gap: 0px;
		max-width: 100%;
	}


	.resp_MenuTbl,
	.resp_MenuTbl tr,
	.resp_MenuTbl td {
		display: block !important;
		width: 30% !important;
	}

		.resp_MenuTbl td, a:hover {
			color: #ffd18b !important;
			font-family: "Myriad Web Pro", Verdana, Arial, Helvetica, sans-serif !important;
			font-size: 12px !important;
			text-decoration: none !important;
		}

	.menuTxtAlign {
		text-align: left !important;
	}

	.resp_MenuTbl td {
		border: block;
		border-bottom: 0px solid #eee;
		padding-left: 20px !important;
		text-align: left;
		margin: 0px;
		padding: 0px;
	}


	main {
		padding: 0px;
		max-width: 100%;
		font-size: 30px;
	}

	nav {
		padding: 0px;
		max-width: 100%;
		font-size: 30px;
	}
}

@media screen and (min-width: 390px) and (max-width: 430px) {

	body {
		max-width: 100%;
		padding: 0px;
	}

	.heading {
		padding-left: 10px;
		font-size: 20px;
	}

	/*
	.clearer{
		display: flex;
		justify-content: left;
		width: 40% !important;
		height: auto;
		float: left;
	}
	*/
	.footertext {
		display: flex;
		justify-content: left;
		width: 45% !important;
		height: auto;
		float: left;
	}

	.footertext1 {
		padding-left: 10px;
		display: flex;
		justify-content: left;
		max-width: 100%;
		height: auto;
		float: left;
	}

	.img {
		width: 100vw; /* Full viewport width */
		height: auto;
		object-fit: cover; /* Optional: crop to fill */
	}

	.bodytext {
		font-size: 10px;
		text-align: left;
	}

	.maincontentPage {
		font-size: 10px !important;
		display: flex;
		justify-content: left; /* Centers horizontally */
		align-items: left; /* Centers vertically, if the container has a defined height */
		width: 10% !important;
	}

	.container {
		padding: 5px;
		gap: 0px;
		max-width: 100%;
	}

	main {
		padding: 0px;
		max-width: 100%;
		font-size: 30px;
	}

	nav {
		padding: 0px;
		max-width: 100%;
		font-size: 30px;
	}
}
/*Responsive styles ends*/
