﻿/* CSS Document - DDMstyles.css created: 06 JUN 2016 */
/* Variant of x10expStyles.css, Used for CSS experimentation */
/* Updated: 16 DEC 2016; 03 JAN 2020 */

body {
	background-color: #F5F5F5; /* WhiteSmoke */ 
	width: 1280px;
	padding-left:100px;
}

.center {
	text-align:center;  
	font-family: "Segoe Print", Arial, Helvetica, sans-serif;
}

ul.main-nav {
	background: none repeat 0 0; background-color: #004F98; 
	color: yellow; text-align: center; font-size: medium;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow:auto;
    background-color: #333;
}

li {
    float: left; text-align: center; font-family: Candara, Arial, Helvetica, sans-serif; 
}

li a, .dropbtn {
    display: inline-block;
    color: #DAA520; /* goldenrod */
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: #f1eaee; /* Aircraft White */
	color: #46554f; /* Gunship Green */
}

li.dropdown {
    display: inline-block;
    /* background-color: #708090; /* slategray */

}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: #00308F; /* US Air Force Blue */
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
	background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
    display: block;
}

a {
	color: #00477e; /* Highway Blue */
}

a:link {
	/* color: #004F98; /* US AF Academy Blue */
	/* text-align:center; */
	text-decoration:none;
}

a:visited {
	color: #373a42; /* Sea Blue */
	text-decoration: none;
}

a:hover {
	color: #AD5D5D; /* Dusty Cedar */ 
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

h1 {
	font-family: "Segoe Print", Arial, Helvetica, sans-serif;
	color: #DAA520; 
}

h2 {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	color: #9E4624; /* Potter's Clay */
}

h3 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #708090; /* slategray */
}

h4 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #9E4624;
}

h5 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #F8F8FF;
}

h6 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #AD5D5D;
}

p {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size:large; color: #004F98;
}

p.sig {
	font-family: "KirvyRegular", Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
}

p.footcopy {
	color: #004F98; text-align:center; 
	font-family: Gadugi, Arial, Helvetica, sans-serif; font-size: 10px;
}

table, th, td {
	vertical-align:middle; width:1275px; border-collapse:collapse;
}

th {
	text-align:center; width:202px; height:24px;
	font-family: Calibri, Arial, Helvetica, sans-serif; color: #F8F8FF;
}

td {
	text-align:left; width:775px; color: #00308F; /* US Air Force Blue */
	font-family: Calibri, Arial, Helvetica, sans-serif; font-size: small;
}

td.right {
	text-align:right; width:775px; color: #00308F; 
	font-family: Calibri, Arial, Helvetica, sans-serif; font-size: small;
}

