
body {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: rgb(0,0,0);
}

	a:link {color: #000066;text-decoration: none; font-weight:bold;}
	a:visited {color: #000066; text-decoration: none; font-weight:bold;}
	a:hover {color: #000066; text-transform:none; font-weight:bold;}
	a:active {color: #000066;text-decoration: none; font-weight:bold;}
	
	.LeftWordsRight_Tab {overflow: hidden;}
	.LeftWordsRight_Tab button {font-family:'Montserrat', sans-serif; font-size:14px; color:#FFFFFF;  background-color: #000066; border: none; width: 100%; text-align: right; text-decoration: none; display: inline-block; cursor: pointer; padding:.5em;}
	.LeftWordsRight_Tab button:hover { background-color: #000066;}
	.LeftWordsRight_Tab button.active { background-color: #000066; font-weight:bold;}
	.LeftWordsRight_TabContent {display: none; padding: 2.0em; border:none; }


/****************************************************/
/* The sticky class is added to the navbar with JS (bottom of the page) when it reaches its scroll position */
	.sticky { position: fixed; top: 0; width: 100%;}
/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
	.sticky + .content { padding-top: 50px;}

/* FORMATTING THE NAV TO NOT SCROLL OFF THE PAGE */
	html {padding: 0; margin: 0;}
	nav {z-index: 500; min-height:50px;}
	.nav-placeholder { margin: 0 0 0 0;}
	.fixed {position: fixed;top: 0; left: 0; width: 100%; background-color: transparent;}
	.fixed .nav-inner {padding: 0;}
	.fixed .nav-inner-most {max-width: 100%; margin-left:auto; margin-right:auto;}
	.clearfix:before, .clearfix:after { content: ""; display: table; }
	.clearfix:after { clear: both; }
	.clearfix { *zoom: 1; }