body {
	background-image: url(images/background.gif);
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip:    rect(0px 0px 0px 0px);
	position: absolute;
	height: 0px;
	width: 0px;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;	
}
h1 { 
	font: bold 11pt verdana; 
	text-align: left;
	letter-spacing: 1px; 
	color: #d82e39;
	}
h2 { 
	font: bold 10pt verdana; 
	text-align: left;
	letter-spacing: 1px; 
	color: #d82e39;
	}
a:link { 
	color: #666666;
	}
a:visited { 
	color: #999999;
	font-weight: 400;
	}
td {
	font-family: Verdana;
	color: #666666;
	font-size: 11px
}
#bottomlinkList { 
	text-align: center;
	font-size: 9px;
	font-weight: normal; 
	color: #666666;
	}
#bottomlinkList a:link {
	font-size: 9px;
	text-align: center;
	font-weight: normal; 
	color: #666666;
	}
#bottomlinkList a:visited {
	font-size: 9px;
	text-align: center;
	font-weight: normal; 
	color: #6e6e6e;
	}
	
	
#sidebar {
	position: absolute;
	left: 25px;
	top: 50px;
	color: #FFFFFF;
	font: bold 12px verdana; 
}
#navlist {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
}

#navlist ul, li {
  display: inline;
  list-style-type: none; /*turns off display of bullet*/
}
#navlist a, #navlist a:visited {
	display: inline;
	padding: 0px 14px 15px 14px;
	border: 0px;
	background-color: #FFFFFF;
	background-image:  url(assets/nav.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#navlist a:hover {
	background-image:  url(assets/nav-over.gif);
}
#sidebar #navlist .uberlink {
	background-image:  url(assets/nav-over.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #333 !important;
	font-weight: bold;
	cursor: default;

