body {
	margin: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	background: url("../images/bodbg.jpg") repeat-y scroll top;
}
#holder {
	width: 800px;
	margin: 0px auto;
	position: static;
}
#header {
	width: 100%;
	height: 150px;
	background: url("../images/header2.jpg") no-repeat top;
}
#header .title {
	width: 500px;
	height: 50px;
	float: right;
	margin: 100px 10px 0 0;
	text-align: right;
}
#header h1 {
	font: bold 20px Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: none;
	margin: 0;
	padding: 0;
	display: inline;
	color: black;
}
#header h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: none;
	margin: 0;
	padding: 0;
	display: inline;
	color: black;
}
#nav {
	width: 140px;
	float: left;
	text-align: center;
}
#nav a.feed {
	color: white;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#nav a.feed:hover {
	color: #FDB20B;
	text-decoration: underline;
}
#nav .title {
	font-size: 11px;
	color: black;
	background: transparent url("../images/title.jpg") no-repeat top;
	width: 125px;
	height: 20px;
	text-decoration: none;
	display: block;
	line-height: 20px;
	font-weight: bold;
	margin: 0px auto;
	position: static;
}
#nav a.link {
	color: blue;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#nav a.link:hover {
	color: red;
	text-decoration: underline;
}
#nav a.box {
	color: black;
	background: #FFCC33 url("../images/navboxbgup.jpg");
	width: 125px;
	height: 20px;
	text-decoration: none;
	display: block;
	line-height: 20px;
	font-weight: bold;
	margin: 0px auto;
	position: static;
	text-align: left;
	text-indent: 10px;
	font-size: 11px;
}
#nav a.box:hover {
	color: navy;
	background: #FFEAAA url("../images/navboxbgdn.jpg");
	display: block;
}
#nav a.other {
	color: black;
	background: Yellow url("../images/otherup.jpg");
	width: 125px;
	height: 20px;
	text-decoration: none;
	display: block;
	line-height: 20px;
	font-weight: bold;
	margin: 0px auto;
	position: static;
	text-align: left;
	text-indent: 10px;
	font-size: 11px;
}
#nav a.other:hover {
	color: navy;
	background: #FFEAAA url("../images/navboxbgdn.jpg");
	display: block;
}
#nav a.sub {
	font-size: 11px;
	color: black;
	background: white url("../images/subup.jpg") no-repeat top;
	width: 115px;
	height: 16px;
	text-decoration: none;
	display: block;
	line-height: 16px;
	font-weight: bold;
	margin: 0px auto;
	position: static;
	text-align: left;
	text-indent: 10px;
}
#nav a.sub:hover {
	color: #CC0000;
	background: white url("../images/subdown.jpg"/) no-repeat top;
	display: block;
}
#nav a.prodsub {
	font-size: 11px;
	color: black;
	background: White url("../images/subup.jpg") no-repeat top;
	width: 115px;
	height: 16px;
	text-decoration: none;
	display: block;
	line-height: 16px;
	font-weight: bold;
	margin: 0px auto;
	position: static;
	text-align: left;
	text-indent: 10px;
}
#nav a.prodsub:hover {
	color: #CC0000;
	background: white url("../images/subdown.jpg") no-repeat top;
	display: block;
}
.indust {
	width: 120px;
	margin: 30px auto;
	position: static;
}
#nav a.industlnk {
	font-size: 11px;
	color: black;
	width: 111px;
	height: auto;
	text-decoration: none;
	display: block;
	line-height: inherit;
	font-weight: bold;
	background: #FFFF99 url("../images/industbg.png") no-repeat bottom;
	margin: 0px auto;
	position: static;
	text-align: left;
	padding: 2px 0px 2px 4px;
}
#nav a.industlnk2 {
	font-size: 11px;
	color: navy;
	width: 111px;
	height: auto;
	text-decoration: none;
	display: block;
	line-height: inherit;
	font-weight: bold;
	background: white url("../images/industbgover.png") no-repeat bottom;
	margin: 0px auto;
	position: static;
	text-align: left;
	padding: 2px 0px 2px 4px;
}
#nav a.industlnk:hover {
	color: navy;
	background: white url("../images/industbgover.png") no-repeat bottom;
}
#nav .contact {
	width: 120px;
	height: auto;
	border: 1px solid black;
	background: white;
	padding: 5px;
	text-align: left;
	margin: 0px auto;
	position: static;
}
#nav .contact a {
	color: blue;
	font-weight: normal;
	font-size: 12px;
}
#nav .contact h6 {
	margin: 0px;
}
#nav .contact p {
	margin: 5px;
}
#content {
	width: 630px;
	height: auto;
	padding: 0px 10px 10px;
	float: right;
	margin-left: 5px;
}
#content a {
	text-decoration: none;
	color: blue;
}
#content a:hover {
	text-decoration: underline;
	color: red;
}
#update {
	width: 180px;
	height: auto;
	padding: 10px;
	float: right;
	border: 1px solid orange;
	background: #003399;
	color: orange;
	font-weight: bold;
	font-style: italic;
	margin: 0px 0px 5px 5px;
}
#update a {
	color: orange;
	text-decoration: underline;
}
#update a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
#update h1 {
	color: #FFCC00;
	font-size: 14px;
	border-bottom: 1px solid #FFCC00;
	margin: 0px 0px 5px 0px;
}
#update p {
	margin: 0px 0px 10px 3px;
}
h1 {
	font-size: 10px;
	color: #003366;
	border-bottom: 1px solid #003366;
}
h2 {
	font-size: 15px;
	color: #336699;
	border-bottom: 1px solid #336699;
}
h3 {
	font-size: 18px;
	color: #6699CC;
	border-bottom: 1px dotted #6699CC;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
#formula {
	width: 220px;
	height: 20px;
	margin: 0px auto;
	position: static;
	font: 26px "Times New Roman", Times, serif;
	text-align: center;
	padding: 5px;
}
#formula2 {
	width: 550px;
	height: 30px;
	margin: 0px auto;
	position: static;
	font: 26px "Times New Roman", Times, serif;
	text-align: center;
	padding: 5px;
}
#diform {
	width: 450px;
	height: 20px;
	margin: 0px 10px;
	position: static;
	font: 26px "Times New Roman", Times, serif;
	text-align: center;
	padding: 5px;
}
#distnav {
	width: 620px;
	height: auto;
	margin: 0px auto;
	position: static;
	font: 28px "Times New Roman", Times, serif;
	text-align: center;
	padding: 5px;
	font-weight: bold;
}
#distnav a {
	margin: 0px 10px;
	font-weight: normal;
	font-size: 16px;
}
.stem {
	font-weight: bold;
	font-style: italic;
}
.tiny {
	font-size: 10px;
	font-style: italic;
}
.left {
	float: left;
	margin: 5px;
	text-align: left;
}
.right {
	float: right;
	margin: 5px;
	text-align: left;
}
.clear {
	clear: both;
	padding-top: 20px;
}
.inline {
	display: inline;
}
.sclinks {
	width: 250px;
	height: auto;
	margin: 0px auto;
	position: static;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: center;
}
.secondtitle{
	position: static;
	color: #003366;
	font-size: 15px;
}
.time {
	color: #3333FF;
	font-weight: bold;
}
.break {
	color: #660099;
	font-weight: bold;
}
.new {
	color: #CC0000;
	font-weight: bold;
}
.red {
	color: red;
	font-size: 11px;
}
.red2 {
	color: red;
}
.glossary {
	color: #003366;
	font-weight: bold;
	text-decoration: underline;
}
.center {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 10px 0px;
}
.center img {
	margin: 0 20px;
}
.tstrpt1 {
	width: 360px;
	height: auto;
	text-align: center;
	margin: 0px auto;
	position: static;
}
.tstrpt2 {
	width: 550px;
	height: auto;
	text-align: center;
	margin: 0px auto;
	position: static;
}
dl {
	padding: 0px 25px;
}
dt {
	margin-bottom: 5px;
}
dd {
	margin-bottom: 10px;
}
hr {
	color: #000066;
	background-color: Blue;
	width: 550px;
	clear: both;
	margin: 20px;
	background: transparent url("../images/footbg.jpg") repeat-y top;
}
#footer {
	width: 800px;
	clear: both;
	height: auto;
	text-align: center;
	background: transparent url("../images/footbg.jpg") top;
	line-height: 30px;
	font-size: 11px;
	font-style: italic;
	border: none;
	color: #FCCD01;
}
.captcha {
	width: 350px;
	height: 120px;
	margin: 0px auto;
	position: static;
}
#family {
	width: 130px;
	height: 500px;
	background: #DCDCDC;
	margin: 0px auto 20px;
	position: static;
	border: 1px solid black;
}
#family h6 {
	margin: 5px;
}
.times {
	font-family: "Times New Roman", Times, serif;
}
.undrln {
	text-decoration: underline;
}
a.dltop {
	margin: 5px 10px;
}
ul li blockquote {
	margin: 5px 0 10px 20px;
}
