
html, body { width: 100%; height: 100%; }
body {
min-height: 100%; 
height: auto; 
position: relative;  
min-width: 1000px; 
margin: 0;
font-family: verdana, arial, sans-serif;
font-size: 12px;
}

table.main {
	border-color: #000000;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px 5px 1px 5px;
}


A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: none;}

.phonenumber {
	width: 200px;
	height: 50px;
	text-align: left;
	position: absolute;
	right: 165px;
	top: 23px;
	padding: 0px 2px 2px 2px;
	font-weight : bold;
	font-family: arial Narrow;
	color : Black;
	font-size : 17px;

}

.headertext1 {
	width: 280px;
	height: 50px;
	text-align: left;
	position: absolute;
	left: 260px;
	top: 55px;
	padding: 0px 0px 0px 0px;
	font-family: arial Narrow;
	color : #828282;
	font-size : 22px;
}

.headertext2 {
	width: 600px;
	height: 50px;	
	text-align: left;
	position: absolute;
	left: 260px;
	top: 80px;
	padding: 0px 0px 0px 0px;
	font-weight : bold;
	font-family: arial Narrow;
	color : #990000;
	font-size : 26px;
}


span.menu1 {
	text-align: left;
	font-family: arial Narrow;	
	color : #828282;
	font-size : 15px;
	
}

span.menu2 {
	text-align: left;
	font-family: arial Narrow;	
	color : #000000;
	font-size : 23px;	
	font-weight : bolder;
}


.menuitem1_up {
	width: 280px;
	height: 50px;
	position: absolute;
	left: 132px;
	top: 168px;
}

.menuitem1_down {
	width: 280px;
	height: 50px;
	position: absolute;
	left: 100px;
	top: 183px;
}

.menuitem2_up {
	width: 280px;
	height: 50px;
	position: absolute;
	left: 132px;
	top: 240px;
}

.menuitem2_down {
	width: 280px;
	height: 50px;
	position: absolute;
	left: 131px;
	top: 255px;
}
.menuitem3_up {
	width: 280px;
	height: 50px;
	position: absolute;
	left: 130px;
	top: 312px;
}

.menuitem3_down {
	width: 280px;
	height: 50px;
	position: absolute;
	left: 102px;
	top: 327px;
}

.menuitem4_up {
	width: 280px;
	height: 50px;
	position: absolute;
	left: 130px;
	top: 384px;
}

.menuitem4_down {
	width: 280px;
	height: 50px;
	position: absolute;
	left: 31px;
	top: 399px;
}


.menuitem5_up {
	width: 280px;
	height: 50px;
	position: absolute;
	left: 130px;
	top: 457px;
}

.menuitem5_down {
	width: 280px;
	height: 50px;
	position: absolute;
	left: 77px;
	top: 472px;
}

p.uppertext {
	font-weight : normal;
	font-family: arial Narrow;
	color: #252525;

	font-size : 15px;
	word-spacing : normal;
	letter-spacing : normal;
	line-height : normal;
	font-variant : normal;
	font-style : normal;
	width : auto;
	padding: 0px 20px 0px 20px;	


}


.lowerwhite {
	text-align: center;
	padding: 0px 0px 0px 0px;
	font-weight : normal;
	font-family: arial Narrow;
	color : white;
	font-size : 12px;
	vertical-align : baseline;
}



.lowerblack {

	text-align: left;
	padding: 0px 0px 0px 0px;
	font-weight : normal;
	font-family: arial Narrow;
	color : black;
	font-size : 12px;

}

div.whitemenu {
	text-align: left;
	padding: 1px 0px 2px 0px;
	font-weight : bold;
	font-family: arial Narrow;
	color : white;
	font-size : 17px;
}

h1{
	text-align: left;
	padding: 0px 0px 0px 0px;
	font-weight : bold;
	font-family: arial Narrow;
	color : white;
	font-size : 17px;
	margin: 0px
}

h2{
	text-align: left;
	padding: 0px 0px 0px 0px;
	font-weight : bold;
	font-family: arial Narrow;
	color : black;
	font-size : 16px;
	margin: 0px
}


div.thelab {
	text-align: left;
	padding: 10px 0px 0px 20px;
	font-weight : bold;
	font-family: arial Narrow;
	color : white;
	font-size : 20px;
}

.labitems {
	text-align: left;
	padding: 0px 15px 5px 0px;
	font-weight : bold;
	font-family: arial Narrow;
	color : #990000;
	font-size : 16px;
}


fieldset { border:0;margin:0;padding:0; }
	label { display:block; }
	input.text,textarea { width:300px;font:12px/12px 'courier new',courier,monospace;color:#333;padding:3px;margin:1px 0;border:1px solid #ccc; }
	input.submit { padding:2px 5px;font:bold 12px/12px verdana,arial,sans-serif; }