/* Cascading Style Sheet */

body
	{
	font-family: "Tahoma", "Geneva", sans-serif;
	margin: 0;
	font-size: 52.5%;
	background: #DDDDDD;
	}

  #header
    {
    width: 100%;
    }
  
  #header a {
    border: 0;
    padding: 0;
    margin: 0;
  }
  
      #header-logo
        {
        padding: 0;
        margin: 0;
        padding-top: 20px;
        background: #A20440;
        }
      
      #header-logo img
        {
        margin: 0;
        padding: 0;
        border: 0;
        }

      #header-strapline
        {
        padding: 8px 0px 8px 0px;
        margin: 0;
        background: #DDDDDD;
      
        }
      
      #header-strapline img
        {
        margin: 0;
        padding: 0;
        border: 0;
        }
        
        .telephone
        	{
          float: right;
          padding: 5px 0px 5px 0px;
          color: #555555;
          font-size: 2em;
          }
          
          .telephone strong {
          color: #A20440;
          font-weight: normal;
          }


.container
	{
	margin: 0px auto 0px auto;
  width: 760px;
	}
	

/* Navigation */  


#navigation {

float: left;
border-right: 1px dotted #A20440;
width: 190px;

}

#navigation ul 
	{
	/*list-style-type:none;*/
	list-style: none;
	width:auto;
	display:block;
	font-size:1.5em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}		
	
	#navigation ul li 
	{
	/*display:block;*/
	margin:0;
	padding:0;
	}
	
		#navigation ul li.new 
	{
/*	display:block;*/
	margin:0;
	margin-top: 10px;
	padding:0;
	padding-top: 10px;
	border-top: 1px dotted #DDDDDD;
	}
	
	#navigation ul li a 
	{
	display: block;
	padding: 6px 3px 6px 3px;
	color:#A20440;
	text-decoration:none;
	
	}

	#navigation ul li a.weighted 
	{
	font-weight: bold;
	}

  #navigation ul li a:hover
  {
  background: #DDDDDD;
  color: #555555;
  
  
  }
  
  #navigation p
  {
  font-size: 1.3em;
  padding: 5px 3px 5px 3px;
  }
  
  #navigation p a
  {
  color:#A20440;
  }
  
  #navigation p a:hover
  {
  color:#555555;
  }
  
  
  #navigation li ul 
	{
	list-style-type:none;
	width:auto;
	display:block;
	font-size:1em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}		
	
	#navigation li ul li 
	{
	display:block;
	margin:0;
	padding:0;
	
	}
	
	
	#navigation li ul li a 
	{
	display: block;
	padding: 6px 3px 6px 13px;
	color:#555555;
	text-decoration:none;
	
	}


/* Content */

#content {
  background: #FFFFFF;
  padding-top: 10px;
}

#bodytext {
  padding: 0px 0px 20px 210px;
  margin: 20px auto;
  }
  
#bodytext h1
	{
	font-size: 3.5em;
	font-family: "Tahoma", "Geneva", sans-serif;
	color: #AAAAAA;
	font-weight: lighter;
	}
#bodytext h2
	{
	font-size: 2em;
	font-family: "Tahoma", "Geneva", sans-serif;
	color: #AAAAAA;
	font-weight: lighter;
	
	}
#bodytext p
	{
	font-size: 1.4em;
	line-height: 1.6em;
	text-align: justify;
	}
	#maintext p.toppara
	{
	font-size: 1.6em;
	line-height: 1.7em;
	font-weight: bold;
	text-align: justify;
	color: #555555;
	}
	
#bodytext p:first-child
	{
	font-size: 1.6em;
	line-height: 1.7em;
	font-weight: bold;
	text-align: justify;
	color: #555555;
	}
	
	#bodytext p.footnote
	{
	font-size: 1.4em;
	line-height: 1.7em;
	text-align: right;
	color: #AAAAAA;
	}

#bodytext .floatimage {
  float: right;
  margin: 0px 0px 10px 10px;

}

#bodytext .images {
  margin: 5px 0px 15px 0px;
    text-align: center;
  
}
	
#bodytext img {
	margin: 2px;
	padding: 6px;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	}
#bodytext a:link, #bodytext a:visited {
	text-decoration: underline;
	color: #A20440;
}
#bodytext a:hover, #bodytext a:active {
	color: #004080;
	text-decoration: underline;
	
}
#bodytext .info {
	width: 200px;
	margin: 10px;
	padding: 10px;
	border: 1px dotted #000000;
	background: #A20440;
	color: #FFFFFF;
}
#bodytext .info p {
	text-align: center;
	}


blockquote {
  font-size: 1.6em;
  background: #DDDDDD;
  color: #555555;
  margin: 5px 0px 10px 0px;
  padding: 15px;
  text-align: left;
  border: 1px dotted #555555;
}

blockquote .source {
  font-size: 0.8em;
  color: #000000;
  padding: 5px 0px 0px 0px;
  font-weight: bold;
  display: block;
  text-align: right;
}




.left { float: left; margin-left: 0; clear: both;}
.right { float: right; margin-right: 0;  clear: both;}
.lft { float: left; }
.rgt { float: right; text-align: right;}
.clb { clear: both;}


#footer {
	background: #DDDDDD;
	clear: both;
  color: #555555;
  padding: 5px 0px 10px 0px;
	}
#footer p {
	font-size: 1.3em;
	}
#footer a {
	color: #A20440;
}


