@CHARSET "UTF-8";

#TextHeader {
  margin-top: 5px;
  margin-bottom: 35px;
  height: 20px;
  width: 94%;
  padding-left: 3%;
  padding-right: 3%;
}

#TextHeader .headerLeft {
  float:left;
  height: 100%;
}

#TextHeader .headerRight {
  float: right;
  height: 100%;
  
}


#TextHeader .headerLeft a {
  text-decoration: none;
  color: #000000;
}
#TextHeader .headerRight a:hover {
  text-decoration: underline;
  color: #000000;
}


#MediaHeader {
	padding:0px;
}

#MediaHeader .header {
	margin-bottom: 15px;
}

#MediaHeader .headerLeft {
  /*background-color: #670607;*/
  /*width: 100%;*/
  float: left;
  /* background-image: url(../images/rightbckg.png);*/
  background-position: right;
  background-repeat: no-repeat;

}

#MediaHeader .headerLeft img{
	margin-left: 5%;	
}

#MediaHeader .headerLeft .appTitle {
  font-size: 20px;
  margin-top: -37px;
  margin-left: 200px;
}

#MediaHeader .headerRight {
  float: right;
  height: 100%;
  font-size: 12px;
  text-align: right;
}

#MediaHeader .headerRight input {
  width: 150px;
  height: 16px;
}

#Footer {
	width: 100%;	
/*	background-image: url(../images/footerback.png);
	background-repeat: repeat-x;*/

	/*margin-bottom: 50px;*/
	clear:left;
}

#Footer .footerContent {
	text-align: center;
  	font-size: 10px;
  	margin: 0px 25px 10px 25px;
}


#Footer .footerContent a {
  text-decoration: none;
  color: #000000;
}

#Footer .footerContent img {
	border: 0px;
	vertical-align: middle; 
}
