<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #172240;
	background-image: url('Starry.jpg');
	background-repeat: repeat-x;
	text-align: center;
	font-family:'Century Gothic', Arial;
	font-size:12pt;
}




table {
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0px;
}

td th {
	vertical-align: top;
}

ul ol {
	list-style-type: square;
	list-style-position: inside;
}

#pagediv {
	border: 1px solid #FFFFFF;
	padding: 10px;
	margin: 0px;
	font-family: 'Century Gothic', Arial;
	font-size: 12pt;
	color: #6699FF;
	text-align: left;
	display: block;
	clear: both;
	width: 940px;
	min-height: 800px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	background-color: rgba(0,0,0,0.75);
}

#banner {
	clear: both;
	display: block;
	width: 100%;
}

#menu {
	border-style: none none solid none;
	border-color: #FFFFCC;
	clear: both;
	display: block;
	width: 100%;
	border-bottom-width: 5px;
}

#content {
	clear: both;
	display: block;
	width: 100%;
}

#footer {
	clear: both;
	display: block;
	width: 100%;
	font-size: .75em;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.MainTitle {
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	font-size: 3em;
	font-weight: bolder;
	text-shadow: 0px 0px 50px rgb(100,100,255);
}

.slogan {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	font-style: oblique;
}


.left_photo {
	float: left;
	clear: left;
	display: block;
	height: 128px;
	width: 158px;
}

.right_photo {
	float: right;
	clear: right;
	display: block;
}

.menutabs {
	padding: 0px 4px 0px 4px;
	margin: 0px 4px 0px 4px;
	border-style: solid solid none solid;
	border-width: 2px 2px 0px 2px;
	border-color: #FFFFCC;
	border-radius: 10px 10px 0px 0px;
	background-color: black;
	display: inline-block;
	color: #FFFFFF;
	font-family: 'Courier New' , Courier, monospace;
	font-weight: bold;
	min-width: 80px;
	font-size: 14pt;
	box-shadow: 0px -1px 4px 4px rgba(255, 255, 0, 0.25)  ;
}


.bigButton {
	padding: 12px;
	margin: 12px;
	border: 1px solid #FFFFFF;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333;
	background-image: linear-gradient(#333, #000, #225, #333);
	display: inline-block;
	border-radius: 30px;
	min-width: 400px;
	text-align: center;
	box-shadow: rgba(0,0,0,0.75) 8px 8px 4px;
}

	.bigButton:hover {
		box-shadow: rgba(0,0,0,0.75) 3px 2px 1px;
		margin-top: 18px;
		margin-bottom: 6px;
		margin-left: 10px;
		text-shadow: 0px 0px 20px White;
	}


.fullwidth {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	float: none;
	clear: both;
}

div .textblock {
	border: 1px solid #FFFFFF;
	vertical-align: top;
	padding: 6px;
	margin: 0px;
	width: 297px;
	height: 200px;
	overflow: hidden;
	display: inline-block;
	clear: both;
	border-radius: 30px;
	background-color: #000;
}

div .talltextblock {
	vertical-align: top;
	padding: 6px;
	margin: 0px;
	width: 297px;
	height: 412px;
	overflow: hidden;
	display: inline-block;
	clear: both;
	background-color: transparent;
	font-size: 12pt;
}

textblock li, p, ul, ol {
	font-size: 12pt;
}

div .centered {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	position: relative;
}


.right-text {
	text-align: right;
}

.required {
	font-weight: bold;
	color: red;
}

.rounded {
	border-radius: 15px;
	border: 1px solid green;
	padding: 2px 10px 2px 10px;
}

a:link {
	color: #66CCFF;
}

a:visited {
	color: #0066FF;
}

a:hover {
	color: #000000;
	background-color: #99CCFF;
}

a:active {
	color: #0000FF;
}

.lines {
	table-layout: fixed;
	border-collapse: separate;
	empty-cells: hide;
	padding: 3px;
	margin: 0px;
	border: 1px solid #00FF00;
	background-color: #000000;
}


.phonenumber {
	font-family: 'Century Gothic' , Arial;
	font-size: 18pt;
	font-weight: bold;
	font-style: oblique;
	color: #00FF00;
}

.smallphonenumber {
	font-family: 'Century Gothic' , Arial;	
	font-weight: bold;
	font-size:larger;	
	color: #00FF00;
}
</pre></body></html>