body{
	overflow-y: hidden;
	margin: 0px;
	background-color: rgb(247,247,247);
}
@media print{    
    .no-print, .no-print * {display: none !important;}
}
.main_content{
	width: 99%;
	margin: 0px;
}
.maintain{
	position: absolute;
	margin-top: 5px;
	height:92%;
	width:99%;
	border:none;
}
/* Typography */
.pagetitle {
	position: absolute;
	z-index: 10;
	margin-left: 20px;
	margin-top: 5px;
	font-family: Verdana;
	font-size: 16pt;
	text-align: center;
	color: #045DA1;
	text-shadow: 1px 1px 1px #666666;
}
.date {
	position: absolute;
	z-index: 30;
	top: 5px;
	right: 5px;
	font-family: Verdana;
	font-size: 12pt;
	color: #045da1;
	text-shadow: 1px 1px 1px #666666;
}
.external_link{
	position: absolute;
	z-index: 20;
	right: 10px;
}
.footer{
	position:absolute;
	z-index:30;
	bottom: 5px;
	right: 10px;
	text-align:center;
	font-family: Times New Roman;
	font-size: 12px;
	font-style: oblique;
	color: #045da1;
}
.text-blink {
	/* animation: -name -duration, timing-function -delay -iteration-count -direction */
	animation: blinker 3s linear 2s infinite;
}
@keyframes blinker {
	50% {
		opacity: 0;
	}
}
/* The Modal (background) */
.modal-link{
	display: none;
	position: absolute;
	z-index: 1; 
	width: 100%; 
	left: 0;
	top: 0;
	padding-top: 10px; 
	text-align: center;
	font-family: Verdana;
	font-size: 11pt;
	font-style: oblique;
	color: #850101;
	text-shadow: 1px 1px 1px #666666;
}
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgba(0.92,0.92,0.92,0.60); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	background-color: rgba(1.0,1.0,1.0,0.60);
	border: 1px solid #ebebeb;
	border-radius: 2px;
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.19);

	background-color: #fefefe;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin: auto;
	padding: 25px 5px 5px 5px;
	border: 1px solid #888;
	width: 400px;
}
.modal-title {
/*
	position: absolute;
	z-index: 10;
	margin-left: 20px;
	margin-top: 5px;
*/
	margin-top: -20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: left;
	color: #850101;
	text-shadow: 1px 1px 1px #666666;
}


/* The Close Button */
.close {
	color: #000000;
	padding-top: 0px;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.19);
	height:25px;
	width:25px;
	margin-top: -20px;
	margin-right: 5px;
	float: right;
	font-size: 24px;
	font-weight: bold;
	text-align:center;
}

.close:hover,
.close:focus {
	color: #ccc;
	text-decoration: none;
	cursor: pointer;
}
/*Normal Page Settings*/
p,li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	/* border: 1px dashed #000000; */
}
.subhead-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000;
	text-shadow: 1px 1px 1px #666;
}
.text-ul{
	text-decoration: underline;
}
.text-italic{
	font-style: italic;
}
