/* lab.css */

html,body {
	padding:0;
	color:#000;
	background: #fff url(images/bgd_blueLT.jpg) repeat;
	margin: 10px 0 0 20px;
}
body {
	padding:1em 0;
	font: 90%/1.25 Arial, Helvetica, Geneva, sans-serif;
}

footer {	padding:1em 0;
	font: 10px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #8d9fb5;
}
div#content{clear:left;width:500px;border-top:1px solid #999;padding-top:15px;background-color: #C0CDF2}
h1,h2,h3 {
	margin:0 0 0.25em;
	color:#8A8E27;
	font-weight:normal;
	line-height:1.2;
	font-family:"Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
}
h1 {
		font-size:1em;
	text-transform:uppercase;
}
h2 {
	font-size:1.5em;
	line-height:1.3;
}
h3 {
	font-size:1em;
	text-transform:uppercase;
}
p {margin:0 0 1em;}
a:link,
a:visited {
	border-bottom:1px dotted;
	color:#8A8E27;
	font-weight:bold;
	text-decoration:none;
}
a:visited {color:#8A8E27;}
a:focus,
a:hover {
	border-bottom-style:solid;
	color:#D03900;
}
  TABLE.nav      {
	border-style: none;
	color: #8A8E27;
	font: bold 10pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

TD.nav {
	border-style: none;
	padding-right: 10px;
	padding-left: 10px;
}

TD.nav2 {
	padding-right: 10px;
	padding-left: 0;
}

Table.content {
	width: 575px;
	color: #2B3D4E;
	font: 1.3em "Bell MT", Georgia, "Times New Roman", Times, serif;
}

Li {
	list-style-type: none;
	list-style-image: url(images/round-cyan.png);
}

