body, html {
	margin: 0px;
	padding: 0px;
	background-color: #AAABAD;
	color: #555555;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background: url('../images/bg.gif');
}

h1 { 
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

h2 {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

h3 {
	font-size: 12px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
}


a:link, a:visited{
	color: #555555;
	text-decoration: underline;
}

a img {
	border: none;
}

a:hover {
	text-decoration: none;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
}

ol {
	margin-left: 25px;
	padding-left: 0px;
}

b {
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}

blockquote {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
}


/* ADDED BY NIGEL 2/6/2009 */

h3.rule{
	border-top: 1px dotted #666;
	padding-top: 12px;
	margin-top: 20px;
	margin-bottom: 15px;
	}

div#page ul{
	margin-top: 10px;
	}
	
div#page h3{
	margin-top: 15px;
	margin-bottom: 7px;
	}
	
div#page .map{
	width: 300px;
	float: right;
	}
div#page .map img{
	border: 1px solid #000;
	}
	
div .odd{
	margin-top: 25px;
	border-top: 1px dotted #666;
	padding: 35px;
	background-color: #efefef;
	}
	
div .even{
	margin-top: 25px;
	border-top: 1px dotted #666;
	border-left: 1px dotted #666;
	padding: 35px;
	background-color: #efefef;
	}
	
div .odd{
	margin-top: 25px;
	border-top: 1px dotted #666;
	border-left: 1px dotted #666;
	padding: 35px;
	background-color: #efefef;
	}
	
div .even img{
	float: right;
	border: 1px solid #666;
	padding: 5px;
	width: 140px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 30px;
	}
	
div .odd img{
	float: right;
	border: 1px solid #666;
	padding: 5px;
	width: 140px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 30px;
	}
	
table#press{
	/*border: 1px solid #ccc;*/
	padding: 10px;
	border-spacing: 0;
	}
	
	
table#press td.date{
	padding: 10px 0;
	border-top: 1px solid #ccc;
	color: #666;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	}
	
table#press td.title{
	padding: 10px 0;
	border-top: 1px solid #ccc;
	color: #333;
	padding-left: 25px;
	font-size: 13px;
	line-height: 16px;
	}
	
table#press td.title em{
	color: #666;
	font-size: 12px;
	}
	
#press td.title a:link, #press td.title a:visited, #press td.title a:active{
	color: #3d5b89;
	font-weight: bold;
	text-decoration: none;
	}
	
#press td.title a:hover{
	color: #333;
	text-decoration: underline;
	}	
	
.newsitem{
	margin: 15px 40px;
	padding: 25px;
	background-color: #ebebeb;
	}
	
.newsitem h2{
	font-size: 18px;
	margin-top: 10px;
	padding-top: 20px;
	border-top: 1px dotted #666;
	}
	
h1 a:link, h1 a:visited, h1 a:active{
	color: #000;
	text-decoration: underline;
	}
	
h1 a:hover{
	color: #666;
	text-decoration: underline;
	}
	
	
h2.section{
	font-size: 16px;
	color: #3d5b89;
	margin-top: 65px;
	}
	
