@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	background-image: url(../images/ThinGold.png);
	background-repeat: repeat-x;
	
    
   

}
#Logo{
  transition: all 0.3s;
}
.header {
	overflow: fixed;
	background-repeat: repeat-X;
	font-family: 'Teko', sans-serif;
	font-size: 22px;
	font-color: Blac;
	position: fixed; /* Set the navbar to fixed position */
	width: 100%;
	min-width: 100%;
	/*width: 100%;  Full width */
	z-index: 1;
	margin-bottom: 135px;
	background-image: url(../images/headerbh.png);
  color: Black;
  text-decoration: none;
  text-transform: uppercase;
}

.TopHeader {
	overflow: hidden;
	background-color: #0000B2;
	font-family: 'Teko', sans-serif;
	font-size: 15px;
	font-color: #ffffff;
	top: 0px; /* Position the navbar at the top of the page */
	width: inherit;
	margin: 0 auto;
	text-align: center;
	/*width: 100%;  Full width */
	z-index: 0;
	color: #FFF;
	height: 70px;
}
.container {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    width: 100%;
    min-width: 100%;
    margin-top: 50px;
 
}
.content {
	margin: 0 auto;
	padding-top: 150px;
	max-width: 1200px;
}
.content2 {
    margin: 0 auto;
	width: 75%;
	padding-top: 30px;
}
.MediaTextLT {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	color: White;
}
.MediaTextMID {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
}
.MediaTextRT {
	font-family: 'Oswald', sans-serif;
	color: #FFF;
   
}
.MediaTextRT2 {
	font: 70%/1.4 Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
   
}

/* The sticky class is added to the header with JS 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 header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}
.largeLogo{width: 150px;
}
.smallLogo{width: 75px;
}
img.center {
	display: block;
	width: 95%
	margin: 0 auto;
	background-color: #FFF;
	padding-top: 10px;
	
}
a {
  color: White;
}
a:visited {
  color: White;
}
a:hover, a:active, a:focus {
  color:Gold;
}


A.HeacColor1 {color:Black;}
A.HeacColor1:link  {text-decoration: none; color: Black;}
A.HeacColor1:visited {text-decoration: none; color: Black;}
A.HeacColor1:hover {text-decoration: none; color: White;}
A.HeacColor1:active {text-decoration: none; color: Black;}
	
A.HeacColor2 {color:red;}
A.HeacColor2:link  {text-decoration: none; color: red;}
A.HeacColor2:visited {text-decoration: none; color: red;}
A.HeacColor2:hover {text-decoration: underline; color: red;}
A.HeacColor2:active {text-decoration: none; color: red;}