﻿body {
	background-image: url('images/blackpage1.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color: silver;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
}
#maincont {
	border: 4px #808080 outset;
	width: 854px;
	padding: 0 0 20px 0;
	margin: 0px auto 0px auto;
	background-color: white;
	text-align: center;
}
#datacont {
	border: 1px #808080 solid;
	width: 950px;
	padding: 0 0 0 0;
	margin: 0px auto 0px auto;
	background-color: white;
	text-align: center;
}
#masthead {
	border: 7px silver outset;
	padding: 0px;
	Width: 840px;
	height: 81px;
	text-align: center;
	background-image: url('images/stburdheadv3.gif');
	background-repeat: no-repeat;
	background-color: white;
	background-position: center;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
}
#intro {
	background-position: left;
	text-align: left;
	margin: 20px auto 10px auto;
	padding: 10px 5px 10px 5px;
	width: 820px;
	height: 90px;
	background-image: url('images/linkedwbrd.gif');
	background-repeat: no-repeat;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
}
#res {
	padding: 10px 5px 10px 5px;
	margin: 20px auto 20px auto;
	text-align: left;
	line-height: 70%;
}
ul {
	text-align: left;
	text-indent: 10px;
	list-style-type: circle;
	list-style-position: inside;
}
table.plainjust {
	border-width: 0px;
	border-style: ridge;
	border-collapse: collapse;
	border-color: #808080;
	background-color: white;
	text-align: left;
	width: 825px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
h1 {
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: underline;
}
h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: black;
	text-align: left;
	vertical-align: top;
}
h3 {
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	margin-right: 4px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-align: center;
	vertical-align: top;
}
h4 {
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 90px;
	margin-right: 4px;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-align: left;
	vertical-align: top;
}
h5 {
	margin-top: 15px;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: 500;
	color: black;
	text-align: center;
}
/*This makes the standard body font bold*/
p {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	font-family: verdana, arial, sans-serif;
	color: black;
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
}
p.indent {
	text-indent: 25px;
}
p.bold {
	font-weight: bold;
}
p.ital {
	font-style: italic;
}
span.white {
	color: white !important;
	text-decoration: none !important;
}
.empdata {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
a:link {
	color: black;
	font-size: 12px;
	font-weight: bold;
	text-decoration: overline underline;
}
a:visited {
	color: black;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: black;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;

}
a:hover {
	color: maroon;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}
