  <!--
  Priorities (3 has the highest priority, each priority overrides the previous one):
  1 -  element
  2 - .class
  3 - #id
  -->

  /* Colour Codes*/
  /*

  standard text: #000000
	Bavaria dark blue: #003E71
	Bavaria light blue: #48B3D7
	*/

  * 
  {
  margin: 0;
  padding: 0;
  }
  
  html, body
  {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  /*background: url("/common/Background.png") no-repeat center center fixed;*/
  background-image: url("/common/Background.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: 100%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: 100%; 
  -moz-background-size: 100%; 
  -o-background-size: 100%;

  }
  
  body
  {
  min-height: 100%;
  /*background-image: url("/common/Background.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: 100%;
  -webkit-background-size: 100%; 
  -moz-background-size: 100%; 
  -o-background-size: 100%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;*/
  
  }

  h1
  {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  color: #003E71;
  font-size: 12pt;
  font-weight: bold;
  font-family: Arial,Tahoma,Times New Roman,Verdana;
  }
  
  h1 a:link
  {
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;	
  }
  
  h2
  {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  color: #003E71;
  font-size: 10pt;
  font-weight: bold;
  font-family: Arial,Tahoma,Times New Roman,Verdana;
  }
  
  h2 a:link
  {
 	font-weight: bold;
  text-decoration: none;		  
  }
  
  h3 
  {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 40px;
  margin-right: 20px;
  color: #003E71;
  font-size: 10pt;
  font-weight: bold;
  font-family: Arial,Tahoma,Times New Roman,Verdana;
  }
  
  h3 a:link
  {
	font-weight: bold;
  text-decoration: none;				  
  }
  
  p
  {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  color: #003E71;
  font-size: 10pt;
  font-family: Arial,Tahoma,Times New Roman,Verdana;
  text-align: justify;
	max-height: 999999px; /* this prevents font-boosting in Android Chrome browser */
  }
  
  table
	{
  border-collapse: collapse;
  }
  
  th
	{
  color: #003E71;
  font-size: 10pt;
  font-family: Arial,Tahoma,Times New Roman,Verdana;
  font-weight:bold; 
  height: 10px;
  padding-left: 45px;
  text-align: left;
  }
  
  tr, td
  {
  color: #003E71;
  font-size: 10pt;
  font-family: Arial,Tahoma,Times New Roman,Verdana;
  height: 10px;
  padding-left: 45px;
  }
  
  a:link
  {
  color: #003E71;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  }
  
  a:visited 
  {
  /*color: #000000;*/
  color: #003E71;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  }
  
  a:hover 
  {
  color: #48B3D7;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  }
  
  input[type=text]
  {
  width: 190px;
  margin-top: 0px;
  margin-bottom: 10px;
  /*margin-left: 4px;
  margin-right: 4px;*/
  margin-left: 0px;
  margin-right: 0px;
  color: #003E71;
  font-size: 10pt;
  background-color: #FFFFFF;
  font-family: Arial,Tahoma,Times New Roman,Verdana;
  }
  
  input[type=radio]
  {
  width: 12px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom:10px;
  vertical-align: top;
  font-family: Arial,Tahoma,Times New Roman,Verdana;
  }
  
  input[type=checkbox]
  {
  width:12px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  vertical-align: middle;
  font-family: Arial,Tahoma,Times New Roman,Verdana;
  }
  
  input[type=submit]
  {
  margin-bottom: 20px;
  color: #003E71;
  font-size: 10pt;
  background-color: #FFFFFF;
  font-family: Arial,Tahoma,Times New Roman,Verdana;
  }
  
  input[type=button]
  {
  margin-bottom: 20px;
  color: #003E71;
  font-size: 10pt;
  background-color: #FFFFFF;
  font-family: Arial,Tahoma,Times New Roman,Verdana;
  }

  select
  {
  width: auto;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 4px;
  margin-right: 4px;
  color: #003E71;
  font-size: 10pt;
  background-color: #FFFFFF;
  font-family: Arial,Tahoma,Times New Roman,Verdana;
  }

  textarea
  {
  width: 632px;
  height: 100px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  color: #003E71;
  font-size: 10pt;
  background-color: #FFFFFF;
  font-family: Arial,Tahoma,Times New Roman,Verdana;
  }
  
  label[for="text"]
  {
  width: 100px;
  display: inline-block; 
  text-align: left;
  /*margin-left: 20px;*/
  color: #003E71;
  font-size: 10pt;
  font-family: Arial,Tahoma,Times New Roman,Verdana;
  }
  
  label[for="radio"]
  {
  width: auto;
  display: inline-block; 
  text-align: left;
  margin-left: 10px;
  margin-bottom: 10px;
  color: #003E71;
  font-size: 10pt;
  font-family: Arial,Tahoma,Times New Roman,Verdana;
  }
  
  label[for="check"]
  {
  width: auto;
  display: inline-block; 
  text-align: left;
  margin-left: 20px;
  margin-bottom: 10px;
  color: #003E71;
  font-size: 10pt;
  font-family: Arial,Tahoma,Times New Roman,Verdana;
  }

/* The following is for text input fields (jquery) to appear on forms as watermarks */
  .gray
  {
  color: gray;
  }

/* The following are for select input fields to appear on forms as watermarks */  
  input::-webkit-input-placeholder
  {
  color: gray;
  }
  
  input:-moz-placeholder
  {
  color: gray;
  opacity: 1;  /* FF sets opacity to 0.54 by default */
  }
  
  input::-moz-placeholder
  {
  color: gray;
  opacity: 1;  /* FF sets opacity to 0.54 by default */
  }  
   
  input:-ms-input-placeholder
  {
  color: gray;
  }

  /* Specific Styling */
  
  .standard-ul
  {
  padding: 0;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
	max-height: 999999px; /* this prevents font-boosting in Android Chrome browser */
  }
  
  .standard-ul > li
  {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 60px;
  margin-right: 20px;
  color: #003E71;
  font-size: 10pt;
  font-family: Arial,Tahoma,Times New Roman,Verdana;
  }
  
  .standard-ul a
  {
  text-decoration: none;		  
  }
         	
  /* Menu Styles */
  
  .menu
  {
  list-style: none;
  padding: 0;
  margin: 0;
  }
  
  .menu > li
  {
	position: relative;
  float: left;
  height: 14px;
  /*width: 170px;*/
  width: auto;
  /*background: #FFFFFF;*/
  padding: 5px 25px 5px 25px;
  font-weight: bold;
  }
  	
  .menu > li:hover
  {
  background: #FFFFFF;
  text-decoration: none;
  }
  
  /* Menu Link Styles */
  
  .menu a
  {
  font: 10pt Arial,Tahoma,Times New Roman,Verdana;
  color: #003E71;
  font-weight: bold;
  text-decoration: none;
  /*padding: 0 0 0 10px;*/
  padding: 0 0 0 ;
  text-align: center;
  outline: 0; /* For IE */
  
  /* Make the link cover the entire list item-container */
  display: block;
  line-height: 14px;
  }		

  .menu a:hover
	{
	color: #003E71;
 	}
  
  #container-div
  {
  background-color: #FFFFFF;
  min-height: 100%; 
  width: 1100px;
  position: relative;
  margin: 0 auto;
  /*box-shadow: 0px 0px 2px 2px #FFFFFF;*/
  /* Border for  IE8 & earlier as box-shadow not supported  */
  /*border-left: solid 2px; 
  border-right: solid 2px; 
  border-bottom: solid 2px; 
  border-color: #FFFFFF;*/
  }

	#menu-div
	{
	/*width: 1100px;*/ /*full width, reduced as below to take border into account*/
  width: 1098px; 
	height: 24px;
	margin-bottom: 20px;
  clear: both;
  /*background: url("/common/LeafMenuBackground.png");*/
  background: #48B3D7;
  border-right: solid 1px #FFFFFF;
  border-left: solid 1px #FFFFFF;
	}
  
  #content-div
  {
  width: 1100px;
  padding-bottom: 40px; /* This MUST be the same value as the height of the footer-div  to ensure the footer is always at the bottom of the page */
  }

  #footer-div
  {
  height: 40px; /* This MUST be the same value as the padding-bottom of the content-div to ensure the footer is always at the bottom of the page */
  width: 1100px;
  border-top: solid 2px;
  border-color: #003E71;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  clear: both;
  }
  
  #footer-div a:link
  {
  text-decoration: none;				  
  }
  
	/*.summary-div
	{*/
		/*width: 676px;*/ /*full width, reduced as below to take border into account*/
    /*width: 672px;
		border: solid 2px #003E71;
    box-shadow: 5px 5px 5px #003E71;
		margin-left: 20px;
		margin-top: 20px; 
		float: left;
	}*/
	
	.summary-div
	{
		background-color: #FFFFFF;
		height: 320px;
		width: 198px;
    display: inline-block;
		border: solid 2px #003E71;
    box-shadow: 5px 5px 5px #003E71;
		margin-left: 20px;
		margin-bottom: 20px; 
	}
	
	.summary-thumbnail-div
	{
		width: 160px;
		height: 240px;
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 20px;
		margin-bottom: 10px;
		/*float: left;*/
	}
	
	/* This is to make image1.gif the same size as the image in each summary-thumbnail-div above */
	.summary-thumbnail-div img
	 {
		width: 160px;
		height: 240px;
		border: none; /* Stops IE putting a border around image links */
	}
	
	.summary-text-div
	{
		margin-top: 20px;
		margin-bottom: 20px;
	}

  #column-left-div
  {
  width: 330px; 
  /*height: 500px;*/  /* height set temporarily for testing */
  margin-bottom: 10px;
  margin-left: 20px; 
  /*background-color: #003E71;*/
  float: left;
  }

  #column-left-div p
  {
  margin-right: 0px;
  margin-left: 0px;
  max-height: 999999px; /* this prevents font-boosting in Android Chrome browser */
  }

  #column-middle-div
  {
  width: 330px; 
  /*height: 500px;*/  /* height set temporarily for testing */
  margin-left: 20px;
  margin-bottom: 10px;
  /*background-color: #003E71;*/
  display: inline-block;    
  }

  #column-middle-div p
  {
  margin-right: 0px;
  margin-left: 0px;
  max-height: 999999px; /* this prevents font-boosting in Android Chrome browser */
  }
	
	.sidebar-div
  {
	/*border: solid 1px #000000;*/
  width: 494px;
  margin-bottom: 10px;
  margin-left: 20px; 
  margin-right: 0px;
  background: #FFFFFF;
  float: right;
  }

  /* Empty div to avoid collapse of content div and add white space under any previous div */
  .anti-content-collapse-div
  {
  height: 30px;
  clear: both;
  }
  			
  /* Make the page scroll (has nothing to do with the technique) */
  /* p#makescroll { height: 150%; } */
    

	