@charset "utf-8";
body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 1em; line-height: 1.5em; color: #000000;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}


.centercontent {
	text-align: center;	
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link
{
	color: #039; 	
	text-decoration:none; 
}
a:visited
{
	color: #039; 	
	text-decoration:none; 
} 
a:hover
{ 
	color: #069;
	text-decoration:underline;
	text-decoration-skip-ink: auto; 
}
a:active
{  
	color: #b93b00;	
	text-decoration:none; 
}

.specialink a {background-color: transparent; text-decoration: underline; color: #660000; font-weight:normal;}
.specialink a:visited{ font-weight:normal; background-color: transparent; text-decoration: underline; color: #336600}
.specialink a:hover { background-color: transparent; text-decoration: none; font-weight:normal; color: #339900;}


.specialinkbold a {background-color: transparent; text-decoration: underline; color: #FFFFFF; font-weight:bold; font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif }
.specialinkbold a:visited{ font-weight:bold; background-color: transparent; text-decoration: underline; color: #CCCCCC; font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif }
.specialinkbold a:hover { background-color: transparent; text-decoration: none; font-weight:bold; color: #C0C0C0; font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif }
.boldblue {color: #666699; font-weight:bold; font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif }
.bullet{
	list-style-image:      url(library/cornerbul15d.gif);
}

h1 { 
  display: block;
  font-size: 2em;
  line-height: 2.5;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
} 
h2 {
  display: block;
  font-size: 1.5em;
  line-height: 1.2;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
} 
h3 { 
  display: block;
  font-size: 1.25em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
 	text-align: left;
  color: #446D21;
  font-weight: bold;
} 
h4 { 
  display: block;
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
} 
h5 { 
  display: block;
  font-size: .83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
	

/*codefromold ****************************************************/

.copyright {
	color: #E5E0BC;
}

.whitefont {
	color: #FFF;
}
.centercontent {
	text-align: center;
}

/*code from old styles css */


.backgroundpurple{
	background-color:#666699;
}

.h3 {line-height: 24px; 
}

.copyright {  font-family: Verdana, Geneva, Arial, helvetica, sans-serif; font-size: .75em; color: #FFFFFF;

}

.right
{
	text-align: right;
}
.left
{
	text-align:left;
}


.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 5px 5px 0 0; /* 5px rounded corners */
}

/* Add rounded corners to the top left and the top right corner of the image */
img {
  border-radius: 5px 5px 0 0;
} 
.caption {
	font-size: .8em;
	font-style: italic;
}


