
/* Navigation */
a:link { 
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #731472;  /* Purple */
	text-decoration: none;
	background: transparent; 
}
a:visited { 
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #731472; /* Purple */
}
a:hover { 
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000; 
	background: transparent; 
	text-decoration: underline; 
}
a:active { 
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #731472; /* Purple */
	background: transparent; 
	text-decoration: none; 
}

/* Text Styles */
p, li, td, th { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; }

h1 { font-size: 24px; font-family: Garamond, Times, serif; color: #731472; text-transform: uppercase; } /* Purple */

h2 { font-size: 36px; font-family: Garamond, Times, serif; color: #731472; } /* Purple */

h3 { font-size: 26px; font-family: Garamond, Times, serif; color: #731472; } /* Purple */

h4 { font-size: 20px; font-family: Garamond, Times, serif; color: #731472; } /* Purple */

h5 { font-size: 18px; font-family: Garamond, Times, serif; color: #731472; } /* Red */

h6 { font-size: 14px; font-family: Garamond, Times, serif; color: #d11241; } /* Red */

.quote-small {
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #b4cc95; /* light green */
	text-transform: uppercase;
}

.footer-menu {
	font-size: 11px; font-family: Garamond, Times, serif; color: #000000;
}


/* Text Layout Styles */
ul {								
	margin: 0 0 10px 15px;  
	padding: 0px;					
}

ol {
	margin: 0 0 10px 25px;  
	padding: 0;					
}

.pad-2 {
	padding: 5px 0;
}
