<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#HeaderBar { background-color: #5E25B2; width: 100%; height: 44px; }
#MenuBar { width: 100%; max-width: 1200px; min-height: 200px; text-align: right; }
#MenuBar img { float: left; width: 20%; max-width: 160px; height: auto; border: 0px; margin-top: 54px; }
.sectionBar {  border-bottom: 4px solid #5E25B2; }
.LeftHalf { float: left; width: 48%; vertical-align: top; }
.RightHalf { float: right; text-align: left; width: 48%; vertical-align: top; }
@media (min-width: 901px) {
	#nav { display: inline-block; margin-top: 90px; height: 18px; z-index: 200; }
	#nav2 {
		height: 24px;
		border: 0px;
		position:relative;
		float: left;
		text-align: left;
		line-height: 16px;
		font-family: verdana,arial,helvetica,sans-serif; color: #5E25B2; font-size: 14px;
		z-index: 1;
	}
	#nav2 a:link, #nav a:active, #nav a:visited{
		display: inline-block;
		padding: 12px 25px 12px 25px;
		color: #5E25B2;
		text-decoration: none;
	}
	#nav2 a:link, #nav2 a:active, #nav2 a:visited { background-color: #ffffff; }
	#nav2 a:hover{ background-color: #ffffff; color: #000000; border-bottom: 4px solid #669933; }
	#nav3 { float: clear; position: absolute; width: 12em; top: 3.1em; display: none; }
	#nav3 a { background-color: #dddddd; padding: 8px; }
	#nav2 #nav3 { display: none; }
	#nav2:hover #nav3 { display: block; z-index: 5; background-color: #dddddd; }
	#nav3 a { width: 100%; }
	#nav3 a:hover  {  background-color: #669933; }
	#nav2 bold { font-size: .8em; }
	.Mob { display: none; }
}
@media (max-width: 900px) {
	#MenuBar { text-align:left; }
	#MenuBar img { float: right; width: 50%; max-width: 160px; height: auto; border: 0px; margin-top: 54px; margin-right: 24px; }
	#nav { display: block; background-color: white; }
	#nav2 { line-height: 28px; padding-left: 12px; background-color: white; }
	#nav2 a { text-decoration: none; color: blue; font-weight: bold; font-size: 18px; }
	#nav3 { line-height: 28px; padding-left: 24px; }
	#nav3 a { text-decoration: none; color: blue; font-size: 14px; font-weight: normal; }

}
@media (max-width: 640px) {
	.LeftHalf { width: 100%; }
	.RightHalf { width: 100%; }
}
#PageContent { width: 100%; max-width: 900px; background-color: white; text-align: left; opacity: .9; }
.footer { font-size: 8pt; color: black; font-style: italic; text-decoration: none; border-top: 1px #999999 dotted; }
.warning { color: red; font-weight: bold; }
.button { padding: 8px 20px 8px 20px; background-color: #79A341; color: white; font-size: 16px; font-weight: bold; text-decoration: none; border-radius: 6px; box-shadow: 4px 4px 4px #cccccc; }
.button:hover { background-color: red; }
label { display: inline-block; width: 150px; text-align: left; }
</pre></body></html>