﻿body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F5FFDC;
	text-align: center;	/* this centers the container in IE 5* browsers. The text is then set to the left if necessary in another div */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	font-size: 10pt;
}
h1 { /* possibly not used at this time */
	font-size: 12pt;
}
#container {
	margin: 0 auto;
	width: 980px;
}
#header {
}
.topbdr-orng {
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #ff7e37;
}
.swri {
	font-size: 10px;
	color: #ffffff; /* If other files have white background it may become necessary to change white text to off-white #fefefe per CSS Validation warning */
	letter-spacing: 13px;
	vertical-align: middle;
	text-align: center;
	height: 15px;
	padding-top: 2px;
}
.bg-teal { /* vidclip archives */
	background-color: #007191;
}
.titlebar {
	height: 70px;
}
#header h1 {
	margin: 0px 6px 4px 6px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
}
#header h2	{
	margin: 4px 6px 0px 6px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	line-height: 100%;
	font-style: italic;
}
#vidcontent { /* the single column that contains six vidunits across and however many down */
	font-size: 10px;
	width: 900px;
	margin-top: 20px;
	line-height: 100%;
	margin-right: auto; /* need to add auto for browsers other than IE */
	margin-left: auto; /* need to add auto for browsers other than IE */
}
#vidcontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; /* option 2 font-size: 100%; could be font-size: 7.5pt; */
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px 6px 4px 6px;
}
#vidcontent p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.vidunit {
	width: 150px;
	height: 150px; /* original height: 150px; trying other depths if needed */
	display: inline;
	float: left;
}
#navbtm-sngl-k {
	height: 20px;
	clear: both;
	font-size: 10px;
	line-height: 100%;
	font-weight: bold;
	margin: 0px;
	padding-top: 2px;
}
#navbtm-sngl-k ul {
	padding: 0px;
	margin: 4px;
}
#navbtm-sngl-k ul li {
	display: inline;
	margin-right: 0px;
	margin-left: 0px;
	list-style-type: none;
}
#footer {
	clear: both;	
}
.bg-orng {
	background-color: #ff7e37;
}
.rulebtm {
	height: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#boilerplate {
	padding: 0px 100px 4px 100px;
	font-size: 10px;
	height: 24px;
	margin-top: 4px; /* adjusts space between rulebtm and boilerplate in IE */
}
#date	{
	font-size: 10px;
	margin-top: 4px;
}
a:active	{ 
	text-decoration: underline 
}
a:link	{
	text-decoration: none;
	color: #000000;
}
a:visited	{
	text-decoration: none;
	color: #000000;
}
a:hover	{
	text-decoration: underline 
}
#navbtm-sngl-k a:link {
	color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000000;
	padding-right: 3px;
	padding-left: 4px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
}
#navbtm-sngl-k a:visited {
	color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000000;
	padding-right: 3px;
	padding-left: 4px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;}
	
.displayblock {display:block; margin-left:auto; margin-right:auto;}
