body{
margin:0;
background:white;
font-family:Arial, Arial, Helvetica, sans-serif;
}

*/---------- main navigation --------*/
.nav{width:800px;}

.navlink a *{font-size:9pt;}

.navlink td{margin:-4px;}

.navlink a{
color:white;
font-family:Arial, Arial, Helvetica, sans-serif;
text-decoration:none;
display:block;
background:#919196;
padding:9 38 20 11;
margin-left:-2px;
margin-right:-2px;
}

.navlink a:hover{
background:#80B2E0;
}

/*--------- top navigation -------*/

.top-links a{
color:#333;
text-decoration:none;
}

.top-links a:hover{
text-decoration:underline;
}

/*------- about us navigation -----*/
.about-header a{
text-decoration:none;
color:#333;
}
.about-header a:hover{
text-decoration:underline;
color:#08C;
}

/*------- left genetics navigation -----*/
/* services and products pages nav */


.leftColNav td, .rightColNav td{
font-size: 10pt;
}

.leftColNav a:link, .leftColNav a:visited,
.rightColNav a:link, .rightColNav a:visited
{
text-decoration: none;
color: black;
}
.leftColNav a:hover, .rightColNav a:hover{
color: blue;
}


.nav-left a{
text-decoration:none;
color:#111;
line-height:.8em;
}
.nav-left a:hover{
color:#000;
text-decoration:underline;
}



/*------ text formatting -------*/
ul{
font-size:10pt;
line-height:1.25em;
}

p{
font-size:10pt;
line-height:1.25em;
}

h6{
font-size:8pt;
margin:2 auto;
font-weight:100;
line-height:10pt;
}


/*---- form formatting ---*/

.login *{font-size:8pt;}

#userID{width:6em;}

#password{width:6em;}

#loginBtn{}

#searchdiv *{font-size:9pt;}


