body {
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	background: #500;
}

h1, h2, h3 {
	/* color: #600; */
	color: rgb(153,0,0);
	background-color: white;	
	line-height: 130%;
}

i, em {
	font-style: normal;
	font-weight: bold;	
}

.casename {
	font-weight: bold;
	color: black;
}	

h1 {
	font-size: 150%;
}

h2 {
	font-size: 115%;
	margin-bottom: -.75em;
}

h2.blue {
	font-size: 115%;
	color: #008;
	background-color: white;	
	margin-bottom: 1.0em;
}

h3 {
	font-size: 110%;
}

#WRAPPER {
	margin: 30px 40px;
	padding: 10px;
	color: black;
	background: white;
}

#HEADER {
	margin: 0;
	padding: 0;
	width: 100%;
	/* 04-05-2006 */
	height: 1%;
	overflow: hidden; /* Fix for IE italics bug */
	o\verflow: visible; /* Fix for IE6 italics bug */	
}

#HEADER img {
	float: left;
	margin-right: 0;
}

#HEADERBOX {
	background-image: url(../../gfx/london.jpg);	
	background-position: top right;
	background-repeat: no-repeat;
	height: 70px;
}

#HEADERBOX p.quote, #HEADERBOX p.attrib {
	display: none;
}

#FOOQUOTE p.quote {
	font-weight: bold;
}

#FOOQUOTE p.attrib {
	font-size: x-small;
	margin-top: -1em;
}

#SUBHEAD .strap {
	color: rgb(120,33,54);
	background-color: white;
	font-variant: small-caps;
	letter-spacing: .3em;
}

#CONTENT {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	width: 100%;
	overflow: hidden; /* Fix for IE italics bug */
	o\verflow: visible; /* Fix for IE6 italics bug */	
	height: 1%;
}

#CENTRE li {
	margin-bottom: .75em;
}

#CENTRE li p {
	margin-top: 0;
	font-size: 90%;
}

#CENTRE p.header {
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-weight: bold;
	color: #633;
	/* color: rgb(153,0,0); */
	background-color: white;
}

#CENTRE a:link, #CENTRE a:visited {
	color: black;
	background-color: white;
	text-decoration: underline;
}

#CENTRE a:hover {
	text-decoration: none;	
}

.photo {
	float: right;
	margin: 0 0 15px 15px;
	border: 1px solid #600;
}

.red {
	/* color: #600; */
	color: rgb(153,0,0);
	background-color: white;
}

#BREADCRUMB {
	color: white;
	/* color: black; */
	background: #C88;
	/* background-color: rgb(255,153,153); */
	height: 20px;
	padding-left: 3px;
}

#BREADCRUMB a:link, #BREADCRUMB a:visited {
	color: #DDD;
	/* color: black; */
	background: transparent;	
}

#RIGHT img {
	/* border: 1px solid rgb(215,158,31); */
	border: 1px solid rgb(120,33,54);
}

#RIGHT ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#RIGHT li {
	margin-bottom: 1.0em;
}

#RIGHT .bold {
	font-weight: bold;
	font-size: x-small;
}

#RIGHT a:link {
	color: black;
	background: white;
	text-decoration: none;
}

#RIGHT a:visited {
	color: #666;
	background: white;
	text-decoration: none;
}

#RIGHT a:hover {
	color: #600;
	background: white;
	text-decoration: underline;
}

#CENTRE {
	line-height: 150%;
}

#FOOTER {
	clear: both;
	padding-bottom: 0;
}

#FOOTER p {
	text-align: center;
}

#CLEARONE {
	clear: both;
	height: 1px;
}

/* LEFT NAVIGATION ATTRIBUTES */

#NAVIGATION ul {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}

#NAVIGATION li, #NAVIGATION a, #NAVIGATION a:hover {
	width: 146px; /* REQUIRED!!! */
}

#NAVIGATION li {
	margin: 0 0 4px 0;
}

#NAVIGATION a, #NAVIGATION #current {
	padding: .2em 0 .3em 3px; 
	border-bottom: 1px solid #999;
}

#NAVIGATION a {
	display: block;
	text-decoration: none;
	color: black;
	background: #FDD;
}

#NAVIGATION a:hover {
	color: white;
	background: #999;
  font-weight: bold;
}

#NAVIGATION li#current {
	font-weight: bold;
	color: white;
	/* background: #800; */
	background-color: rgb(153,0,0);
}

/* END OF LEFT NAVIGATION ATTRIBUTES */

#CENTRE p.boxout {
	border: 1px solid black;
	padding: .5em 1em .7em 1em;
	background: rgb(255,235,235);
	color: black;
	font-weight: bold;
}

