/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-color: #f0f0f0;
	background-image: url(images/bgnavbar.gif);
	background-repeat: repeat-y;
}

.blockindented {
	font-family:"Times New Roman", Times, serif;
	padding-left: 30px;
}
	
.indented {
	font-family: "Times New Roman", Times, serif;
	text-indent: 30px;
}

.block {
	font-family: "Times New Roman", Times, serif;
	text-indent: 0px;
}

.copynotice {
	font-size: xx-small;
}

.navmenu {
	font-style: normal;
	font-weight: bold;
	color: #000000;
	display: block;
	padding: 8px;
	background-color: #FFFFFF;
	font-size: medium;
	text-decoration: none;
}

.navmenusmall {
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 8px;
	background-color: #FFFFFF;
	font-size: small;
	line-height: 1.1;
}

.navmenutiny {
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 8px;
	background-color: #FFFFFF;
	font-size: x-small;
	line-height: 1.1;
}

.navmenu:hover {
	color: #FFFFFF;
	background-color: #000000;
}

.navmenusmall:hover {
	color: #FFFFFF;
	background-color: #000000;
}

.navmenutiny:hover {
	color: #FFFFFF;
	background-color: #000000;
}

#navlink {
	z-index:1;
	position:absolute;
	left:152px;
	top:50px;
	width:542px;
	height:20px;
	overflow: visible;
	font-weight: bold;
	font-size: x-small;
}

#navbar {
	z-index:2;
	position:absolute;
	left:15px;
	top:80px;
	width:120px;
	overflow: visible;
	line-height: 10px;
	text-align: center;
}
#content {
	z-index:3;
	position: relative;
	left:150px;
	top:50px;
	width: 80%;
}
