
.ulAlignCenter {
	text-decoration: none;
	text-align: center;
	list-style-type: none;
}
.liAlignLeft {
	text-decoration: none;
	text-align: left;	
}
.liAlignRight {
	text-decoration: none;
	text-align: right;	
}
.liAlignCenter {
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding: .25em;
}
.topSpace {
	padding-top: 2em;
}
.rightSpace {
	padding-right: 2em;
	margin-right: 2em;
}

.leftSpace {
	padding-left: 2em;
	margin-left: 2em;
}
.equalMargins {
	margin: auto;
}
.noPadding {
	padding: 0;
}
.greenText {
	color: #366934;
}
.redText {
	color: #a82437;
}
.blueText {
	color: #333399;
}
.smallText {
	font-size: 85%;
}
.largeText {
	font-size: 150%;
}
.centerTable {
	margin: auto;
}
.warning {
    color: #f00;
    font-weight: bold;
	border: medium;
	border-color: #f00;
}
.burgundyText {
	color: #a82437;
}

.fancyDivider {
    border: none;
    background-color: #333399;
    height: 1em;
    width: 85%;    
}
.simpleBorder {
	border: medium;
	border-style: solid;
	border-color: #808080; 
}
/* For screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  }
a {
    color: #000066;
    line-height: inherit;
    text-decoration: underline;
}
a:hover, a:focus {
	text-decoration: none;
	border: thin solid #333399;
	background-color: antiquewhite;
}
a.button.medium.secondary.radius.round:hover, a.button.medium.secondary.radius.round:focus {
	text-decoration:none;
	
}
button.Green {
    background-color: #0E6C39;
    border-color: #368a55;
    color: #FFFFFF; 
}
nav.top-bar a {
	text-decoration: none;
}
.prettyP {
  color: #1A2C7D;
  font-family: "Droid Serif", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
}
small {
  font-size: 70%;
  line-height: inherit;
  color: #a82437;
}