#RIGHT p.boxout {
	background-color: white;
	color: rgb(120,33,54);
	width: 150px;
	line-height: 2em;
	margin-bottom: 2em;
}

#FOOTER a:link, #FOOTER a:visited {
	color: black;
	background-color: white;
}

#FOOTER a:hover {
	text-decoration: none;
}

p.bold {
	font-weight: bold;
}

#related {
	display: none;
}

.emphasis {
	color: #600;
	background-color: white;	
	font-weight: bolder;
}

#SEARCH p.quicksearch {
	font-size: x-small;
	margin-bottom: -1.2em;
}

#SEARCH p.keywords {
	margin-bottom: -1.6em;
}

/* Search input field */
#searchform #keywords {
	/* border: 1px solid #600; */
	border: 1px solid	rgb(153,0,0);
	color: black;
	background-color: rgb(255,235,235);
	width: 150px;
}

/* Search button */
#searchform #btnSearch {
	margin-top: 10px;
	color: white;
	/* background-color: #600; */
	background-color: rgb(153,0,0);
	border: none;
}

.nowrap {
	white-space: nowrap;
}

hr {
	color: black;
	background: transparent;
	border-top: 1px solid #966;
}

p.right {
	text-align: right;
	margin-top: -1.5em;
}

table#judgment {
	border-collapse: collapse;
	border: 1px solid #999;
}

table#judgment td {
	border: 1px solid #999;
	padding: 2px 4px;
}	

table#judgment td.left {
	font-weight: bold;
	color: black;
	background-color: #DDD;
}

/*
h2.home {
	font-size: 115%;
}
*/

#CENTRE h2.home a:link, #CENTRE h2.home a:visited {
	text-decoration: none;
	color: #800;
	background-color: white;		
}

#CENTRE h2.home a:hover {
	text-decoration: underline;
}	

#CENTRE a.hastooltip:link, #CENTRE a.hastooltip:visited {
	text-decoration: none;
	border-bottom: 1px dotted #600;
}

#CENTRE h2.articles a:link, #CENTRE h2.articles a:visited {
	font-size: 90%;
	text-decoration: none;
	color: #800;
	background-color: white;		
} 

#CENTRE .small {
	font-size: 85%;
	line-height: normal;
}

#CENTRE .phpdigHighlight {
	font-weight: bold;
	color: #900;
	background-color: white;
}

#CENTRE p a.phpdig:link .phpdigHighlight, #CENTRE p a.phpdig:visited .phpdigHighlight {
	text-decoration: underline;
}

#keypeople h2 {
	margin-bottom: 1em;
}

#keypeople h3 {
	margin-bottom: -1em;
	font-size: 100%;
}

#keypeople img {
	float: left;
	border: 1px solid #800;
	margin-right: 1em;
}

#keypeople p.spacer {
	clear: both;
	line-height: 0;
}

blockquote {
	border-left: 2px solid #009;
	padding-left: 1.5em;
	margin-left: 0;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	color: white; 
	/* background-color: #900; */
	background-color: rgb(153,0,0);
}

input.text {
	color: black;
	background-color: #DDD;
}

dt {
	font-weight: bold;	
	margin-bottom: .5em;
}

dd {
	margin-bottom: 1.5em;
}

h1#home {
	margin-top: 3px;
	font-size: 100%;
}

table.article {
	border-collapse: collapse;
	border: 1px solid #999;
}

table.article td {
	border: 1px solid #999;
	padding: 0 3px;
}

table.article th {
	border: 1px solid #999;
	background-color: #DDD;
}

table#sports {
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #CCC;
}	

table#sports td {
	border: 1px solid #CCC;
	padding: .5em;
}	

table#sports p strong {
	color: #800;
}	

table#sports ul {
	margin-top: -1em;
	margin-bottom: .5em;
}	

table#sports li {
	margin-bottom: .3em;
}	

h1#em {
	font-size: 115%;
	margin-bottom: -.5em;	
	
}

table#pi {
	table-layout: fixed;
	border-collapse: collapse;
	border: 2px solid #900;
}	

table#pi td {
	padding: 9px;
	border: 1px solid #900;
}	

table#pi p strong {
	padding: 3px 5px 4px 5px;
	color: #FFF;
	background-color: #900;
	font-size: 120%;
}

table#pi ul.main {
	margin: -1em 0 0 15px;	
	padding: 0;
}	

table#pi li {
	margin-bottom: 0;
}	

table#pi ul.main ul {
	font-size: 80%;
	margin-left: 15px;		
}	

table#pi ul.main ul li {
	list-style-type: square;
	line-height: 150%;
}	