/*Template by Justin J Maresh, 2025-04-03 16:00 */

/* <head>
<title></title>
<link href="./stylesheet.css" rel="stylesheet" type="text/css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet"> 
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
</head>*/

/* Automatically formats tables with first column left and all others center justified. If rows are split, must use align="center" or class="center" some cells. */

/* Layout elements */

html {
    background-color: #FFFFFF;
}
	  
#container {
	border: 1px solid #DFDFDF;
	background: #E6EAE9;
	margin-bottom: 0;
	padding: 13px 32px;
}

#header{
	margin: 0;
	padding: 0;
}

#body{
	margin: 0;
	padding: 0;
}

.img{
	margin: 6px 0 16px 0;
	padding: 0;
}

.imgRight{
	margin: 6px 0 16px 0;
	padding: 0px;
	float: right;
	padding-left: 27px;
}

.imgLeft{
	margin: 6px 0 16px 0;
	padding: 0;
	float: left;
	padding-right: 27px;
}

#footer{
	clear: both; 
	margin: 0;
	padding: 0;
	padding-top: 20px;
	text-align: center;
	font-size: 0.9em;
}

#footnotes{
	border-top: dashed 1px #444;
	border-bottom: dashed 1px #444;
	clear: both; 
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

.footnote{
	padding: 0 0 1px 19px;
}


/* Text elements */

a {

}

a:link { 
	color: #983F2C;
	text-decoration: none;
}
		
a:visited { 
	color: #983F2C;
	text-decoration: none; 
}
		   
a:hover { 
	color: #3F5671; 
	text-decoration: underline;
}

a:active { 
	color: #3F5671;
	text-decoration: underline; 
}

body {
    font-family: "Montserrat", Tahoma, Verdana, sans-serif;
    font-size: 1em;
    color: #23110F;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    opacity: 1;
    line-height: 1.5em;
}

blockquote {
	margin: 22px 40px;
	upadding: 3px;
	color: #000;
	font-style: italic;
	padding: 5px 50px;
	background: transparent url("blockquote.png") no-repeat 0 0;
}

em {
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, serif;
}

h1 {
    margin: 0 0px 16px 0px;
    padding-top: 0.4em;
    padding-right: 0;
    padding-bottom: 0.4em;
    text-align: left;
    text-indent: 0;
    word-spacing: 0.125em;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 2.5em;
    color: #F1F1EF;
    letter-spacing: 0em;
    text-decoration: none;
    background-color: #314457;
}
	
h2 {
    margin: 32px 0px 16px 0px;
    padding-top: 0.3em;
    padding-right: 13px;
    padding-left: 13px;
    padding-bottom: 0.3em;
    text-align: left;
    text-indent: 0;
    word-spacing: 0.125em;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.85em;
    color: #23110F;
    letter-spacing: 0;
    text-decoration: none;
    background-color: #B1CAE6;
    clear: both;
    background-size: auto auto;
}
	   
h3 {
    margin: 32px 32px 8px 32px;
    padding-top: 0.2em;
    padding-right: 1em;
    padding-bottom: 0.2em;
    text-align: left;
    word-spacing: 0.125em;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.25em;
    color: #23110F;
    letter-spacing: 0;
    text-decoration: none;
    background-color: #E9EEF4;
    border-top: 1px solid #A4B0C8;
    border-bottom: 1px solid #A4B0C8;
    clear: both;
    padding-left: 1em;
}

h4 {
    margin: 24px 0 8px 0;
    text-align: left;
    word-spacing: 0.250em;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1em;
    color: #23110F;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: capitalize;
    clear: both;
}

hr.hr1 {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));	
}

hr.hr2 {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

hr.hr3 {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}

hr.hr4 {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

hr.hr5 {
    height: 12px;
    border: 0;
    box-shadow: inset 0 -12px 12px -12px rgba(0, 0, 0, 0.5);
}


hr.hr6 {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

hr.hr7 {
    overflow: visible; /* For IE */
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.hr7:before {
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

hr.hr8 {
    border: 0;
    height: 0; /* Firefox... */
    box-shadow: 0 0 10px 1px black;
}
hr.hr8:after {
    content: "\00a0";  /* Prevent margin collapse */
}

img { 
	border:none;
}

strong {
	word-spacing: 0;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
}

p {
	text-indent: 0;
	font-style: normal;
	text-decoration: none;
	margin-top: 0.7em;
	margin-bottom: 0.7em;
	padding-left: 1em;
	padding-right: 1em
}

p.emphasis{
	background-color: #FBFBFB;
}

p.caption {
	margin: 0px;
	padding: 0px;
	clear: both;
}
		
p.note {
	text-align: left;
	text-indent: 0;
	padding: 8px;
	background-color: #E9E8E3;
	font-size: 1em;
	text-decoration: none;
	line-height: 19px;
}

p.nopad {
	padding: 0px;
}


/* Lists */

ul {
	text-align: left;
	font-size: 1em;
	list-style-type: disc;
	list-style-position: outside;
	padding-bottom: 5px; 
}

ol {
	text-align: left;
	font-size: 1em;
	list-style-position: outside;
	padding-bottom: 5px;
	
}

ol.a {
	list-style-type: lower-alpha;
}

ol.d {
	list-style-type: decimal;
}
	
li {
	margin: 3px 0;
}

dl {
	text-align: left;
	font-size: 1em;
	padding: 2px 0 8px 0;
}

dt {

	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: bold;
}

dd {

	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

/* Spans */

span.new { 
	font-family: "Montserrat", sans-serif;
	font-size: 0.85em; 
	color: #870000; 
	letter-spacing: 0e; 
	font-style: bold; 
	font-weight: bold; 
	text-decoration: none;
}

span.note { 
	word-spacing: 0.250em;
	font-family: "Montserrat", Verdana, sans-serif; 
	font-style: bold;
	font-weight: bold;
	font-size: 1em;
	color: #2B3C4D;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: uppercase;
}

/* Tables */

table {
	margin-right: 1%;
	margin-left: 1%;
	border-collapse: collapse;
	border: 3px double #23110F;
}

tr th:nth-child(1n + 2){
	text-align: center;
}

tr td:nth-child(1n + 2){
	text-align: center;
}

th {
	background-color: #E5DDD5;
	font-family: "Raleway", sans-serif;
	font-weight: normal;
	vertical-align: middle;
	border: 1px solid #23110F;
	padding: 10px;
	font-size: 1em;
	font-color: #000;
}

td {
	background-color: #FBFBFB;
	border-collapse: collapse;
	padding: 5px;
	vertical-align: middle;
	border: 1px solid #23110F;
	color: #30302F;
	width: auto;
	font-size: 1em;
	list-style-position: outside;
}

table.centerTable {
	margin: 0px auto;
}

table.centerTableAll {
	margin: 0px auto;
	text-align: center;
}

/* Variants */

.center{
	text-align: center;
}

.red{
	color: #f00000;
}

.right{
	text-align: right;
}

.small{
	font-variant: small-caps;
}

.threecolumns{
	column-count: 3;
	column-gap: 20px;
}

.twocolumns{
	column-count: 2;
	column-gap: 20px;
}