html {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  color: #FFFF00;
}

body {
  background: black;
  /* This is the same size as the application window */
  width: 959px;
  height: 604px;
  z-index: -1;
  margin: 0%;
}

img {
  border: 0 none;
} 	

a {
  color: #FFFF00;
}

#topBanner_en {
  background: url("../payeimages/launch/top_banner.jpg") no-repeat;
  width: 959px; /*100%;*/
  height: 96px;
}

#topBanner_ga {
  background: url("../payeimages/launch/top_banner_ga.jpg") no-repeat; 
  width: 959px; /*100%;*/
  height: 96px;
}

#hiddenAnchor {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -100;
}

#revenueAnchor {
  float: left;
  width: 285px;
  height: 55px;
  margin-top: 20px;
  text-decoration: none;
  color: #FFFF00;
}

#revenueAnchor i {
	visibility: hidden;
}
		
#languageAnchor {
  background: black; 
  float: right;
  margin-top: 47px;
  margin-right: 10%;

  font-family: arial;
  color: #FFFF00;
}

#highContrastOn {
	text-decoration: none;
}

#highContrastOff {
	visibility: hidden;
}

#titleDiv {
  float: left;
  padding-left: 105px; /*10.97%;*/
  width: 100%;
}

#titleBar {
  background: black;
  width: 748px; /*100%;*/
}

#titleText {
  font-family: arial;
  font-weight: bold;
  color: #FFFF00;

  padding-left: 3%;
  padding-top: 1%;
}

.podDiv {
  float: left;
  padding-left: 10px; /*10.97%;*/
  width: 98%;
}

.podTop {
  background: black;
  width: 748px; /*100%;*/
  height: 16px;
}

.podBacker {
  background: black;
  /* overflow and width needed to allow background image to repeat 
     around a floated image inside this div */
  overflow: hidden;
  width: 100%; /* 748px; /*100%;*/
  
}

.podBottom {
  background: black;
  width: 748px; /*100%;*/
  height: 16px;
}

#mainContent {
  border: 1px solid #FFFF00;
}

#footerPanel {
  border: 1px solid #FFFF00;
}

#welcomeImage {
  float: left; 
  padding-left: 4%;
}

#welcomeText {
  /* 
  inline-block is new to CSS2.1 but works for IE6, IE7, Firefox 3 and Safari 3,4
  see http://www.w3.org/TR/CSS21/changes.html
  For Firefox 2 there is display: -moz-inline-block; which also needs float: left;
  */
 
  float: left;
  display: -moz-inline-block;
  display: inline-block;
  width: 400px;
  padding-left: 5px;
 
  font-family: arial;
  color: #FFFF00;
}

#PAYE {
  color: #FFFF00;
}

#anytime {
  color: #FFFF00;
  font-style: italic;
}	

#hiddenPara {
  position: absolute;
  left: -10000px; /* Yes! -10000px, so positioned way off the screen */
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: #FFFF00;
}

#buttonDiv {
  float: right;
  display: -moz-inline-block;
  display: inline-block;
  padding-right: 1.88em;
  padding-left: 0.5em;
}

.launchAnchorBg {
  visibility: hidden;
  z-index: 5;
  border: 0 none;
}

.launchAnchorDiv_ga {
  padding: 0;
  margin: 0;
  position: relative;
  width: 13.75em;
  /* height: 0 is needed so that size of the gap between the 2 buttons 
  isn't dictated by the (size of the) text in this div */
  height: 0; 
  z-index: 6;
  
  text-align: center;
  top: -3.05em;
}

.launchAnchorDiv_en {
  padding: 0;
  margin: 0;
  position: relative;
  width: 13.75em;
  /* height: 0 is needed so that size of the gap between the 2 buttons 
  isn't dictated by the (size of the) text in this div */
  height: 0; 
  z-index: 6;
  
  text-align: center;
  top: -2.5em;
}

.launchAnchorDiv a {
  display: block;
  width: 100%;
  z-index: 100;
}

.launchAnchor_ga {
  width: 13.81em;

  font-family: arial;
  font-weight: bold;
  color: #FFFF00;
  text-decoration: underline; 
}

.launchAnchor_en {
  width: 13.81em;

  font-family: arial;
  font-weight: bold;
  color: #FFFF00;
  text-decoration: underline; 
}

.relativeAnchor {
  font-family: arial;
  color: #FFFF00;
  padding-top: 5px;
  padding-bottom: 0;
}	

#relativeAnchor1 {
  float: left;
  padding-left: 5px;
  text-align: left;
  width: 24%;
}

#relativeAnchor2 {
  float: left; 
  /*padding-left: 10px;*/
  text-align: left;
  width: 29%;
}

#relativeAnchor3 {
  float: left; 
  text-align: left;
  width: 25%;
}

#relativeAnchor4 {
  float: left;  
  text-align: left;
  width: 18%;
}

.infoPara {
	padding-top: 0;
	text-align: left;
	width: 90%;
    color: #FFFF00;
}

/*-- links --*/
.relativeAnchor a:link {font-family: arial; text-decoration: none; color:#FFFF00;}
.relativeAnchor a:visited {font-family: arial; text-decoration: none; color:#FFFF00;}
.relativeAnchor a:active {font-family: arial; text-decoration: none; color: #FFFF00;}
.relativeAnchor a:hover {font-family: arial; text-decoration: none; color:#FFFF00;}

#smallLinks {
  /*width: 840px;*/
  float: right;
  
  font-family: arial;
  color: #FFFF00;
}

#accessAnchor {
  color: #FFFF00;
}

/******************************/
/* CSS for FAQ page           */
/******************************/

#faqText {
  	left: 128px;
  	top: 50px;
  	width: 700px;
  	position: relative;
  	z-index: 1;
  	  
  	font-family: arial;
  	font-size: 1.2em;
  	padding-left: 1px;
  	color: #FFFF00;
}

.faqHeading 
{
	font-size : 1.5em;
	font-weight : bold;
}

.answers {
	left: 128px;
  	top: 100px;
  	width: 700px;
	position: relative;
	z-index: 1;
			
  	font-family: arial;
  	font-size: 1.2em;
  	color: #FFFF00;
  	overflow: auto;
  	padding-left: 1px;
  	padding-top : 50px;
}

#backtotop{
	padding-top: 10px;
}

/******************************/
/* CSS for accessibility page */
/******************************/

#accessText {
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  font-family: arial;
}

#accStats {
	display: none;
}