@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
*{
	font-family:"open_sanslight";
	-moz-box-sizing: border-box;
	-webkit-sizing: border-box;
	box-sizing: border-box;
	background-color:white;
	font-size:16px;
	
	
	
}

body{
	background-color:whitesmoke;
	margin:auto;
}

.boundingCNT{
	width:100%;
	height:auto;
	text-align:center;
	background-color:whitesmoke;

}

.topbar{
	width:1280px;
	
	background-color:whitesmoke;
	margin:auto;
	text-align:left;
	font-size:4rem;
	vertical-align:top;
	font-family:'arial';
	padding-bottom:.8rem;
	color:#666;

}

.topbarbox{

	width:50%;
	height:auto;
	display:inline-block;
	background-color:whitesmoke;
		color:#666;
		background-color:whitesmoke;
	margin:auto;
	text-align:left;
	font-size:4rem;
	vertical-align:top;
	font-family:'arial';
}


.topbarbox img{
	width:70px;
	margin-right:30px;
	margin-top:1rem;

}

.bannerbutton{
	width:80%;
	margin:2rem;
	float:right;
	padding:1rem;
	border-top:4px solid orange;
	background-color:navy;
	color:white;
	font-size:1.8rem;
	text-align:center;
}


.tagbanner{
	width:80%;
	height:auto;
	padding:0.6rem;
	background-color:#0f488a;
	border:2px solid #5699e6;
	color:white;
	text-align:center;
	margin:auto;
	font-size:0.8rem;
	border-radius:10px;
	margin-bottom:2rem;

}

.adbar{
	width:auto;
	height:auto;
	display:block;
	text-align:center;
	margin:auto;
	

}

.adbar img{
	border:3px solid orange;
	margin-bottom:3rem;

}

.adtag{
	width:100%;
	height:auto;
	background-color:transparent;
	padding:0.5rem;
	text-align:center;
	color:orange;
	font-size:1rem;
	
}


.rntext{
	color:#1560b5;
	font-weight:bold;
	background-color:transparent;
	font-size:2rem;
	font-family:'arial';
}

.navbar{
	width:100%;
	
	height:35px;
	padding-right:2rem;
	padding-left:2rem;
	background-color:#666;
	color:white;
	text-align:center;
	margin:auto;
}

.navbox{
	width:1280px;
	height:auto;
	background-color:transparent;
	color:white;
	height:auto;
	text-align:left;
	margin:auto;
}

.navbutton{
	width:auto;
	height:100%;
	padding-top:.45rem;
	text-align:center;
	background-color:transparent;
	color:lightblue;
	display:inline-block;
	
	font-weight:bold;
	margin:auto;
	margin-right:3rem;
	vertical-align:top;


}

a{
	background-color:transparent;
}


.contentCNT{
	width:100%;
	max-width:1280px;
	height:auto;
	
	background-color:white;
	margin:auto;
	text-align:left;


}

.articleCNT{
	width:100%;
	height:Auto;
	color:#666;
	font-size:4rem;
	text-align:left;
	padding-top:2rem;
	padding-bottom:4rem;
	

}
.maintitle{
	width:100%;
	height:Auto;
	padding-right:4rem;
	padding-left:4rem;
	color:#666;
	font-size:3rem;
	text-align:left;
	margin-bottom:2rem;

	
}

.subtitle{
	width:100%;
	height:auto;
	padding-right:4rem;
	padding-left:4rem;
	font-family:'arial';
	font-weight:bold;
	font-size:1.4rem;

}

.textbody{
	width:100%;
	height:auto;
	background-transparent;
	margin-bottom:4rem;
	padding-right:4rem;
	padding-left:4rem;
	line-height:1.8rem;
	vertical-align:top;


}

.textbody img{
	margin-right:2rem;
	margin-bottom:1rem;
	vertical-align:top;
	width:125px;

}

.footer{
	width:100%;
	height:auto;
	padding:0.5rem;
	text-align:center;
	color:lightgray;
	background-color:#191919;
	font-size:0.9rem;
	margin-top:3rem;
}




/* Mobile Layout:  min of 480px .  I80erits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (max-width: 800px) {



}



