﻿@charset "UTF-8";
/*!
 * PlaceHolder.ZWeb.NET (https://PlaceHolder.ZWeb.NET)
 * Copyright 1995-2025 Anderson & Associates
 */

/*
==========================================================================================
Base Page Elements
==========================================================================================
*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Red Rose';
	font-style: normal;
	font-weight: 800;
	margin-top: 0;
}

html, body {
	height: 100%;
	margin: 0;
	overflow: hidden;
	color: #a3a3a3;
	font-family: Baumans;
	font-size: 1.0em;
}

html {
	padding-top: 1%;
	padding-left: 4%;
	background: rgb(2,0,36);
	background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 50%, rgba(0,101,255,1) 100%);
}

body {
	font-size: 1.20em;
}

:link {
	color: #0066ff;
}

:visited {
	color: #0066ff;
}

a:hover {
	color: #8200d8;
}

hr {
	color: #0066ff;
}

h1 {
	font-size: 2.50em;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

	h1 strong {
		font-weight: bold;
	}

h2 {
	font-size: 1.75em;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

h3 {
	background-color: #f5f5f5;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 6px;
	border: 1px outset #c3c3c3;
}

h4 {
	font-size: 1.20em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

.main {
	padding: 6px 6px;
}

.nav {
	background-color: #f5f5f5;
	padding: 2px 4px;
	border: 1px outset #c3c3c3;
}

	.nav a {
		text-decoration: none;
		padding: 2px 6px;
	}

		.nav a:hover {
			background-color: #d6d6d6;
			padding: 1px 6px;
			border: 1px outset #8200d8;
		}

.Header {
	color: #0066ff;
	font-weight: normal;
	padding: 10px;
	vertical-align: top;
}

.Footer {
	font-family: 'Architects Daughter';
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 148px;
	padding: 10px;
	border: 1px solid #c3c3c3;
	border-radius: 8px;
	line-height: 1.4em;
	animation: aniFBorder 2s ease alternate infinite;
}

.Footer-Left, .Footer-Right {
	font-family: 'Coda';
	color: #f5f5f5;
	position: absolute;
	padding: 10px;
	border: 1px solid #c3c3c3;
	border-radius: 8px;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.4em;
	animation: aniFBorder 2s ease alternate infinite;
}

.Footer-Left {
	/*font-family: 'Red Hat Display';*/
	bottom: 10px;
	left: 10px;
}

.Footer-Right {
	/*font-family: 'Coda';*/
	bottom: 31px;
	right: 10px;
}

@keyframes aniFBorder {
	0% {
		border-color: #303030;
	}

	100% {
		border-color: #c3c3c3;
	}
}

.Spacer10 {
	height: 10px;
	font-size: 0;
	line-height: 0;
}

.Spacer20 {
	height: 20px;
	font-size: 0;
	line-height: 0;
}

.Spacer40 {
	height: 40px;
	font-size: 0;
	line-height: 0;
}

.Spacer100 {
	height: 100px;
	font-size: 0;
	line-height: 0;
}


/*
==========================================================================================
Core Misc. Elements
==========================================================================================
*/
.PageSep {
	border-top: 1px solid #c2c2c2;
	/*
	border-bottom: #005887 1px solid;
	*/
	font-size: 0;
	line-height: 0;
}

.Spacer2 {
	height: 2px;
	font-size: 0;
	line-height: 0;
}

.Spacer4 {
	height: 4px;
	font-size: 0;
	line-height: 0;
}

.Spacer6 {
	height: 6px;
	font-size: 0;
	line-height: 0;
}

.Spacer8 {
	height: 8px;
	font-size: 0;
	line-height: 0;
}

.Spacer10 {
	height: 10px;
	font-size: 0;
	line-height: 0;
}

.Spacer20 {
	height: 20px;
	font-size: 0;
	line-height: 0;
}

.Spacer30 {
	height: 30px;
	font-size: 0;
	line-height: 0;
}

.Spacer40 {
	height: 40px;
	font-size: 0;
	line-height: 0;
}

.Spacer60 {
	height: 60px;
	font-size: 0;
	line-height: 0;
}

.Spacer100 {
	height: 100px;
	font-size: 0;
	line-height: 0;
}
