html,body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#004E91 none repeat scroll 0%;
	color:#59595B;
	font-size:10px;
	height: 100%;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

h1 {
	color:#fff;
	font-size:18px;
	margin: 0;
	padding: 10px 0 10px 10px;
	text-align:left;
	background: #FCAE5D url( http://www.labtestcert.com/img/bgH1.gif) repeat-x scroll 0;
}


div#container {
	position:relative; /* needed for footer positioning*/
	width:732px;
	margin:0 auto; /* center, not in IE5 */
	background:#fff;
	height:auto !important; /* real browsers */
	height:100%;
	min-height:100%; 
}

div#header {
	padding:0;
	background-color:#fff;
	height: 125px;
}
	

div#content {
width:732px;
padding-bottom: 111px;
}
	

div#footer {
	width:732px;
	
	position:absolute;
	bottom: 0; /* stick to bottom */
	padding: 0;
	margin-top:140px;
	left:0;
}
	
	
img {
	border:0 none;
}

a {
	color:#8489AC;
	text-decoration:none;
}

a:hover {
	color:#E17C1D;
}
form { margin: 0px auto; }

#logo {
	float:left;
	padding:21px 0pt 10px 24px;
}

#nav {
	color:#8489AC;
	float:right;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:86px;
	width:518px;
}

#nav a {
	text-decoration:none;
}


.clr {
	width:0;
	height:0;
	clear:both;
	margin:0;
	padding:0;
	visibility:hidden;
}

.bgDot {
	height:1px;
	background:transparent url( http://www.labtestcert.com/img/bgDot1.gif) repeat-x scroll 0pt;
	margin:0;
	padding:0;
	background-color:#fff;
	line-height:0;
		/*padding-top:7px;*/
}



#bottom-logos {
	padding:20px 0pt;
	text-align:center;
}

#bottom-logos img {
	margin:0pt 4px;
}

#bottom {
	background:#BBBABB url( http://www.labtestcert.com/img/bgBottom.gif) repeat-x scroll 0;
	height:110px;
}
html > body #bottom {
	height:auto;
	min-height:110px;
}

.bott {
	color:#8489AD;
	line-height:16px;
	padding:15px;
	text-align:center;
}	


/* grid styles */
#grid_table {
	width: 100%;
	padding-top: 20px;
}


#grid_header {
	color:#8589AE;
	text-align: right;
	padding-bottom: 10px;
	padding-right: 10px;
	display:none;
}

#grid_caption {
	color:#8589AE;
	padding:15px 0 15px 0;
}

.gridColumn {
	height:38px;
	background-color: #8589AE; 
	text-align: left;	
	color: #fff;
}

.gridColumn a {
	color: #fff;
}

.gridColumn a:hover {
	color: #FC7F00;
}

.gridColumn {
	padding: 4px;
}


.gridResultAlt {
	background-color:#ECECEC;
	padding: 4px;
}

.gridResult {
	padding: 4px;
}


/* starting certificate page */
.cdownbox {
	float:right;
	height: 150px;
	width:200px;
	text-align:center;
	margin-right: 10px;
	margin-top: 0px;
	padding: 5px;
	border:#8488AB thin solid;
	position:relative;
	top:0;
}

.cdata {
	padding:0;
	margin:0 0px 0 10px;
	text-align:left;
	font-size: 1.25em;
}



.cdatalabel {
	width:150px; text-align:left;float:left; padding-top: 10px; font-weight:bold;
}

.cdatalabel2 {
	width:220px; padding-top: 10px; font-weight:bold;
}



.datafield {
	margin-left: 20px;width: 250px;float:left;text-align:left;padding-top: 10px;
}

.cdata br {
	clear: left;
	margin: 0;
	padding:0;
	height:0;
	line-height:0;
}

.back2rez {
padding: 20px 0 10px 0;

}
