/*

notes:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing
	2. remove these instructions and save them in some file for future references
	when you finished with setup. this is not to overload your visitors with
	data they don't need

style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
	
<!-- m0l0mouto, .m0l1mouto, .m0l2mouto mouse out color for all menu levels -->
<!-- m0l0movero, .m0l1movero, .m0l2movero mouse over color for all menu items-->
<!-- m0l0mdowno, .m0l1mdowno, .m0l2mdowno mouse down color for all menu items-->
<!--.m0l0mouti, .m0l0moveri, .m0l0mdowni text color and size for 1 level menu -->
<!-- .m0l1mouti, .m0l1moveri, .m0l1mdowni,.m0l2mouti, .m0l2moveri, .m0l2mdowni
 text color and size for all other menu levels-->

*/

.m0l1mouto, .m0l2mouto {
	background-color: #61B8A5;
	border : 0px;
	margin: 0px;
}
.m0l1movero, .m0l2movero {
	background: #6699CC;
	border : 0px;
	margin: 0px;
}
.m0l1mdowno, .m0l2mdowno {
	background: #96CED0;
	border : 0px;
	margin: 0px;
}
.m0l0mouti, .m0l0moveri, .m0l0mdowni {
    color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
	
}
.m0l1mouti, .m0l1moveri, .m0l1mdowni,
.m0l2mouti, .m0l2moveri, .m0l2mdowni {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}
.copyright { 
 font-family: Arial, Helvetica, sans-serif; font-size: xx-small; text-decoration: none; color: #2571f4; line-height: 10px
}
.topicheader {
  font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-style: normal; color: 8a2028; text-decoration: none; background-position: left
}

.Sitemap {
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px;
	text-decoration: none;
	font-weight: bold;
}	

.Sitemap a:link {color: 8a2028; }
.Sitemap a:visited {color: 8a2028; }
.Sitemap a:hover {color:#2d77cd;}
.Sitemap a:active {color: 409880; }
