	/*defines the links in the sidebar*/
	A
	{
		text-decoration: underline;
		font-size: 9pt;
		color: #602070;
		font-family: "arial";
	}

	/*defines the title heading*/	
	#top
	{
		position: absolute;
		left: 0;
		top: 0;
		width: 770;
		height: 100px;
		background-color:#99ccff;
		layer-background-color: #99ccff;
		border-width:0px;
		border-style: solid;
		border-color: #99ccFF;
		padding:0px 0px 0px 0px;
		overflow: hidden;
		z-index:5;
	}
	
	/*defines the small blue date bar*/
	#datebar
	{
		position: absolute;
		left: 0;
		top: 100px;
		width: 770;
		height: 25px;
		background-color:#3399cc;
		layer-background-color:#3399cc;
		border-width:1px;
		border-style: solid;
		border-color: #3399cc;
		padding:1px 1px 1px 1px;
		overflow: hidden;
		z-index:10;
	}
	

	/*used for aligning the date in the datebar*/
	b.datebar
	{
 	 text-align:right;
	}		
	
	#country
	{
		position: absolute;
		left: 50px;
		top: 100px;
		width: 300px;
		height: 25px;
		background-color:#3399cc;
		layer-background-color:#3399cc;
		border-width:1px;
		border-style: solid;
		border-color: #3399cc;
		padding:1px 1px 1px 1px;
		overflow: hidden;
		z-index:15;	
	}
	
	A.country
	{
		text-decoration: underline;
		font-size: 10pt;
		color: #ffffff;
		font-family: "arial";
	}		
	

	/*defines the sidebar with all the links*/	
	#sidebar
	{
		position: absolute;
		left: 0px;
		top: 123px;
		width: 150px;
		height: 700px;
		background-color:#B8ECF0;
		layer-background-color:#B8ECF0;
		border-width:1px;
		border-style: solid;
		border-color: #B8ECF0;
		padding:5px 5px 5px 5px;
		overflow: hidden;
		z-index:4;
	}
	
	/*banner defines the banner/title heading area*/	
	#banner
	{
		position: absolute;
		left: 180px;
		top: 155px;
		width: 590px;
		height: 35px;
		background-color:#FFFFFF;
		layer-background-color:#FFFFFF;
		border-bottom-width:0px;
		border-top-width: 0px;
		border-left-width: 0px;
		border-right-width: 0px;
		border-style: solid;
		border-color: #989090;
		padding:1px 1px 1px 1px;
		overflow: hidden;
		z-index:3;
	}

		/* line defines the grey line area */
	#line
	{
		position: absolute;
		left: 180px;
		top: 190px;
		width: 590px;
		height: 5px;
		background-color:#FFFFFF;
		layer-background-color:#FFFFFF;
		border-bottom-width:1px;
		border-top-width: 0px;
		border-left-width: 0px;
		border-right-width: 0px;
		border-style: solid;
		border-color: #FFFFFF;
		padding:1px 1px 1px 1px;
		overflow: visible;
		z-index:20;
	}

	/* this is for the grey title heading for each page */	
	b.title
	{
		padding:1px 1px 1px 1px;
 	 	text-align:right;
		font-size: 30px;
		text-transform: capitalize;
		color: #B8B0B0;
		font-family: arial;
	}		

	/* this defines the area for the individual contents for each page */	
	#data
	{
		position: absolute;
		left: 180px;
		top: 220px;
		width: 590px;
		height: 350px;
		background-color:#FFFFFF;
		layer-background-color:#FFFFFF;
		border-width:1px;
		border-style: solid;
		border-color: #FFFFFF;
		padding:1px 1px 1px 1px;
		overflow: visible;
		font-size: 12pt;
		line-height: 16pt;
		FONT-FAMILY: arial;
		
	}
	
	/* defines a regular paragraph in the data section */
	p.data
	{
	 text-align: justify;
	}
	
	p.data2
	{
	 text-align: right;
	}
	
	/* defines a link in the data section */
	a.data
	{
	 font-size: 12pt;
	 text-decoration: underline;
	 color: #0000FF;
	}
	
	/* used for the links in the FAQ */
	a.data2
	{
	 font-size: 10pt;
	 text-decoration: underline;
	 color: #0000FF;
	}
	
	/* a class used by the penrol.htm file for its form*/
	.form
	{
	 	width: 400px;
		background-color:#99AA88;
		layer-background-color:#99AA88;
		border-width:1px;
		border-style: solid;
		border-color: #99AA88;
		padding:1px 1px 1px 1px;
	}
	
	/* a class used by the plang.htm file for its form*/
	.formtwo
	{
	 	width: 300px;
		background-color:#99AA88;
		layer-background-color:#99AA88;
		border-width:1px;
		border-style: solid;
		border-color: #99AA88;
		padding:1px 1px 1px 1px;
	}
	
		