﻿<style type="text/css">
<!--
/**Layout Divs**/
/*the outer container */
#container {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	top: 20px;
	background-color: #ffffff;/*themecolour4;*/
	}
	/*this positions the right-hand column */
#rightcolumn {
	visibility: visible;
	padding: 8px 8px 8px 12px;
	background-image: none;
	float: right;
	width: 500px;
}

#leftcolumn {
	width: 180px;
	color: #060f86;/*themecolour1;*/
	float: left;
}
/**Redefined html tags**/
/*defines the font and page background image */
table {
	font-style:normal; font-variant:normal; font-weight:normal; font-size:10pt; font-family:Trebuchet MS; color:#000000
}
body {
	text-align: left;
	font-family: "trebuchet ms", Arial, sans-serif;
	font-size: 10pt;
	xfont-family: Verdana, Arial, Helvetica, sans-serif;
	xfont-size: 11px;
	xline-height: 17px;
	color: #000000;/*themecolour4%0;*/
	background-color: #03084A;/*themecolour4;*/
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}
.imagepad {
	padding-top: 5px;
}
#content {
	width: 750px;
}
#heading {
	top: 250px;
}
#logo {
	height: 42px;
	position: absolute;
}
#hnavbar {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #d8c004;/*themecolour2;*/
	margin-bottom: 3px;
}
#header {
	width: 770px;
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: #d8c004;/*themecolour2;*/
	height: 120px;
}
/*floats logo graphic to the left */ 
div.row span.left {
  float: left;
  text-align: left;
  }

/*floats heading graphic to the right */ 
div.row span.right {
  float: right;
  text-align: right;
  }
  h1 {
	font-size: 18pt;
	text-align: left;
	margin: 0px;
	color: #000000;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
}
h2 {
	font-size: 12pt;
	text-align: left;
	color: #060f86;/*themecolour1;*/
	margin-top: 4px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
/*defines the style for ordered lists (numbered) */
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #01042a;/*themecolour1$ -21%,-68.6%;*/
}
/*defines the style for unordered lists (bulleted) */
 ul {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url('images/graphics/act2_bullet.gif');
	color: #000000;/*themecolour4%0;*/
	font-weight: normal;
	margin-left: 20px
}
/*floats element to the left*/
    .left {
	float: left;
}
/*floats element to the right*/
   .right {
	float: right;
}
/*link styles*/
 a:link {
	color: #060f86;/*themecolour1;*/
}
 a:visited {
	color: #000000;/*themecolour4%0;*/
}
 a:link:hover {
	color: #d8c004;/*themecolour2;*/
}
/*defines color for horizontal divider*/
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #060f86;/*themecolour1;*/
}
.scrollBox {
	border-style:outset; border-width:1px;
	height: 250px;
	padding: 5px;
	overflow: auto; 
}
.rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#000000;
}
p.rss-title {padding:0.5em;}
.rss-title {
	font-size: 10pt;
	background-color: silver;
	color: #640000;
	font-weight:bold;
	text-align: left;
}

.rss-item  {
  font-size: 9pt;
  list-style:none;
  padding-bottom:1em;
}

.rss-item a {
	color: #060f86;/*themecolour1;*/
	font-size: 9pt;
	font-weight: normal;
	}
	
.rss-item a:visited {
	color: gray;
}

.rss-date {
	font-size: 8pt;
	color: olive;
	}

-->
</style>