﻿/* CSS Document - ytubeStyles.css created: 03 JAN 2020 */
/* Updated:  */
/* Updated:  */
/* Updated:  */
/* Attached to HTML files: youtubeHTML5 */

body {
	background-color: #E0E0E0; /* light shade of gray */ /* #a9947b; /* camo-sand */
	padding-left: 100px;
	width: 1280px;
}

.tborder {
	border: 1px solid #222;
}

.center {
	text-align:center; color: #004F98; /* #4a5444; /* camo-green */ 
	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;
}

li {
	display:inline; font-family: Gadugi, Arial, Helvetica, sans-serif; font-size: 18px; 
	color: #D7D7D7; /* shade of gray */ /*#BCAB90; */
}

li a {
	background-color: #004F98; /* #4a5444; */
	color: #F5F5F5; /* WhiteSmoke */ /*#DAA520; /* goldenrod */
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}

li a.link {
	color: #D7D7D7; /* #92B6D5; /* Airy Blue */
	text-align: center;
	text-decoration: none;
}

li a.active {
	background-color: #92B6D5;
	color: #F5F5F5;
}

li a:hover {
	background-color: #555; /* #f1eaee; /* Aircraft White */
	color: #D7D7D7; /* #46554f; /* Gunship Green */
	text-decoration: none;
}

a {
	color: #00477e; /* Highway Blue */ /* color: #AD5D5D; /* Dusty Cedar */
}

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: #DAA520; /* goldenrod */ /* #AD5D5D; /* Dusty Cedar */ /* color: #00477e; /* Highway Blue */
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

#container {
	margin-left:auto; margin-right:auto; width:1280px; overflow:auto;
}

.left-bar {
	float:left; width:225px; margin-left:5px; margin-top:5px; font-size:large;
}

article {
	float:left; width:775px; padding:10px; display:block; 
	margin-left:5px; margin-top:5px; font-size: large;
}

.right-bar {
	float:right; width:225px; margin-left:5px; margin-top:5px; font-size: medium;
}

img {
	vertical-align: middle;
	text-align: center;
}

iframe {
		margin-left: 100px;
}

h1 {
	font-family: "Segoe Print", Arial, Helvetica, sans-serif;
	color: #A9A9A9; /* darkgray */ 
}

h2 {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	color: #708090; /* slategray */
}

h3 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #004F98;
}

h4 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #004F98;
}

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: 16px; color: #004F98;
}

p.margin {
	margin: 2px 8px 0px 8px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

p.left {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px; margin-top: 25px;
}

p.right {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 10px; margin-top: 25px;
}

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: #828282;
}

td {
	text-align:left; width:630px; color: #363848; /* Aircraft Insignia Blue */
	font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 11px;
}

td.right {
	text-align:right; width:630px; color: #363848; 
	font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 11px;
}
