<style type="text/css">
body
{
	text-align: center; /* center things in pre-IE6 */
}
#container 
{
	margin: 25px auto;
	/* width: 1000px; */
	min-height: 700px;
	height: inherit;
	padding: 5px;
	font-family: arial;
	font-size: 9pt;
	/*background-color: #F8F8FF; */
}
#titlebar
{
	width: auto;
	height: 100px;
	/* background-color: #BCD2EE;
	border-style:solid;
	border-color: black;
	border-width:1px;
	background-image: url('images/logo.png');
	background-repeat:no-repeat; */
}
#navbar 
{
	width: auto;
	min-height: 20px;
	/* background-color: #0033cc; */
	background-image: url('images/navbar.png');
	/* border-style:solid;
	border-width:1px;
	border-color: black; */
	margin-top: 5px;
	padding-top: 5px;
	color: white;
}
#content 
{
	/* width: 800px; */
	margin-top: 5px;
	padding: 0px;
	float: right;
	min-height: 584px;
	/* border-style:solid;
	border-color: black;
	border-width:1px;
	background-color: white; */
	color: black;	
}
#sidebar 
{
	width: 250px;
	margin-top: 5px;
	padding: 5px;
	float: right;
	min-height: 584px;
	height: inherit;
	margin-left: 5px;
	/* border-style:solid;
	border-color: black;
	border-width:1px; */
	background-color: #3366cc;
	/* background-image: url('images/sbarbg.png');
	background-repeat: no-repeat; */
	color: #ffffff;
}
a
{
	text-decoration: none;
	font-size: inherit;
	color: inherit;
}
a:hover
{
	text-decoration: underline;
	font-size: inherit;
	color: inherit;
}
#footer 
{
	clear: both;
}
#center
{
	margin: 0 0 0 105px;
}
h3.title
{
	/* background-color: #7799ff; */
	border-bottom: 3px solid #3366cc;
	color: black;
	/* padding: 0.1em 0.2em; */
	margin-top: 0;
	position: relative;
}
h4.title
{
	/* background-color: #7799ff; */
	border-bottom: 3px solid #3366cc;
	color: Black;
	/* padding: 0.2em 0.4em; */ 
	margin-top: 0;
	position: relative;
	z-index: -1;
}
h5.title
{
	/* background-color: #7799ff; */
	border-bottom: 3px solid #3366cc;
	color: Black;
	padding: 0.2em 0.4em;
	margin-top: 0;
}
h3.stitle
{
	border-bottom: 3px solid #66ccff;
	color: white;
	padding: 0;
	margin: 0;
}
h4.stitle
{
	border-bottom: 3px solid #66ccff;
	color: white;
	padding: 0.2em 0.4em;
	margin-top: 0;
}
h5.stitle
{
	border-bottom: 3px solid #66ccff;
	color: white;
	padding: 0.2em 0.4em;
	margin-top: 0;
}
p.indent
{
	text-indent: .5cm;
	font-family: arial;
}
p.sbar
{
	font-size: 10pt;
}
p.right
{
	position: relative;
	text-align: right;
	
}
p.bottomjunk
{
	vertical-align: bottom;
	text-align: center;
	font-size: 7pt;
}
ul.sitemap
{
	list-style-type: none;
	line-height: 175%;
}
img
{
	border: 0px;
}
img.thumb
{
	border: 1px solid black;
	/* margin: 5px 5px; */
}
img.banner
{
	float: left;
}
img.left
{
	float: left;
	margin: 2px 5px;
	border: 1px solid black;
}
img.right
{
	float: right;
	margin: 5px;
	border: 1px solid black;
}
img.sbar
{
	margin: 5px auto;
	border: 1px solid black;
}
div.tboxbg
{
	width:400px;
	height:199px;
	background:url(images/molds2.jpg) repeat;
	border:2px solid black;
}
div.transbox
{
	width:300px;
	height:130px;
	margin:30px 50px;
	background-color:#ffffff;
	border:1px solid black;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}
div.transbox p
{
	margin:30px 40px;
	font-weight:bold;
	color:#000000;
}
div.tboxbg2
{
	width:620px;
	height:315px;
	background:url(images/employees.jpg) repeat;
	border:2px solid black;
}
div.transbox2
{
	width:500px;
	height:80px;
	margin:220px 50px 30px 50px;
	background-color:#ffffff;
	border:1px solid black;
	/* for IE */
	filter:alpha(opacity=75);
	/* CSS3 standard */
	opacity:0.6;
}
div.transbox2 p
{
	margin:5px 40px;
	font-weight:bold;
	color:#000000;
	text-align: left;
	line-height: 150%
}
div.autocenter
{
	margin: 5px 14px;
	display: inline-block;
	border: 1px solid black;
}
div.QnA
{
	line-height: 110%;
}
div.QnA h3
{
	font-weight: bold;
	color: #3366cc;
}
div.QnA p
{
	margin-left: 25px;
	font-family: arial;
}
div.QnA a
{
	font-size: 7pt;
	margin-left: 25px;
}
a.Contact
{
	display: block;
	margin: 0px 0px 10px 0px;
	text-align: center;
	text-decoration: none;
	color: white;
	background-color: #2505c8;
	padding: 0.2em 0.6em;
	font-weight: bold;
	font-size: 10pt;
}
a.Contact:hover
{
	background-color: #66ccff;
}
</style>