/* CSS Document */

/* ===== Navigation ==============================*/
/* === Content links === */
a {
	color: #FF0000;
	font-weight: normal;
}
a:hover{
	font-weight: bold;
}
.link1 {
	font-weight: normal;
	color: #FF0000;
}
.link1 a:hover {
	font-weight: bold;
}
.link2 {  on dark backgrounds 
	font-weight: normal;
	color: #FFFFFF;
}
.link2 a:hover {
	font-weight: bold;
}
/* === Page navigation: vertical 1 level menu === */
#pgNav {
	list-style-type:none;
	left:0px;
	width: 200px;
	text-align: left;
	padding: 0px;
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
#pgNav li {
}
#pgNav a {
	display:block;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	width: 140px
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #999999;
	background-color: #CCCCCC;
}
#pgNav a.selected {
	text-decoration: none;
	background-color: #00FF00;
}
#pgNav a:hover {
	color:#333333;
	background-color:#999999;
}
/* === Chapter navigation: horizontal 1 level menu === */
#chNav {
	list-style-type:none;
	position:absolute;
	padding: 0;
	height: 32px;
	left: 265px;
	top: 14px;
	margin: 0px;
	width: 600px;
}
#chNav li{
	background:url(../images/nav_div.gif) right top no-repeat;
	float:left;
	padding:0 1px 0 0;
}
#chNav a{
	display:block;
	background-color:#FFFFFF;
	text-decoration:none;
	font-weight: normal;
	padding-top: 6px;
	padding-right: 30px;
	padding-bottom: 2px;
	padding-left: 30px;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #004800;
	border-right-color: #004800;
	border-bottom-color: #004800;
	border-left-color: #004800;
}
#chNav a:hover{
	color:#FFFFFF;
	background-color:#004800;
}
#chNav a.selected {
	color: #FFFFFF;
	background-color: #004800;
}

