html, body {
	margin:0;
	width:100%;
	height:100%;
	background-color:black;
}
#bnr {
	background-color:#000000;
	background-image:url(images/bnr_bg.jpg);
	height:73px;
	width:800px;
}
#mainNav {
	background-color:black;
	background-image:url(images/navBar_bg.jpg);
	height:16px;
	white-space:nowrap;
	width:800px;
}
#mainBdy {
	width:800px;
}
#mainBdy p {
	font-family:verdana;
	font-size:10px;
	color:black;
	padding:10px 0 0 0;
	line-height:15px;
	margin:0 0 0 298px;
}
#mainBdy td {
	font-family:verdana;
	font-size:10px;
	padding:10px 0 0 20px;
	line-height:15px;
	vertical-align:top;
}
#mainBdy a {
	color:#999999;
	text-decoration:none;
}
#mainBdy ul {
	margin: 0;
    padding: 0;
    list-style: none;
}
#mainBdy li {
	padding: 0 0 0 10px;
    background-image: url(images/services_bullet.gif);
    background-repeat: no-repeat;
    background-position: 0 3px;
    line-height:15px;
   font-family:verdana;
   font-size:10px;
    color:#999999;
}
#mainBdy li a {
	font-size:10px;
	font-weight:normal;
	color:#707898;
}
#mainBdy li a:hover {
	color:#000000;
}
#lftColTop {
	width:278px;
	height:343px;
	background-color:#DCDCDC;
	background-repeat:no-repeat;
	background-position:0 0;
	float:left;
}
#lftColTop p {
	font-family:verdana;
	font-size:10px;
	color:black;
	padding:148px 27px 27px 27px;
	line-height:15px;
	margin:0;
}
#lftColBtm {
	border-top:2px solid white;
	width:278px;
	float:left;
	clear:left;
}
.lftColLink {
	float:right;
}
.req {
	font-size:14px;
	color:red;
}
.supplierImg{
	width:225px;
	height:35px;
}
.supplierGap{
	width:35px;
}
.supplierTxt{
	font-family:verdana;
	font-size:10px;
	color:#999999;
	line-height:15px;
	width:225px;
	height:62px;
	vertical-align:top;
}
#copyright {
	font-family:verdana;
	font-size:10px;
	color:#999999;
	text-align:left;
	margin:20px 0 0 10px;
	clear:both;
	width:250px;
	float:left;
}
#copyright a {
	color:#999999;
}