/**************************/
/***   layout styles    ***/
/**************************/

/* commented backslash hides from ie5mac \*/ 
html{height:100%;margin:0;padding:0} 
/* end hack */ 
html,body {
	padding:0;
	margin:0;
}
body{	
	min-width:806px;/* for mozilla*/
	background-color: #FFF;
	color: #000000;
	height:100%;
}
#outer{
	height:99.9%;
	min-height:100%;
	width:806px;
	text-align:left;
	margin:0;
	position:relative;
	background:  url(images/nav_tile.jpg) repeat-y;
	position:relative;
	overflow:visible;
}
/* mac hide \*/
* html #outer{width:806px}
/* end hide*/
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#macinner{
	width:100%;
	background:  url(images/nav_tile.jpg) repeat-y;
} 

#header{
	position:absolute;
	top:0;
	left:0;
	width:806px;
	height:195px;
	overflow:hidden;
	z-index:100;
}
/* mac hide \*/
* html #outer, * html #header {width:806px}
/* end hide*/


#left {
	position:relative;/*ie needs this to show float */
	width:155px;
	float:left;
	padding-top:195px;/*needed to make room for header*/
}
#left p {padding-left:32px;padding-right:3px}

#footer {
	width:806px;
	clear:both;
	height:107px;
	text-align:left;
	left:0;
	bottom:0;
	position: absolute;
}
#centrecontent {
	width:630px;
	float:right;
	padding-top:195px;/*make room for header*/
}

#clearfooter {width:100%;height:107px;clear:both} /* to clear footer */
html>body #minHeight{float:left;width:0px;height:100%;margin-bottom:-107px;} /*safari wrapper */

/**************************/
/*** added layout styles **/
/**************************/


.fleft {
	float:left;
}

.fright {
	float:right;
}

.fright p {
	text-align:right;
	padding-top:20px;
}

/**************************/
/***    NAV STYLES   ******/
/**************************/

ul.navi
{
list-style-type: none;
padding: 0;
margin: 0;
text-align: right;
line-height:1em;
width:155px;
}

ul.navi li
{
list-style-type: none;
text-align: right;
padding-right: 22px;
}

.nav
{
color:#9e1b32;
font-size: 12px;
background-image: url(images/nav_grey.gif);
background-repeat: no-repeat;
padding-bottom:15px;
background-position: 100% -2px;
}
.nav A
{
color:#9e1b32;
text-decoration:none;
}

.nav_on A, .nav A:hover, .sub_nav A:hover
{
color:#ff0000;
text-decoration:none;
}

.nav_on
{
color:#ff0000;
font-size: 12px;
background-image: url(images/nav_red.gif);
background-repeat: no-repeat;
padding-bottom:15px;
background-position: 100% -2px;
}

.sub_nav
{
color:#aaa;
font-size: 11px;
background-image: url(images/nav_sub_grey.gif);
background-repeat: no-repeat;
padding-bottom:10px;
background-position: 100% -2px;
}
.sub_nav A
{
font-size: 11px;
color:#aaa;
text-decoration:none;
}

.sub_nav_on
{
color:#ff0000;
font-size: 11px;
background-image: url(images/nav_sub_red.gif);
background-repeat: no-repeat;
padding-bottom:10px;
background-position: 100% -2px;
}
.sub_nav_on A
{
font-size: 11px;
color:#ff0000;
text-decoration:none;
}

.navspacer{height:0px;}

/**************************/
/*** DOCUMENT STYLES ******/
/**************************/

body {font-family:arial,sans-serif;}
h2 {font-family:arial,sans-serif;font-size:13pt;color:#9f1b32; padding-top:0px;margin-top:0px;}
h3 {font-family:arial,sans-serif;font-size:12pt;color:#005643; margin-bottom:0px;}
h4 {font-family:arial,sans-serif;font-size:11pt;color:#333333;}
h5 {font-family:arial,sans-serif;font-size:10pt;color:#005643;}
tr {vertical-align: top;}
td {font-family:arial,sans-serif;font-size:10pt;}
p,ol,ul {font-family:arial,sans-serif;font-size:10pt;text-align:justify;}
li {text-align: left; padding-left: 10px;list-style-position: outside; margin-top: 0px; margin-bottom: 0px;}
a {font-family:arial,sans-serif;font-size:10pt;color:#002c76;}
.headrow {font-family:arial,sans-serif;font-size:10pt;font-weight:bold;color:#333333;}
.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}
.green {background:#005643; color:#fff;}
.small {font-size:8pt;}
.footnote {text-align:right;font-size:8pt;}
.red {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #CC0000}
.greentext {color:#005643;}
.line {text-decoration:underline;}
.logotext {font-size:12px; color:#666666; text-align:center;}
.logoimage {padding-bottom: 15px;}
.style1 {color: #005643}
.style2 {color: #9f1b32}
.style4 {color: #005643; font-weight: bold; }
/* ul {list-style-type: square;} */
.nospace{margin-top: 0px; margin-bottom: 0px;}

/*** Added by Toby Hudson to indent para text on Programme page ***/
.progindent {margin-left: 30px;}
.large_link {font-size:12pt;}
#centrecontent li {margin-bottom: 10px;}
#centrecontent ul { list-style-type:disc;}