body {
  font-size: 1em;
}

h1 {font-size: 2em;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  color: rgba(0, 21, 113, 1);
  }

.header_bar {background-color: rgba(123, 156, 132, 1); }

.bold { font-weight: bold; }

.boldsmall {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}

.boldnospace { font-weight: bold; margin: 0px; padding: 0px; }

.noto { font-family: 'Noto Sans', sans-serif;
font-size: 1.45em;
  }

.white_sub_head { font-size:16px; font-weight: bold; }


#black_footer {background-color: #000000; }
#black_footer p {color:#FFFFFF; }

#grey_bar {background-color: #333333; }
#grey_bar p {color: #ffffff; }

.bluebar {
  font-family: arial,helvetica,geneva,sans-serif;
  font-size: 1.5em;
  color: rgba(0, 21, 113, 1);
  text-decoration: none;
  border: 1px solid rgba(0, 21, 113, 1);
  background-color:  rgba(99, 181, 231, 1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  padding: 5px;
  }


/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	border-radius: 5px;
}
.fancy {
	border: 1px solid rgba(255,255,255,.2);
	box-shadow: 0px 0px 30px rgba(0,0,0,.65);
}


.button {
	padding: 6px 10px;
	margin: 2px;
	color: #fff;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	text-shadow: 1px 1px 2px #000;
	text-decoration: none;
	font-weight: bold;
}

.blue_list {
 list-style-image: url("images/blue_arrow.png");
 font-family: verdana,arial,helvetica,geneva,sans-serif;
 font-size: 13px;
 color: #000000;
 text-align: left;
 line-height: 150%;
  }

.marker {
  font-family: 'Permanent Marker', cursive;
  font-weight: bold;
  font-size: 1.1em;
   }


.blue_list li { font-size: 1.25em; }

.blue { background-color: #0F9BF2; }

/*--- The Gradient ---*/
.gradient {
	background-image: -moz-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.3));
	background-image: -webkit-linear-gradient-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3)));
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3));
	background-image: -ms-linear-gradient(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3));
	background-image: no-repeat;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.gradient:hover {
	background-image: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.2));
	background-image: -webkit-linear-gradient-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2));
	background-image: -ms-linear-gradient(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2));
	background-image: no-repeat;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.gradient:active {
	background-image: -moz-linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0));
	background-image: -webkit-linear-gradient-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0,2)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0));
	background-image: no-repeat;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.small-corners {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px 6px;
}
