/*  LINKAGE  */

a, a:link, a:visited, a:active {
	color: #b1a9c4;		/*  light purple-gray  */
	text-decoration: none;
}

a:hover {
	color: #afe14b;	/*  bright yellow-green  */
	text-decoration: underline;
}


a.reg, a.reg:link, a.reg:visited, a.reg:active {
	color: #b1a9c4;		/*  light purple-gray  */
	text-decoration: none;
}

a.reg:hover {
	color: #afe14b;	/*  bright yellow-green  */
	text-decoration: underline;
}


#main1 a, a:link, a:visited, a:active {
	color: #b1a9c4;		/*  light purple-gray  */
	text-decoration: underline;
}

#main1 a:hover {
	color: #F30;	/*  bright dark orange  */	
	text-decoration: none;
}


#main1 a.byg, a.byg:link, a.byg:visited, a.byg:active {
	color: #afe14b;	/*  bright yellow-green  */
	text-decoration: underline;
}

#main1 a.byg:hover {
	color: #b1a9c4;		/*  light purple-gray  */
	text-decoration: overline underline;
}





/*  NAV-V  */


.newsletter a.newsletter2, a.newsletter2:link, a.newsletter2:visited, a.newsletter2:active {
	color:#afe14b;	/*  bright yellow-green  */
	text-decoration:underline;
}

.newsletter a.newsletter2:hover {
	color:#ac97c4;	/*  med purple-gray  */
	text-decoration: underline overline;	
}

div.nav-v-local ul {
	list-style: none;
	margin: 0 0 0 10px;  
	font: 2em 'JottFLFBold', verdana, arial, sans-serif;
}
div.nav-v-local ul li a.L1, a.L1:link, a.L1:visited, a.L1:active {
	color: #bcc6cf  /*  light blue  */
} 
div.nav-v-local ul li a.L1:hover {
	color: #d52822;  /*  tomato red  */
	background-color: #efe7e0;  /*  ivory  */
	text-decoration: none;
}

div.nav-v-local ul ul.L2 {
	list-style: none;
	margin-left: 15px;  
	font-size: 90%;  
}
div.nav-v-local ul li a.L2, a.L2:link, a.L2:visited, a.L2:active {
	color: #bcc6cf  /*  light blue  */
} 
div.nav-v-local ul li a.L2:hover {
	color: #d52822;  /*  tomato red  */
	background-color: #efe7e0;  /*  ivory  */
	text-decoration: none;
}




/*  FOOTER  */
#footer1 a, a:link, a:visited, a:active {
	color: #b1a9c4;		/*  light purple-gray  */
	text-decoration: none;
}

#footer1 a:hover {
	color: #72e356;	/*  bright green  */
	text-decoration: underline;
}

#footer1 .newsletter a.newsletter2, a.newsletter2:link, a.newsletter2:visited, a.newsletter2:active {
	color:#afe14b;	/*  bright yellow-green  */
	text-decoration:underline;
}

#footer1 .newsletter a.newsletter2:hover {
	color:#ac97c4;	/*  med purple-gray  */
	text-decoration: underline overline;	
}


div#cont {
	clear:both; float:left; width:100%; overflow:hidden;
}

div#menu-h ul {
	margin:0 auto;
	padding:0;
	list-style-type:none;
	background-color: #160a1e;	/*  very dark purple  */
	float:left;
	position:relative; 
	left:50%;
	font: bold 1.6em 'KingthingsExeterRegular', georgia, serif;
}
div#menu-h li {
	float:left;
	position:relative; 
	right:50%;
}
div#menu-h a {
	width:auto;
	display:block;
	float:left;
	padding:0 12px;
	color: #bcc6cf;  /*  light blue  */
	background-color: #160a1e;	/*  very dark purple  */
	text-decoration:none;
}

div#menu-h a:hover,
div#menu-h a:focus, 
div#menu-h a:hover,
div#menu-h a:focus,
div#menu-h a:hover,
div#menu-h a:focus {  color:#233f5d; background-color:#6d829f;  }  /*  dark blue - medium blue  */

#H li.H a, #M li.M a, #C li.C a { background-color:#720000;  }

#H li.H a:hover,
#H li.H a:focus,
#M li.M a:hover,
#M li.M a:focus,
#C li.C a:hover,
#C li.C a:focus  { color:#bcc6cf; background-color: #b31203;  }  /*  light blue - dark red  */



/*  COLORS  */

/*  #5bb545;	/*  med green  */
/*  #72e356;	/*  bright green  */
/*  #afe14b;	/*  bright yellow-green  */

/*  #160a1e;	/*  very dark purple  */
/*  #3b0061;	/*  dark purple  */
/*  #502d78;	/*  darkish purple  */
/*  #9566c4;	/*  bright med purple  */
/*  #6c5f7b;	/*  darkish purple-gray  */
/*  #ac97c4;	/*  med purple-gray  */
/*  #b1a9c4;	/*  light purple-gray  */

/*  #9ed7f5;    /*  bright light blue  */
/*  #16d5d5;	/*  bright aqua  */

/*  #fe8257;	/*  med orange  */
/*  #ff4400;	/*  bright orange  */




/*  /////////////////////////////////////  */