/* css information to control the site wide navigation */
ul#nav{
	list-style: none;
	color: #663300;
	margin: 0px;	
}

li.navlist{
	float: left;
	position: relative;
	width: 12%;
	text-align: center;
	height: 2.2em;
}

li ul { /* second-level lists */
	display: none;
	position: relative;
	top: 1em;
	left: 0;
	padding: 4px;
	width: 110%;
	margin-bottom: 5px;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	background-color: #008f00;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #003300;
	border-left-color: #003300;
	list-style-image: none;
	list-style-type: none;
	padding: 5px;
}

#content {
	clear: left;
}

/*site wide navigation link(s) font/size/color information*/
a.navlink:link, a.navlink:visited{
	font-size: 11px;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	}
a.navlink:hover{
	font-size: 11px;
	font-style: italic;
	color: #003300;
	text-decoration: none;
	list-style-type: none;
	}
/*text link(s) font/size/color information*/
a.link:link, a.link:visited{
	font-size: 1em;
	font-style: italic;
	color: #006600;
	text-decoration: underline;
	font-weight: bold;
}
a.link:hover{
	font-size: 1em;
	font-style: italic;
	color: #666600;
	text-decoration: none;
}
/*image link at top of every page */
img.blank{
	float: left;
	height: 170px;
	width: 170px;	
}
/*rss box on front page */
norscript{
}
norscript a{}
