@charset "utf-8";

body {
  font-family: Verdana, Arial,Helvetica,Sans-Serif;
  color: #000000;
  text-align: left;
  vertical-align: top;
  background-color: #D6E4E1;
}

.content {  
	background-color: #ffffff;
  border: 1px solid #485C5A;
  width: 950px;
}

h1 {
	font-size: 1.2em;
	line-height: 2em;
  font-weight: bold;
	text-align:center;
	padding:0px 20px 0px 20px;
}

h2 {
	font-size: 1em;
	line-height: 1.5em;
  font-weight: bold;
	text-align:center;
	padding:0px 20px 0px 20px;
}

h3 {
	font-size: 1em;
	line-height: 1.5em;
  font-weight: bold;
	text-align:left;
	padding:0px 50px 0px 50px;
}

.menu-box {
	background-color: #9DB2B1;
	border-right:1px solid #485C5A;
	font-size:0.8em;
	line-height: 1.5em;
	text-align:left;
	float: left;
	width:200px;
	margin: 0px 20px 15px 0px;
}

ul.menu-box {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0.8em;
	width: 200px;
	background-color: #9DB2B1;
}

ul.menu-box li {
	border-bottom: 1px solid #485C5A;
}

ul.menu-box li a {
	text-decoration: none;
	display: block;
	color: #0A2D81;
	font-weight: bold;
	padding: 4px 10px 4px 10px;;
}

ul.menu-box li a:hover {
	background-color: #B9BB79;
	color: #000000;
}

.header-image {
	border-bottom: 1px solid #485C5A;
	margin-top:2px;
}

.logo-image {
	text-align:left;
}

.key-points-box {
	background-color: #E6EEEC;
	border: 1px solid #485C5A;
	margin: 0px 50px 0px 50px;
	padding: 10px 10px 10px 10px;
}
/*                                         */
/*  Text                                   */
/*                                         */
.image-caption-text {
  font-size: .8em;
  text-align: center;
  vertical-align: middle;
  padding: 2px 5px 2px 5px;
}

.bodytext {
	font-size: 1em;
	text-align:left;
	line-height: 1.5em;
	padding: 0px 50px 0px 50px;
}

/*                                         */
/*  Top & bottom of page text              */
/*                                         */
.page-top-text {
  font-size: .6em;
  line-height: 1.3em;
  text-align: center;
}

.page-bottom-text {
  font-size: .6em;
  line-height: 1.3em;
  text-align: center;
  margin: 5px 0px 0px 0px;
}


/*                                         */
/*  Plain bullet points                    */
/*                                         */
.bullet-points {
  margin: 10px 40px 10px 40px;
}

.bullet-point {
  margin: 10px 5px 5px 0px;  
}


/*                                         */
/*  Footer                                 */
/*                                         */

.footer-text {
  font-size: 0.6em;
  vertical-align: middle;
  margin: 10px 0px 0px 20px;
}

.footer-text-left {
  float: left;
}

.footer-text-right {
  float: right;
  margin-right: 20px;
}

.footer-link {
  font-size: 0.6em;
  text-align: right;
  vertical-align: middle;
  text-decoration: none;
}

A.footer-link:hover {
  text-decoration: underline;
}

.pr-page {
	margin:10px 50px 10px 50px;
}

.pr-logo {
	text-align:right;
}

.pr-text {
	font-size: 1em;
	text-align:left;
	line-height: 1.5em;
}

.pr-smalltext {
	font-size: 0.8em;
	text-align:left;
	line-height: 1.2em;
}

.pr-heading {
	font-size: 1.2em;
	font-weight:bold;
	text-align:center;
	line-height: 1.7em;
	text-decoration: underline;
}

.pr-superscript	{
	vertical-align: super;
	font-size: 0.8em;
}

