body {
	font-family: Arial, Helvetica, sans-serif;
}

.logobar {
	background-color: #7ab6ea;
	background-image: url('/images/stripes.png');
	height: 110px;
}
	
.navbar {
	background-color: #222222;
	color: #aaaaaa;
	line-height: 43px; /* centers text vertically */
}
	
.pagebody {
	margin-top: 10px;
}
	
.content {
	background-color: #ffffff;
	padding: 5px 10px 5px 10px;  /* Top Right Bottom Left */
	line-height: 1.5em;
}
	
.rightcol {
	background-color: #ffffff;
	border-left: 1px solid #dddddd;
	padding: 0px 10px 5px 10px;  /* Top Right Bottom Left */
}
	
.footer {
	background-color: #eeeeee;
	margin-top: 10px;
	padding: 0px 10px 5px 10px;  /* Top Right Bottom Left */
	font-size: 0.9em;
}

#copyright {
	font-size: 0.9em;
	padding-top: 8px;
}

#footerlinks {
	padding-top: 5px;
	padding-bottom: 5px;
}
	
.widthdiv {
	max-width: 980px;
	margin: 0 auto;
}
	
.iaslogo {
	width: 220px;
	height: 100px;
	margin: 5px;
	margin-right: 20px;
	border: 0px;
	float: left;
}
	
a {
	text-decoration: none;
	color: #4d87d1;
}
a:visited {
	text-decoration: none;
	color: #4d87d1;
}		
a:hover {
	background-color: transparent;
	text-decoration: underline;
	color: #ff0000;
}

.datetime {
	float: left;
	display: inline;
	line-height: 2;
	color: #696969;
	font-weight: normal;
	margin-bottom: 15px;
}

.PageTitle {
	color: #003366;
	font-size: 1.3em;
}

.centerimg {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	text-align: center;
	font-size: 2.0em;
	line-height: 120%;
}	
	
h5 {
	color: #222222;
	font-size: 1.2em;
}
	
h6 {
	color: #222222;
	font-size: 1.15em;
	margin-bottom: 1px;
}	
	
li {
	margin-bottom: 8px;
}

	
	
@media screen and (max-width: 760px){
	.iaslogo {
		float: none;
		display: block;
		margin: 0 auto;
		margin-top: 5px;
	}
	#addiv {  /* Hide ads on mobile devices */
		display: none;
	}		
}
	
	
/* 
=========================================
Begin Navigation Bar Menu CSS
=========================================
*/
#slider {
	width: 220px;
	float: left;
	margin-right: 10px;
	margin-top: 20px;
	height: 220px;
}	
/*Create a horizontal list with spacing*/
ul.navmenu {
	margin: 0px;
	padding: 0px;
}
li.navmenu {
	display: inline-block;
	float: left;
	margin-right: 1px;
	margin-bottom: 0px;
}
/*Style for menu links*/
li.navmenu a, li.navmenu a:visited {
	display:block;
	padding: 0px 10px 0px 10px;  /* Top Right Bottom Left */
	height: 43px;
	text-align: left;
	line-height: 43px;
	color: #aaaaaa;
	background: #222222;
	text-decoration: none;
}
/*Highlight nav link to show location*/
li.navmenuhighlight a, li.navmenuhighlight a:visited {
	background: #505050;
	color: #cccccc;
}
/*Hover state for top level links*/
li.navmenu:hover a {
	background: #595959;
	color: #ffffff;
	text-decoration: none;
}
/*Prevent text wrapping*/
li.navmenu ul.navmenu li.navmenu a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
	text-decoration: none;
	color: #aaaaaa;
	background: #222222;
	text-align: center;
	padding: 10px 0;
	display: none;
}
/*Hide checkbox*/
input[type=checkbox]{
	display: none;
}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu {
	display: block;
}
/*Responsive Styles*/
@media screen and (max-width : 760px) {
	/*Make dropdown links appear inline*/
	ul.navmenu {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	li.navmenu {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul.navmenu li.navmenu, li.navmenu a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
}
.menuicon {
	border: 0px;
	width: 20px;
	height: 20px;
	vertical-align: text-bottom;
	padding-right: 7px;
}
/* 
=========================================
End Navigation Bar Menu CSS
=========================================
*/
	
	
/* 
=========================================
Begin Home Page Image Slider CSS
=========================================
*/		
div#slider {
	width: 80%;
	max-width: 250px;
}
div#slider figure {
	position: relative;
	width: 500%;
	margin: 0;
	padding: 0;
	font-size: 0;
	text-align: left;
}
div#slider figure img {
	width: 20%;
	height: auto;
	float: left;
}
div#slider {
	width: 80%;
	max-width: 1000px;
	overflow: hidden; 
}
@keyframes slidy { 
	0%  { left: 0%; }
	20% { left: 0%; }
	25% { left: -100%; }
	45% { left: -100%; }
	50% { left: -200%; }
	70% { left: -200%; } 
	75% { left: -300%; }
	95% { left: -300%; }
	100% { left: -400%; } 
}
div#slider figure {
	position: relative;
	width: 500%;
	margin: 0;
	padding: 0;
	font-size: 0;
	left: 0;
	text-align: left;
	animation: 20s slidy infinite;  
}
/* 
=========================================
End Home Page Image Slider CSS
=========================================
*/
