a{
	color: #99CC00;
	font-size: 0.9em;
}
/* page navigation styles */
/* site wide navigation styles */

/* text links and external navigation styles */
/* page footer navigation styles */
a.foot:link, a.foot:visited {
	color : #990000;
	font-size : 1em;
	text-align: center;
	text-decoration: none;
}

a.foot:hover {
	color : #7e9966;
	font-size : 1em;
	text-align: center;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7e9966;
}
a.textlink:link, a.textlink:visited {
	font-size: 1em;
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}
a.textlink:hover{
	color: #000033;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}
a.textlinkrss:link, a.textlinkrss:visited {
	font-size: 1em;
	color: #003300;
	text-decoration: none;
	font-weight: bold;
}
a.textlinkrss:hover{
	color: #003300;
	text-decoration: underline;
	font-size: 1em;
	font-weight: bold;
}a.purlink:link, a.purlink:visited {
	font-size: 1em;
	color: #003300;
	text-decoration: none;
	font-weight: bold;
}
a.purlink:hover{
	color: #003300;
	text-decoration: underline;
	font-size: 1em;
	font-weight: bold;
	background-color: #FFF;
}
/* css information to control the site wide navigation */
ul#nav{
	list-style: none;
	margin: 0px;
}

li.navlist{
	float: left;
	position: relative;
	width: 13%;
	text-align: center;
	height: 20px;
	padding-top: 3px;
	margin-left: -20px;
}

li ul { /* second-level lists */
	display: none;
	position: relative;
	top: 1em;
	left: 0;
	padding: 5px;
	
	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: #003300;
	list-style-image: none;
	list-style-type: none;
	padding: 5px;
	border: 1px solid #FFFFFF;
}

/*site wide navigation link(s) font/size/color information*/
a.navlink:link, a.navlink:visited{
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}
a.navlink:hover{
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
	font-weight: bold;
	}
a.side:link, a.side:visited {
	color : #FFFFFF;
	font-size : 0.9em;
	text-decoration: none;
	display: block;
	width: 170px;
	height: 20px;
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
}

 a.side:hover {
	color : #FFFFFF;
	font-size : 0.9em;
	display: block;
	height: 20px;
	width: 160px;
	text-align: right;
	font-weight: bold;
	padding-left: 5px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #900;
}
/*rss feeds links*/

a.rss:link{
	color: #999900;
	text-decoration: underline;
	font-weight: bold;
}
