/* RECOLOUR THE MENU BAR BASED ON WHICH SECTION YOU ARE IN */
#menubar p.logo {
	margin:0;	
	height: 50px;
	background: gray;
	}

/* RECOLOUR THE TABLE HEADER BASED ON WHICH SECTION YOU ARE IN */
.theader {
	font-size: 9pt;
	font-weight: 700;
	color: white;
	background: gray;	
}

/* SECTION NAME */
#sectionname {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	height: 100px;
	margin: 0;
}

/* LEFT HEADLINE */
#leftheadline {
	border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;	
	min-height: 125px;
	margin: 0;
	padding: 5px;
	background-image: url('headline-bg.gif');
	background-repeat: both;
}

#leftheadline h2 {
	font-family: "Century Gothic", "Arial", "Helvetica", "sans-serif";
	font-size: 14pt;
	margin: 0;	
	font-weight: 400;
}

#leftheadline p.pubdate {
	font-size: 8pt;
	margin: 0;
	margin-top: 8px;
}

#leftheadline h1 {
	font-family: "Century Gothic", "Arial", "Helvetica", "sans-serif";
	font-size: 18pt;
	margin: 0;	
	font-weight:700;
}

#leftheadline a {
	font-family: "Century Gothic", "Arial", "Helvetica", "sans-serif";
	border-bottom: 1px dotted #000080;
	}

a {
	text-decoration:none;
	color: black;
}

a:hover {
	font-weight:700;
	color: white;
	background: gray;	
}

#bottombits {
	border-top: 6px solid gray;
	clear: both;
	height: 220px;
}

#bottombits h1 {
	font-family: "Century Gothic", "Arial", "Helvetica", "sans-serif";
	border-top: 4px solid gray;
	padding-top: 4px;
	font-size: 16pt;
	font-weight: 700;
	margin:0;
	margin-bottom: 4px;	
}

#bottom1 {
	float: left;
	width: 220px;
	background: gray;
	margin:0px;
	margin-right: 27px;
	display: inline;
	height: 175px;
}

#bottom2 {
	float: left;
	width: 220px;
	background: gray;
	margin:0px;
	margin-right: 26px;
	display: inline;	
	height: 175px;
}

#bottom3 {
	float: left;
	width: 220px;
	margin:0px;
	margin-right: 27px;
	background: gray;
	display: inline;	
	height: 175px;
}

#bottom4 {
	float: left;
	width: 220px;
	display: inline;	
	background: gray;
	margin:0px;
	height: 175px;
}

#bottom1 p, #bottom2 p, #bottom3 p, #bottom4 p {
	margin: 0;
	color: white;
	font-weight: 700;
	font-size: 9pt;	
}

#bottom1 a, #bottom2 a, #bottom3 a, #bottom4 a {
	text-decoration:none;
	color: white;
}

#bottom1 a:hover, #bottom2 a:hover, #bottom3 a:hover, #bottom4 a:hover {
	text-decoration:none;
	background: white;
	color: gray;
}

/* MENU MODIFIER */
/* Put the highlighted menu item here and it will overwrite the default one in the colours stylesheet */
/* None */

/* CLOUD */
#cloud {
	border-top: 1px dotted navy;
	border-bottom: 1px dotted navy;
}

#leftheadlinecolumn1 img, #leftheadlinecolumn2 img, #left1 img {
	float: right;
	border: 1px solid black;	
	margin-left: 5px;
}

#item {
	clear: both;
	min-height: 150px;
	border-bottom: 1px dotted gray;
}

#item p {
	font-size: 10pt;	
}

/* LEFT1 */
#left1 {
	width: 436px;
	float: left;
	margin: 0;
}

#left1 p {
	margin:0;
	margin-bottom: 1em;
	font-size: 11pt;	
}

/* LEFT2 */
#left2{
	margin:0;
	padding-left: 10px;
	width: 200px;
	float: right;
	
}

#left2 h1 {
	font-family: "Century Gothic", "Arial", "Helvetica", "sans-serif";
	border-top: 4px solid gray;
	padding-top: 4px;
	font-size: 12pt;
	font-weight: 700;
	margin:0;
	margin-bottom: 4px;	
}

#left2 p {
	font-size: 8pt;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px dotted gray;	
}

/* Spans for which section something has come from */
#item p.small {
	font-size: 9pt;	
}

#item a {
	font-family: "Century Gothic", "Arial", "Helvetica", "sans-serif";
}

td {
	border-bottom: 1px dotted gray;	
}

h2 {
	font-family: "Century Gothic", "Arial", "Helvetica", "sans-serif";
}
