
h1 {
  color: #000000;
  font-size: x-large;
  font-variant: small-caps;
  }

h2 {
  color: #000000;
  font-size: 11pt;
  font-variant: small-caps;
}

body{ margin: 0; padding: 0; height: 1500px;}

.container {
  position: relative;
  width: 900px;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.header {
  border: 0px;
  padding: 0px 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  height: 140px;
  width: 900px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  background-color: #A9A9A9;
}

.header a:link, .header a:visited, .header a:active {
  font-size:  14px;
  line-height: 1;
  color: #000000;
  background-color: #A9A9A9;
  text-decoration: none;
  margin: 0 0px 0 0px;
}

.main {
  position: absolute;
  left: 140px;
  top: 150px;
  width: 565px;
  height: 930px;
  background-color: #87CEEB;
  color: #ffffff;
  font-size: medium;
  text-align: center;
}

.navigation {
  position: absolute;
  left: 0px;
  top: 150px;
  width: 140px;
  height: 930px;
  text-align: left;
  background-color: #A9A9A9;
  font-weight: bold;
  color: #000080;
}

.navigation a:link, .navigation a:visited, .navigation a:active {
  font-size:  14px;
  line-height: 2;
  color: #000080;
  background-color: #A9A9A9;
  font-variant: small-caps;
  text-decoration: none;
  margin: 0 10px 0 10px;
}

.navigation a:hover {
  color: #2222ff;
  background-color: #A9A9A9;
}

.logos {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-variant: normal;
  font-size: 8pt;
  color: navy;
  background-color: #A9A9A9;
}

.logos a:link, .logos a:visited, .logos a:active {
  font-size:  8pt;
  font-variant: normal;
  border: 0px;
  text-decoration: none;
  background-color: #A9A9A9;
}  

.logos img {border: none;}

.bodytext {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 530px;
  height: 420px;
  color: #000000;
  text-align: left;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

.tp {
  text-align: center;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11pt;
}

.bodytext a:link, .bodytext a:visited, .bodytext a:active {
  color: navy;
  text-decoration: none;
}
.bodytext a:hover {
  text-decoration: underline;
}

.textbox {
  color: #000000;
  text-align: left;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  background-color: #87CEEB;
}

.picbox {
  position: absolute;
  left: 565px;
  top: 0px;
  width: 195px;
  height: 930px;
  background-color: #A9A9A9;
}

.footer {
  position: absolute;
  left: 0px;
  top: 1090px;
  padding: 0px 0px;
  width: 900px;
  height: 40px;
  background-color: #A9A9A9;
  font-size: 10px;
  color: black;
  text-align: center;
}

.Qu { 
    width: 250px;
	text-align: left;
	color: black;
}
.Qu a, .Qu a:link  {
	color: black;
	text-decoration: none;
}
.Qu a:active, .Qu a:visited {
	text-decoration: underline;
}
.Ans {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	color: #032fb4;
}

.footer a:link, a:visited, a:active {
  color: white;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

