/* menu */
#navigation ul.menu {
	list-style-type: none;
	margin: 20px 0px;
	padding: 0px;
	font-size: 0.825em;
	line-height: normal;
	color: #336699;
}
#navigation ul.menu li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	line-height: normal;
}
#navigation ul a {
	text-decoration: none;
	color: #336699;
}
#navigation ul a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bolder;
}
#navigation ul a.selected {
	text-decoration: none;
	color: #000000;
	font-weight: bolder;
}


/* sub-menu (list within menu list) */
#navigation ul.menu li.submenu {
	border-bottom-style: none;
}
#navigation ul.menu li.submenu: hover {
	text-decoration: none;
	color: #000000;
	font-weight: bolder;
}
#navigation ul.menu li.submenu: selected {
	text-decoration: none;
	color: #000000;
	font-weight: bolder;
}
#navigation ul.menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation ul.menu ul li {
	margin-left: 1.5em;
}
#content h1 {
	color: #336699;
	font-size: 0.9em;
	margin-top: 2em;
}
#content hl:hover {
 text-decoration: none;
 color: #000000;
 font-weight: bold;
}
/* this automatically adds dots to left-hand side */
#content .leftdots {
	background-image: url(images/dots_336699.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: -50px;
	padding-left: 50px;
}
#content p {
	font-size: 0.9em;
	line-height: normal;
}
#content a {
 text-decoration: underline;
 color: #336699;
}

#content a:hover {
 text-decoration: underline;
 color: #000000;
 font-weight: bold;
}
