@charset "UTF-8";
/* CSS Document */
	
@media only screen and (min-device-width:50px) and (max-device-width:750px) {
  h1 {
	  font-size: 1.5rem;
	  font-weight: 700;
	  text-align: center;
}
  h2 {
	  font-size: 1.3rem;
	  font-weight: 600;
	  text-align: left;
  }
  h3 {
	  font-size: 3rem;
	  font-weight: 500;
	  text-align: left;
	  font-style: italic;
  }
  h3 a{
	  font-size:3rem;
  }
  h4 {
	  font-size: 1.0rem;
	  font-weight: 400;
	  text-align: left;
	  text-decoration: underline;
  }
  h5 {
	  font-size: 1rem;
	  font-weight: 400;
	  font-style: italic;
	  text-align: left;
  }
  h6 {
	  font-size: 0.9rem;
	  font-weight: 400;
	  text-align: center;
  }


body{
	background:none; /*overrides master css background image*/
	background-color:#315ca5;
}
#standard-page-box {
	/* The following lines all override similar lines in 
	     the master page stylesheet and should not be changed
		 without careful consideration.*/
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: none;
	min-width: 0;
	margin: 0;
	border-width: 0.3rem;
	border-radius: 2em;
}
#standard-page-header-box {
	height: 2rem;
	background-color: white;/*#5A7BA8;*/
	opacity: 0.8;
}
#standard-page-header-text {
	font-size: 1rem;
	height: 1.6rem;
	letter-spacing: 0.6rem;
}
#navigation-container-backdrop {
	/* This div must be 1.0625 rem from the bottom of the header div to leave 
	   space for the scroll bar associated with navigation container*/
	top:3.0625rem;	
}
.top-level-menu-background{
	font-size: 1rem;
}
#navigation-container {
	/*This div must be placed just below the header div and must have room for
	  the associated scroll bar and the menu item content.*/
	top: 2rem;
}
#nav > li > a {
	font-weight: 500;
	padding-top: 0;
	padding-bottom: 0;
}
#nav li, #nav a{
	font-size:1rem;
}
#nav > li > ul > li > a {
	font-weight: 300;
	padding-bottom: 0;
}
#standard-page-article-box {
	top: 4.625rem;
	bottom: 1.5rem;
}
#standard-page-footer-box {
	height: 1.5rem;
}
#standard-page-footmatter {
}
#standard-page-footmatter span {
	font-size: 0.7rem;
}
#standard-page-footmatter a {
}
/* Footer Colors */
		
#previousPageLink a {
}
#currentPageNumber {
}
#nextPageLink a {
}
  .media-screen-width-50{
	  width: 50%;
  }
}
