﻿body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	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 { /* not used at this time */
	font-size: 12pt;
}
#container {
	margin: 0 auto;
	width: 980px;
}
#header {
}
#toprule {
	margin-top: 15px;
	margin-right: 0px; /* 10px, 0px works for IE but not others */
}
#swri-k {
}
#swri-k h1 {
	font-size: 10px;
	color: #000000;
	letter-spacing: 13px;
	vertical-align: middle;
	text-align: center;
	height: 15px;
	padding-top: 2px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: normal;
}
.swri { /* may no longer need except still using in vidclip archives page */
	font-size: 10px;
	color: #000000;
	letter-spacing: 13px;
	vertical-align: middle;
	text-align: center;
	height: 15px;
	padding-top: 2px;
}
.bg-w {
	background-color: #ffffff;
}
#tdcontent {
	/* the single column that contains one tdunits across and twelve down */
	font-size: 14px;
	width: 400px;
	margin-top: 20px;
	line-height: 100%;
	margin-right: auto; /* need to add auto for browsers other than IE */
	margin-left: auto;
	text-align: center;
}
#tdcontent h1 {
	border-color: #C0C0C0;
	padding: 4px 8px 4px 8px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt; /* percent or ems */;
	margin: 3px 1px 3px 1px;
	color: #0078A5;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: thin;
	border-bottom-width: thin;
}
#tdcontent p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.tdunit {
	width: 400px;
	height: 50px;
	display: inline;
	float: left;
}
#space18px {
	height: 18px;
}
#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;
}
#navbtm-sngl-k2 { /* differs from vastyle with addition of margin top, use if not using include version */
	height: 20px;
	clear: both;
	font-size: 10px;
	line-height: 100%;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	padding-top: 2px;
}
#footer {
	clear: both;
}
#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 
}
#tdcontent a:link {
	color: #0078a5;
}
#tdcontent a:visited {
	color: #0078a5;
}
#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;
}