@charset "UTF-8";
/* CSS Document */


body  {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	line-height:1.6;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

newsshows  {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	line-height:1;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000; /* the auto margins (in conjunction with a width) center the page */
	text-align: justify; /* this overrides the text-align: center on the body element. */
	text-indent: 0px;
	color: #FFF;
	margin: 0 auto;
} 
#header { 
	background: #000000; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 205px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}

* html  #sidebar1 { /* box model hack to correct older version of IE */
    \width: 230px; /* for IE5 and IE6 in quirks mode */
    w\idth: 200px; /* for IE6 in standards mode */
  }


#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align:left;
}

* html  #sidebar2 { /* box model hack to correct older version of IE */
    \width: 220px; /* for IE5 and IE6 in quirks mode */
    w\idth: 175px; /* for IE6 in standards mode */
  }
  
  
  

 #mainContent {
	margin-top: 0px;
	margin-right:0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
	width:350px;
	height: 200px;
	visibility: visible;
} 

* html  #mainContent { /* box model hack to correct older version of IE */
    \width: 320px; /* for IE5 and IE6 in quirks mode */
    w\idth: 300px; /* for IE6 in standards mode */
  }

 #mainContentWide {
	margin-top: 0px;
	margin-right:0px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
	width:510px;
} 

* html  #mainContentWide { /* box model hack to correct older version of IE */
    \width: 520px; /* for IE5 and IE6 in quirks mode */
    w\idth: 510px; /* for IE6 in standards mode */
  }
  
  #mainContentNewspage {
	margin-top: 0;
	margin-right:0;
	margin-bottom: 0;
	padding-top: 5;
	padding-right: 25px;
	padding-bottom: 5;
	padding-left: 25px;
	float: left;
	width:730px;
	background-color: #000;
} 



#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


a { /* this defines the colour of the link text */
	color:#FFF;
	left: 25px;
}

h1, h2, h3, h4 {
	color:#FFF
}

h1 {
	font-family:impact;
	line-height:150%;
	font-size: 22pt;
	color: #FFF;
	font-weight: normal;
	margin-top:5px;
}

h2 {
	font-family:impact;
	line-height:150%;
	font-size: 18pt;
	color: #FFF;
	font-weight: normal;
	margin-top:5px;
}

h3 {
	font-family:verdana;
	line-height:150%;
	font-size: 13pt;
	color: #FFF;
	font-weight: light;
	margin-top:5px;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	line-height:150%;
	font-size: 10pt;
	color: #FFF;
	font-weight: light;
	margin-top:5px;
}


<style type="text/css">

.style10 {color: #999999}
.style11 {color: #CCCCCC; font-weight: bold; font-size: 10px; }
	

.style2 {color: #CCCCCC}
.style8 {color: #CCCCCC; font-weight: bold; font-size: 14px; }
.style6 {
	color: #FFCC00;
	font-weight: bold;
	font-size: 11px;
}
.style9 {color: #FFFFFF}

</style>

ul.dropdown .news a {
	color:#FFCC00;
}

.jumpmenu { /* this defines the styling for the jump menus */
	color: #FFF;
	background-color: #000;
	font-size: 10px;
	width: 5cm;
	margin: 5px 0 5px 0;
}


.even {
	background-color:#667;
	font-color:#333;
}	

.catalogueTable th{
border-bottom-style: dotted;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-top-width: thin;
	border-color:#FFFFFF;
	background-color:#999999;
	color:#000; /* change this for the color of the headers */
	font-size:1.2em;
	padding:9px;
}

.catalogueTable td {
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-color:#FFFFFF;
	padding:9px;
}

.historicalTable th{
border-bottom-style: dotted;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-top-width: thin;
	border-color:#FFFFFF;
	background-color:#999999;
	color:#000; /* change this for the color of the headers */
	font-size:1.1em;
	padding:7px;
}

.historicalTable td {
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-color:#FFFFFF;
	padding:5px;
	padding-top: 0px;
	padding-bottom: 0px;
}


.newsTable th {
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-top-width: thin;
	border-color:#FFFFFF;
	background-color:#999999;
	color:#000; /* change this for the color of the headers */
	font-size:1em;
	padding:3px;
}


.newsTable td {
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-color:#FFFFFF;
	padding:6px;
}
