/* Defines the body tag font, vertical spacing and font size*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em; /*12px;*/
	line-height: 135%;
	margin-right: 3%;
	margin-left: 1%;
}

/* Defines the paragraph tag font, vertical spacing and font size*/
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;/*12px;*/
	line-height: 135%;/*145%;*/
	margin-right: 3%;
	margin-left: 1%;	
}

/* For blockquotes (1 level)*/
body blockquote, center{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;/*12px;*/
	line-height: 135%;
}
/* For body h3 headings*/
body h3 
{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 135%;
	margin-right: 3%;
	margin-left: 1%;

}


/* For body h2 & h4 headings*/
body h2, body h4  
{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 135%;
	margin-right: 3%;
	margin-left: 1%;
}

/* For headings with links - font only (not margins as this cascades another level)*/
h2 a, h4 a, h3 a
{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 135%;
}


/* For tables*/
td,tr,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 135%;
}


/* For lists (unordered)*/
ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 135%;

}
/* For lists (ordered)*/
ol{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 135%;

}

/* For list items*/
li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 135%;
}

/* For sublists*/
ul li, li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 135%;
}

/* For links - keep in this order */
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 135%;
	color: #0066CC; /* Blue */
	text-decoration: none;
}

/* For visited links */
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 135%;
	color: #CC0033; /* Red 1*/
	text-decoration: none;

}

/* For hovering over links*/
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 135%;
	color: #0033FF; /*Blue underline (see line below) */
	text-decoration: underline;


}
/* For active links */
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 135%;
	color: #CC3366; /* Red 2 */
	text-decoration: none;
}

/* For small text*/
small{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 135%;
	
}

/* For superscript combinations*/
sup, sup big, sup big{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 135%;

}

/* The left part of the screen - for the menu area. Fixed width. */
.left{
	width: 22%;
	float:left;
	background-color: #FFFFCC; /* Could also try eg #FFFFAA #FFCC33 #FFCC66 */
	
}

/* The right part of the screen on every page. Fluid width.*/
.right{
	width: 76%;
	float: right;
}

/* For noprint regions*/
div.NOPRINT{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 135%;
}

/* For awkward bits like cascaded lists*/
.fixedHeight {
font-size: 9pt;
}
/* Under pictures font*/
.captionFont{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-style:italic;
}

.em9{
font-size:0.9em;
}

/*Story pages background colour */
#bgColourStory{
	background-color:#FFFFFF;/*#FFE1FF;*/
	background-image:url(../images/backMauve.jpg);
	color:#000000;
} 
/*Main pages background colour */
#bgColourMain{
	background-color:#FFFFFF;/*#FFFFEF;*/
	background-image:url(../images/backCream.jpg);
	color:#000000;
} 

/*Debates pages background colour */
#bgColourDebate{
	background-image:url(../images/backGreen.jpg);
	background-color:#FFFFFF;/*#F5FFDF;*/
	color:#000000;
} 

/*Orange copyright colour */
#copyrightColour{	
	color:#FF6600; 
}
/* Need a class for copyright colour as well as the above is an ID and you only use this if 1 a page*/
.copyrightColour{
	color:#FF6600;
}
/*Maroon text - use the SPAN tag in preference to FONT for these*/
#maroon{
	color:#800000;	
}

/*Red text*/
#red{ color:#FF6633;	
}

/*Teal text*/
#teal{ 
	color:#008080;
}

/*Olive text*/
#olive{ 
	color:#808000;
}

/*Blue text*/
#blue{ 
	color:#0000FF; 
}


/*Orange Contents header text*/
.orangeArial {
color: #FF9900;
}

