/*
 File:     sadram.css
 Version:  0.0.1.0
 Created:  13:28:11 07/19/2025
 Modified: Sat Jul 19, 2025 08:42AM

Author:   David H. Lynch Jr. <davidlynch@dlasys.net>
Copyright (C) 2025 DLA Systems
     354 Rudy Dam Rd.
     Lititz, PA 17543
     (717) 587.7774
*/
UL.menu { 
	background-color: rgb(212, 228, 247);
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

LI.menu {
	border-right:1px solid rgb(187, 187, 187);
	float: left;
}

LI.menu:last-child {
	border-right: none;
}

LI.menu A {
	color: grey;
	display: block;
	padding: 14px 16px;
	text-align: center;
	text-decoration: none;
}

LI.menu A:hover:not(.active) {
	background-color: rgb(27, 59, 240);
}

.active {
	background-color: rgb(81, 24, 201);
	color: white;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.txt {
	line-height: 116%;
	margin-bottom: 0}

:link {
	color: rgb(0, 0, 128);
	font-size: 12pt;
}

:visited {
	color: rgb(128, 0, 0)}

A:link {
	color: rgb(0, 0, 128);
	text-decoration: underline}

A:visited {
	color: rgb(128, 0, 0);
	text-decoration: underline}

H1 {
	background: transparent;
	color: rgb(15, 71, 97);
	direction: ltr;
	line-height: 116%;
	margin-bottom: 0;
	margin-top: 0.1in;
	orphans: 2;
	page-break-after: avoid;
	page-break-inside: avoid;
	text-align:left ! important;
	widows: 2;
	writing-mode:horizontal-tb;
}

H1.title {
	color: rgb(0, 0, 128);
	font-family: "Georgia", serif;
	font-size: 20pt;
}

P {
	background: transparent;
	direction: ltr;
	line-height: 115%;
	margin-bottom: 0;
	margin-left:1.1311cm;
	orphans: 2;
	text-align: left;
	widows: 2;
}

SPAN.bold {
	font-weight: bold}

SPAN.italic {
	font-style: italic;
	font-weight: bold}

BODY {
	margin-bottom:1in;
	margin-left:0.5in;
	margin-right:0.5in;
	margin-top:0.1in;
}
