/* GLOBAL STYLE SHEET
	JD Sampson
	MAY 2005
	Kiff Analytical, LLC
	Rev 0.7
*/


body
	{
	margin: 0 ;
	padding: 0 ;
	font-family: arial ;
	}

H1  	{
	font-style: italic ;
	font-size: 24px ;
	color: "#003580" ;
	}

H2	{
	font-style: italic ;
	font-size: 20px ;
	color: "#003580" ;
	}

H3	{
	font-style: italic ;
	font-size: 16px ;
	color: "#003580" ;
	}

a:link
	{
	text-decoration: none ;
	color: "#003580" ;
	}


a:hover
	{
	text-decoration: underline ;
	color: "#003580" ;
	}

a:hover, visited
	{
	text-decoration: underline ;
	color: "#003580" ;
	}

a:visited
	{
	text-decoration: none ;
	color: "#003580" ;
	}

a:active
	{
	text-decoration: none ;
	color: "#003580" ;
	}

A:link IMG, A:visited IMG
	{
	text-decoration: none ;
	border: "#FFFFFF" ;
	color: "#003580" ;
	}

#banner
	{
	width: 800px ;
	height: 100px ;
	z-index: 999 ;
	}

#menubar
	{
	width: 90px ;
	padding: 0 ;
	}

#mnulst
	{
	border-collapse: collapse ;
	}

#interior
	{
	position: absolute ;
	top: 100 ;
	left: 110 ;
	width: 680px ;
	}

TD.mnu
	{
	font-size: 14px ;
	font-family: arial ;
	font-weight: bolder ;
	border: 3px solid grey ;
	border-left: 0px none ;
	border-right: 0px none ;
	padding: 5px ;
	}

/* special effects */
TD.mnu A:hover
	{
	display: block ;
	background-color: #003580 ;
	color: #FFFFFF !important ;
	text-decoration: none ;
	}

