/* CSS for 2009 Aug. version of Bea Trust webpage, part of CTW site:  Mary Carpenter 28/8/09 */

body {
	background-image: url(images/background.gif);
    background-repeat: no-repeat;
    font-family: arial, Helvetica,Century Gothic;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.3;
	color: dark grey;
	width: 980px;/* use percentage for variable width*/
	margin-left: 2em;
	text-align: left;
	}

h1    {
	text-align: center;
    font-family: Arial, Century Gothic, Helvetica;
	font-size: 2.5em;
	font-weight: bold;
	color: #800000;
	}

h2  {
	font-family: arial, Century Gothic, Helvetica;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	color: #0000FF;
	}

h3	{
	font-family: arial, Century Gothic, Helvetica;
	font-size: 1.5em;
	font-weight: bold;
    text-align: center;
	color: #800000;
	}

.leftside {
	float: left;
	margin: 1em;
	width: 630px; /* use 63%; for variable width */
    top: 200px; 
	}

.content {
	margin: 0, 0, 0, 7em;
	text-align: justify;
    width:700px; /* or use 70% */
	}

#links {
	text-align: center;
	line-height: 1.15;
	font-family: arial, century gothic, Helvetica;
	font-size: 1em;
	}

#homelink  {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 200px;
    /*right:400px;
    bottom:250px;*/
    }    
	
.rightside {
	 /*float: right;
    width: 150px; 10em
    top:600px;
	margin-right: 1em;
    margin-left: 2em;
	text-align: left; */
    position: absolute;
    top: 150px;
    left: 875px;
    }
 
.itembox  {
	width: 546px;
	border-style: double;
	border-width: 5px;
	border-color: #0000FF;
    background-color:#ffffcc;
	padding: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
    margin-left: 0px;
	font-size: 1.0em;
	font-family: arial, century , Helvetica;
	/*letter-spacing: -.15pt;
	line-height: 1.3em;*/
	text-align: justify;
	}	
 
.navbutton    {
  display: block;
  width: 150px;
  height: 25px;
  }
 
.footer {
	clear: both;
    margin-left:1em;
	}
	
.footer2  {
    clear: both;
    width: 95%; /* 900px;*/
    margin-left: 1.0em;
    font-family: Arial;
	font-size: 0.7em;
	font-weight: normal;
	text-align: left;
	line-height:1.1em;
    }
    
.contact  {
    position: relative;
    left: 400px;
    top: -70px;
    } 
    
.verify  {
    position: relative;
    left: 900px;
    top: -35px;
     }   