BODY
{
	font-size: 9pt;	
	color: black;
	background-repeat: no-repeat;
	font-style: normal;
	font-family: Arial,Helvetica;
	background-image:url(http://www.lasercomp.com/images/lcletterhead.jpg);  		
	background-color: white;
	font-variant: normal;
	text-decoration: none;		
}
TABLE
{
	font-family: Arial,Helvetica;
	font-size:8pt;
}
OBJECT
{
}
A:LINK
{
	color:##ff0000;
}
V:LINK
{
	color:#0000ff;
}
LINK
{
	color:#0000ff;
}
H1
{
	font-family: Arial,Helvetica;
	font-size:14pt;
	font-style:normal;
	font-weight:normal;
	width:510px;
}
H2
{	
	font-size:9pt;
	color:#008080;
	font-style:normal;
	font-weight:normal;
	width:510px;
}

DIV#lclogo 
{   
  position:absolute;
  top:10px;
  left:10px;
  width:156px;
  height:860px;
  background-image:url(file:///C:\\Inetpub\\wwwroot\\lasercomp\\images\\lcletterhead.gif);  
  background-color: white;
}

DIV#lcpagetitle
{
	position:relative;
	top:15px;
	left:180px;
	width:400px;	
	height:auto;
	padding-bottom:5px;
}

DIV#lcmain
{
	position:absolute;
	top:auto;
	left:180px;
	width:auto;
	height:auto;
	background-color: white;
	margin-left:auto;
	margin-right:auto;
}

DIV#lcmenus
{	
	position:relative;	
	top:inherit;
	left:180px;
	width:400px;
	height:auto;
	background-color: white;
	font-size:8pt;
	color:Blue;
}

/* this is for the mouseout and default settings */
.lcmenueclass 
{
	color:blue;
}
   /* :hover is a pseudo selector to use to set the mouseover attributes */
.lcmenueclass:hover 
{
    color: red;
}

.navlink a:link {
font-family: Verdana, Geneva;
font-size : 80%;
font-weight : bold;
color: #000000;
text-decoration : none;
padding: 5px;
margin: 5px;
border : 1px outset gray;
display: block;
width: 80%;
}

.navlink a:visited {
font-family: Verdana, Geneva;
font-size : 80%;
font-weight : bold;
color: #000000;
text-decoration : none;
padding: 5px;
margin: 5px;
border : 1px outset gray;
display: block;
width: 80%;
}

.navlink a:hover {
font-family: Verdana, Geneva;
font-size : 80%;
font-weight : bold;
color: #000000;
text-decoration : none;
padding: 5px;
margin: 5px;
border : 1px inset black;
display: block;
background-color : #FFFFFF; 
width: 80%;
}