.displayNone {
  display: none;
  visibility: hidden;}

html {
  font-family: verdana;
  font-size: 1em;
  line-height: 1em;
  color: black;}

h1 {
  font-size: 1em;}

h2 {
  font-size: 1em;}

h3 {
  font-size: 1em;}

h4 {
  font-size: 1em;}

h5 {
  font-size: 1em;}

h6 {
  font-size: 1em;}

p {
  font-size: 1em;}

ul {
  font-size: 1em;}

a {
	color: black;
	text-decoration: none;}

#navigationContainer {
	color: white;
	font-size: 0.9em;
	text-transform: uppercase;
	line-height: 2em;}
	
	#navigationContainer ul {
		margin: 0;
		padding: 0 0 100px 0;}
	
		#navigationContainer li {
			list-style-type: none;
			margin: 0;
			padding: 0;
			border: 1px solid white;
			border-top: 0;
			border-right: 0;
			border-left: 0;}
			
			#navigationContainer a {
				color: white;
				text-decoration: none;
				padding: 0 10px;}

#bodyContentContainer, #bodyContentContainerSubPage {
	color: black;}
	
	#bodyContentContainer h1, #bodyContentContainerSubPage h1 {	
		color: #50707f;
		text-transform: uppercase;
		margin: 1em auto 0.5em 0.5em;
		padding: 0;}
	
	#bodyContentContainer h2, #bodyContentContainerSubPage h2 {	
		color: black;
		font-size: 0.8em;
		margin: 0em auto 0.5em 1.3em;
		padding: 0;}
		
	#bodyContentContainer h3, #bodyContentContainerSubPage h3 {	
		color: black;
		font-size: 0.8em;
		margin: 0em auto 0.5em 1.3em;
		padding: 0;}
	
	#bodyContentContainer p, #bodyContentContainerSubPage p {
		font-size: 0.7em;
		color: black;
		letter-spacing: 0.03em;
		margin: 0;
		padding: 0 1.5em 0.75em 1.5em;}

	#bodyContentContainer a, #bodyContentContainerSubPage a {
    border: 1px dashed #212d4e;
    border-top: 0;
    border-right: 0;
    border-left: 0;}

#resourcesContainer {
	color: white;
	font-size: 0.8em;}

	#resourcesContainer p {
		margin: 0;
		padding: 10px;
		text-align: left;
		border: 1px solid white;
		border-top: 0;
		border-right: 0;
		border-left: 0;}
	
	#resourcesContainer a {
		color: white;
		text-decoration: none;}

#footerContainer {
	color: white;
	font-weight: bold;
	line-height: 0.9em;
 	padding-bottom: 8px;}

  #footerContainer p {
  	padding-top: 8px;
  	text-align: center;
    font-size: 0.55em;
    line-height: 1em;}
  
  #footerContainer a {
    color: white;
    text-transform: uppercase;}
    
/* ===== Universal UL Settings ===== */

	#bodyContentContainerSubPage ul {
		font-size: 0.7em;
		color: black;
		letter-spacing: 0.03em;
		margin: 0 0 3px 5px;
		padding: 0 1.5em 0.75em 1.5em;}
		
	#bodyContentContainerSubPage ul li {
		margin: 0 0 5px 0;}