* {
 padding: 0;
 margin: 0;
}

body {
		background:#ffffff;
		margin:0;
		padding:0;
		color:#000000;
		background-image: url(../images/non-destructive_testing_images.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		font-family: Arial, Helvetica, sans-serif; 
		scrollbar-base-color: #000000;
}
  
  
#wrapper {align: center;
 		width: 100%;
 		margin: 0 auto;
		}


#header {
	margin: 0px 0px 0px 0px;
	width: 100%;
	min-width: 700px;
	height: 164px;
	max-height: 164px;
	padding: 0px;
	float: left;
}
		* html #header {max-height:164px} /* IE Max-Height Hack */ 
  
  
#leftcolumn {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		height: 550px;		
		min-height: 550px;
		display: inline; /* IE Hack */
		width: 174px;
		float: left;
		vertical-align: top;
}  
		* html #leftcolumn {min-height:550px} /* IE Min-Height Hack */   
  
#main {
	float: left;
	margin: 0px 0px 0px 0px;
	display: inline; /* IE Hack */
	padding: 0px 0px 0px 0px;
	min-height: 530px;
	max-width: 825px;
	background-color: #ffffff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: Black;
}

		* html #main {max-width:825px} /* IE Max-Width Hack */  
		* html #main {min-height:530px} /* IE Min-Height Hack */  
		
#footer	{
		background-image: url(../images/background-footer.jpg);
 		background-position: top center;
		background-repeat: repeat-x;
		margin: 0px 0px 0px 0px;
		padding-left: 10px; padding-right:10px;
		display: inline; /* IE Hack */
		float: left;
		width: 100%;
		height:35px;
		
		
}
.caption	{font-size: 12px; font-style: italic; font-weight: bold; color: #000000; padding-left: 10px; padding-right:10px;}

.footer		{font-size: 10px; font-style: normal; font-weight: normal; color: #ffffff; padding-left: 10px; padding-right:10px;}

.topleft	{font-size: 11px; font-style: italic; font-weight: normal; color: #ffffff; padding-left: 10px; padding-right:10px;}

.topright	{font-size: 10px; font-weight: normal; font-style: normal; color: #ffffff;}

.title		{position: absolute; width: 174px; left: 10px;font-family: arial, verdana, geneva, sans-serif; font-weight: bold; font-size: 16px; font-variant: normal; }

.submenu	{position: absolute;width: 160px;left: 20px;font-family: arial, verdana, sans-serif;font-size: 11px;line-height:140%;visibility: hidden;}

.main		{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 140%;
}

#main-text	{padding-left:20px;padding-right:20px;}

a.main:link		{color: #0000ff; text-decoration: none;}
a.main:visited	{ color: #0000ff; text-decoration: none; }
a.main:hover	{ color: #bfbfbf; text-decoration: underline; }
a.main:active	{ color: #bfbfbf; text-decoration: none; }

a:link			{ color: #745937; text-decoration: none; }
a:visited		{ color: #745937; text-decoration: none; }
a:hover			{ color: #bfbfbf; text-decoration: none; }
a:active		{ color: #bfbfbf; text-decoration: none; }

a.white:link	{ color: #ffffff; text-decoration: none; }
a.white:visited	{ color: #ffffff; text-decoration: none; }
a.white:hover	{ color: #d13f24; text-decoration: none; }
a.white:active	{ color: #d13f24; text-decoration: none; }


h1			{color: #000000;line-height:28px; font-weight: bold;font-size: 20px; font-family: Arial, Verdana, Helvetica, sans-serif; font-style: bold;}
h2			{color: #745937;line-height:20px; font-weight: bold;font-size: 16px; font-family: Arial, Verdana, Helvetica, sans-serif;}
h3			{color: #000000;line-height:16px; font-weight: bold;font-size: 14px; font-family: Arial, Verdana, Helvetica, sans-serif;font-style: italic;}

UL.main	{
	padding-left: 0px;
	margin-left: 20px;
	list-style-image: url(../images/star11.jpg);
}

UL.indent	{
	padding-left: 0px;
	margin-left: 20px;
	list-style-image: none;	
	list-style-type: disc;
}

OL.main	{
	padding-left: 0px;
	margin-left: 24px;
	margin-top: 20px;

}


  
/* begin main tab menu style \*/

#bigtabs {
  float:left;
  width:100%;
  min-width: 811px;
  background:#000000 url("../images/bg.gif") repeat-x bottom;
  font-size: 12px;
	line-height: normal;
	font-weight: bolder;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	position: relative;
	left: -1px;
	
  }
		* html #bigtabs {min-width:811px} /* IE Min-Width Hack */   
		
#bigtabs ul {
  margin:0;
  padding: 0px 2px 2px 0px;
  list-style:none;
  }
  
#bigtabs li {
  float:left;
  background:url("../images/norm_left1.jpg") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  white-space: nowrap;
  }
#bigtabs a {
  float:left;
  display:block;
  background:url("../images/norm_right1.jpg") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#ffffff;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#bigtabs a {float:none;}
/* End IE5-Mac hack */
#bigtabs a:hover {
  color:#333;
  }
#bigtabs #current {
  background-image:url("../images/left_on.gif");
  }
#bigtabs #current a {
  background-image:url("../images/right_on.gif");
  color:#333;
  padding-bottom:5px;
  }

  /* end main tab menu style \*/
  
  
  
.forms	{
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 100%;
}

.shadeform	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("../images/shadeform.gif");
		text-align: left;
		BORDER: #000000 1px solid
		}
		
.button { 	background-image: url("../images/button.gif");
		background-color:#F0F0F0;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #ffffff;
		font-size: 8.5pt;
		height: 21px;
		cursor:hand;
		font-weight: bold;
		text-align: center;

		}

.buttonon { 	background-image: url("../images/buttonon.gif");
		background-color:#F0F0F0;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #000000;
		font-size: 8.5pt;
		height: 21px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		 }
		
