
body{background-color: #ccc;font: 12pt/16pt georgia, sans-serif;color: black;}
p { font: 8pt/16pt georgia,sans-serif; margin-top: 5px; text-align: justify;}
table{background-color: #fff;}
a:link { font-weight: bold; text-decoration: none; /*color: #333333;*/}
a:visited { font-weight: bold; text-decoration: none; /*color: #3794C2;*/}
a:hover, a:active { text-decoration: underline; color: black;}

.logo
{

	background-image: url(Inlife_logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 227px;
	width: 815px;
}

ul#navlist li a,ul#subnavlist li a
{
font-family: arial;
font-size: 12px;
font-weight: 900;
text-decoration: none;
}

div#navcontainer
{
width: 200px;
background: #fff;
}

/* NAV LIST */
ul#navlist
{
list-style-type: none;
margin: 0;
padding: 0;
}

ul#navlist li { display: inline; }

ul#navlist li a
{
	color: #333;
	display: block;
	background: #ccc url(cnr2.gif) top left no-repeat;
	padding: 2px 0 2px 30px;
	border-top: solid 1px #fff;
	width: 160px;
	font-weight: bold;
}

ul#navlist li a:hover { background: #f80 url(cnr2.gif) top left no-repeat; }

ul#navlist li a#current
{
color: #fff;
background: #333 url(cnr2.gif) top left no-repeat;
}

/* SUB NAV LIST */
ul#subnavlist
{
margin: 0 0 0 13px;
list-style-type: none;
padding: 0;
}

ul#subnavlist li { display: inline; }

ul#subnavlist li a
{
display: block;
color: #666;
background: #ECE8E8;
padding: 2px 0 2px 30px;
border-top: solid 1px #fff;
height: auto;
width: 137px;
}

ul#subnavlist li a:hover { background: #aae url(cnr2.gif) top left no-repeat; }

ul#navlist li a#subcurrent
{
color: #999;
background: #333;
}

ul#navlist li a#suvcurrent:hover { background: #ddd; }

