@charset "utf-8";
/* CSS Document */

body{
	background-color:#FFFFFF;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}

/* The div containing the title image. */
.titlebackground{
	top:0px; 
	left:0px; 
	width:100%; 
	height:100px; 
	z-index:10; 
	background-color:#0c0241; 
	text-align:center; 
	padding-top:10px;
}

/* Attributes of the div containing the menu. */ 
.menubackground{
	position:absolute;
	left:0px;
	top:104px;
	width:100%;
	height:25px;
	z-index:100;
	background-color:#0c0241;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}

/* The faded line bit underneath the menu. */
.fadedline{
	position:absolute;
	text-align:center;
	top:149px;
	left:0px; 
	width:100%; 
	height:15px; 
	background-image:url(images/1pixel.jpg); 
	background-repeat:repeat-x;
}

/* Centres the div with the id 'global'. */
#global{
	position:absolute;
	left:50%;
	width:950px;
	margin-left:-475px; /* half of the width */ 
	top:175px;
    border:solid;
	border-width:1px;
	border-color:#000099;
	padding:10px;
}

/* The main text used on the site. */
.normaltext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#000000;
	text-align:justify;
}

/* Text for the dark blue bit at the bottom. */
.endtext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#FFFFFF;
	font-weight:bold;
}

/* Text for the headline on the home page. */
.headlinetext{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:30px;
	font-style:normal;
	font-weight:bold;
	color:#000000;
	text-align:center;
}

/* For smaller text within the headline on the home page. */
.smallheadlinetext{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:normal;
	color:#000000;
	text-align:center;
}

/* For larger text within the headline on the home page. */
.largeheadlinetext{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:38px;
	font-style:normal;
	font-weight:bold;
	color:#0c0241;
	text-align:center;
}

/* Text for the links on the dark blue bit at the bottom. */
.endlinktext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#ffffff;
	text-align:center;
}


/* Text for any other links. */
.linkstext{
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#0000FF;
	text-decoration:underline;
}

/* For subtitles within main text on a page. */
.subtitletext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	color:#0c0241;
}

/* The text used for subtitle sentences. */
.boldsentencetext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	color:#000000;
	text-align:justify;
}

/* Larger text used on the site. */
.largenormaltext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	color:#000000;
	text-align:justify;
}

/* For the questions on the home page. */
.questiontext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:center;
	font-style:normal;
	color:#0c0241;
	font-weight:bold;
}

/* Copyright text. */
.copyrighttext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	font-style:normal;
	color:#000000;
}

/* This is links display. */

a.endlinktext:link{
	font-weight:bold; 
	text-decoration:underline; 
	color:#ffffff;
}

a.endlinktext:visited{
	font-weight:bold; 
	text-decoration:underline; 
	color:#ffffff;
}

a.endlinktext:active{
	font-weight:bold; 
	text-decoration:underline; 
	color:#ffffff;
}

a.endlinktext:hover{
	font-weight:bold; 
	text-decoration:underline; 
	color:#6699FF;
}

a:link{
	font-weight:bold; 
	text-decoration:underline; 
	color:#000000;
}

a:visited{
	font-weight:bold; 
	text-decoration:underline; 
	color:#000000;
}

a:active{
	font-weight:bold; 
	text-decoration:underline; 
	color:#000000;
}

a:hover{
	font-weight:bold; 
	text-decoration:underline; 
	color:#6699FF;
}


/* The text used for .co.uk, etc. */
.boldsentencetext2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	color:#000000;
	text-align:justify;
}

/* Text for titles in tables. */
.tabletitletext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	color:#0c0241;
	text-align:center;
	font-weight:bold;
}

/* Text for tables. */
.tabletext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#0c0241;
	text-align:center;
}




/* unused atm */
/* Any bold italic text within normal text. */
.bolditalictext{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-style:italic;
font-weight:bold;
color:#000099;
text-align:justify;
}

/* For caaptions. */
.captiontext{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-style:italic;
color:#000099;
position:absolute; 
}

/* For titles at the top of each page. */
.titletext{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:18px;
font-style:normal;
font-weight:bold;
color:#000099;
}

/* For menu.html */
A#vbUL_o6717a{
	display:none
}

