body {
	background-color: maroon;
}

.window-container {
	text-align: center; 
	width: 100%;
	height: 100%;
	position: absolute; 
	top: 0; 
	left: 0;
}

.page-container {
	width: 850px;
	background-color: #ffffff;
	border-right: inset 7px #ffcc00;
	border-left: outset 7px #ffcc00;
}

.copyright-text {
	font-size: 10pt;
	font-family: Arial;
	color: #ffffff;
}

.link-text {
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
}

.button-link-text {
	font-size: 12pt;
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin-left: 20px; 
	margin-right: 20px;
}

.button-link-text-sm {
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin-left: 30px; 
	margin-right: 20px;
}

.button-link-lines {
	width: 90%;
	height: 3px;
	color: maroon;
	text-align: center;
}

.pics {
	margin-right: 20px;
	margin-left: 20px;
	border: inset 5px #000033;
	width: 150px;
}

.pics2 {
	margin-right: 20px;
	margin-left: 20px;
	border: inset 5px #000033;
	width: 200px;
}

.logopics1 {
	margin-right: 20px;
	margin-left: 20px;
	border: outset 5px #000033;
	width: 200px;
}

.logopics2 {
	margin-right: 20px;
	margin-left: 20px;
	border: outset 5px #000033;
	height: 200px;
}

.logopics3 {
	margin-right: 20px;
	margin-left: 20px;
	border: outset 5px #000033;
}

.logopics4 {
	margin-right: 20px;
	margin-left: 20px;
	border: outset 5px #000033;
}

.style1text {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic; 
	background-color: maroon;
	color: #ffffff;
	margin: 20px;
	padding: 10px;
	text-align: justify;
}

.style2text {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	margin: 20px;
	text-align: justify;
}

.style3text {
	font-family: Arial;
	font-size: 11pt;
	/*font-weight: bold;*/
	margin-left: 40px;
	margin-right: 20px;
	text-align: justify;
}

.slogan {
	color: #0A4181;
	font-family: Arial;
	font-style: italic;
	font-size: 20pt;
	font-weight: bold;
	padding-bottom: 10px;
}

.line {
	height: 2px;
	width: 100%;
	color: #000000;
	margin: 20px;
}