<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-color: #333;
	background-position: top left;
	background-repeat: repeat-x;
}
#container {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 2px solid #363636;
	background-color: #ACBE99;
	padding-left:10px;
	padding-right:10px;
}
.masthead {
	margin-right: auto;
	margin-left: auto;
	
	padding-top: 10px;
	padding-bottom: 5px;
}
.text-format{
    padding-left: 0;
    padding-right: 0;
}
#navigation {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#page_content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 0px;
}
#content {
	position: relative;
	float: left;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 5px;
}

#content hr{
	color:gray;
	background-color:gray;
}

#content td{
	vertical-align:top;
}
	
#sidebar {
	float: right;
	width: 195px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#header {
	padding-bottom: 10px;
	margin-top: 0px;
}

#footer {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
}

.section-content{
	padding-left:20px;
}

/* Masthead Styles */
.masthead h1 {
	font-weight: normal;
	color: #261;
	text-transform:none;
	display: inline;
}
.masthead h5 {
	font-weight: normal;
	text-align: right;
}
/* Navigation Styles */
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #fff8dc;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #8fbc8f;
}
#navigation a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #455;
}
#content img {
	padding: 5px;
	border: 1px solid #708090;
}
/* Sidebar Styles */
#sidebar p {
	color: #555;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #c4c4c4;
}
#footer a {
	color: #708090;
	text-decoration: underline;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: none;
}

.video-div-left{
	float: left;
	margin-right: 23px;
}

.video-div-right{
	float: left;
}

.video-row{
	padding-bottom: 40px;

}

.video-row h2{
	text-align:left;
	font-size:small;
	margin-bottom: 8px;
	
}

hr.clear{									
	clear:both;
	height:1px;
	margin: -1px 0 0 0;
	padding:0;
	border:none;
	visibility: hidden;
}

/* Link Styles */
a {
	color: #261;
	text-decoration: underline;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}




/* Responsive styles*/

@media only screen and (max-width: 400px) {
    #content img{
        width: 345px;
    }
}
@media only screen and (max-width: 320px) {
    #content img{
        width: 300px;
    }
}</pre></body></html>