body
{
	background-image: url(/bkg.gif);
	background-color: #FFF;
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#side
{
	position: absolute;
	left: 9px;
	top: 9px;
	z-index: 101;
	width: 112px;
}

#main
{
	position: absolute;
	left: 160px;
	top: 50px;
	width: 580px;
	z-index: 3;
	padding-bottom:30px;
}

#nav
{
	position: absolute;
	left: 132px;
	top: 0px;
	width: 608px;
	z-index: 4;
}

p, li, td
{
	line-height: 12pt;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}

a:link, a:visited { color: #090; }
a:hover { color: #C30; }

.uppernav
{
	text-align: center;
	padding: 0px;
	font-size: 10pt;
}

a:link.upper, a:visited.upper
{
	color: #FFF;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	background-color: #016549;
	padding: 2px;
	border-width: 1px;
	display: block;
	border-color: #016549;
	border-style: solid;
}

a:hover.upper
{
	color: #FFF;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	background-color: #63BE88;
	padding: 2px;
	border-width: 1px;
	display: block;
	border-color: #63BE88;
	border-style: solid;
	background-image: url(/bug_icon_ani.gif);
	background-repeat: no-repeat;
}

