﻿/*Navigation menu at the top of each page*/
#topnavlist {
	font-family: Tahoma;
	font-size:.8em;
	font-weight:bold;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px
}
#topnavlist li{
    color:white;
	display:inline;
	padding:0 .5em;
	border-right:1px solid white;
	font-size: xx-small;
}
#topnavlist a {
	color: white;
	text-decoration:none;
}
#topnavlist a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
#topnavlist li.last {
	border-right:0px solid white;
}
#navlist li {
    color:white;
	display:inline;
	padding:0 .9em;
	border-right:1px solid white;	
}
#navlist li.last {
	border:none;
}
#navlist {
	font-family: Tahoma;
	font-size:.8em;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	text-align:left;
}
#navlist a {
	color: white;
	text-decoration:none;
}
#navlist a:hover {
	color: #FFFFCC;
	text-decoration: underline;
/*End of the Navigation Menu at top of page*/
}
.PicAlignLeft {
	border: none;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.style15 {
	border: thin solid #FA7F3C;
	background-color: #FA7F3C;
	font: normal normal normal small Arial;
}
.style10 {
	font-family: Arial;
	color: #FA7F3C;
}
