/* Menu bgcolor */

.menubg			{ background-color: #004000;}

/* Menu Links */
a.menulink:link 	{ color: #FFFFFF; text-decoration: none; font-size: 16; font-weight: bold;}
a.menulink:active 	{ color: #FFFF00; text-decoration: none; font-size: 16; font-weight: bold;}
a.menulink:visited	{ color: #FFFFFF; text-decoration: none; font-size: 16; font-weight: bold;}
a.menulink:hover 	{ color: #FFFFFF; text-decoration: underline; font-size: 16; font-weight: bold;}

/* Hightlight Menu For Current Page */

a.menulabel:link 	{ color: #004000; text-decoration: underline; font-size: 16;font-weight: bold; }
a.menulabel:active 	{ color: #FFFF00; text-decoration: underline; font-size: 16;font-weight: bold; }
a.menulabel:visited 	{ color: #004000; text-decoration: underline; font-size: 16;font-weight: bold; }
a.menulabel:hover 	{ color: #004000; text-decoration: underline; font-size: 16;font-weight: bold; }

/* Page Links */
a.pagelink:link 	{ color: #004000; text-decoration: none; font-size: 18; font-weight: bold;}
a.pagelink:active 	{ color: #FFFF00; text-decoration: none; font-size: 18; font-weight: bold;}
a.pagelink:visited	{ color: #004000; text-decoration: none; font-size: 18; font-weight: bold;}
a.pagelink:hover 	{ color: #004000; text-decoration: underline; font-size: 18;font-weight: bold;}

/* Hightlight Pagelink For Current Page */

a.pagelabel:link 	{ color: #004000; text-decoration: underline; font-size: 18;font-weight: bold; }
a.pagelabel:active 	{ color: #FFFF00; text-decoration: underline; font-size: 18;font-weight: bold; }
a.pagelabel:visited 	{ color: #004000; text-decoration: underline; font-size: 18;font-weight: bold; }
a.pagelabel:hover 	{ color: #004000; text-decoration: underline; font-size: 18;font-weight: bold; }

/* Footer Links */
a.footerlink:link 	{ color: #004000; text-decoration: none; font-size: 14;font-weight: none; }
a.footerlink:active 	{ color: #FFFF00; text-decoration: none; font-size: 14;font-weight: none; }
a.footerlink:visited 	{ color: #004000; text-decoration: none; font-size: 14;font-weight: none; }
a.footerlink:hover 	{ color: #004000; text-decoration: underline; font-size: 14;font-weight: none; }

.border		{border: 3px solid #004000;}
