/****************************************************************************/
/* General HTML Styles														*/
/****************************************************************************/

body, p, table {
	font-family: Verdana, Helvetica, Helv;
	font-size: 11px;
	color: black;
	margin: 0px;
}
a {
	color: #003399;
	font-weight: normal;
	text-decoration: underline;
}
form {
	margin: 0px;
}
h1, h2, h3, h4, h1 a {
	clear: left;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	z-index: 100;
}
h1 a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 20px;
}
h2, h3 {
	font-size: 13px;
	margin-top: 30px;
	margin-bottom: 10px;
}
h4 {
	color: black;
	font-size: 12px;
	margin-top: 6px;
	margin-bottom: 11px;
}
h2.level4title {
	margin-top: 0px;
	font-size: 14px;
}
img {
	margin: 0px;
	padding: 0px;
}
input {
	font-family: Verdana, Helvetica, Helv;
	font-size: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}
p {
	margin-bottom: 11px;
}
select {
	font-family: Verdana, Helvetica, Helv;
	font-size: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}
textarea {
	font-family: Verdana, Helvetica, Helv;
	font-size: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}
ul, ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-left: 8px;
	margin-left: 0px;
	padding-bottom: 4px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
ul li {
	margin-left: -6px;
	background-image: url("images/bullet.gif");
}
ul, ol {
	margin-bottom: 7px;
}

.mceContentBody img {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
}

.mceContentBody span img,
.mceContentBody div img,
.mceContentBody table img,
.mceContentBody #lastUpdated img {
	padding: 0px;
}

.mceContentBody .mceDocumentLink {
	color: #666666;
	text-decoration: none;
	white-space: nowrap;
}

.mceContentBody .mceDocumentLink img {
      	vertical-align:middle;
      	margin-bottom:4px;
      	border: 0px;
      	padding:0px;
}

.mceContentBody .mceDocumentLink .mceDocumentDesc {
	color: #003399;
	font-weight: normal;
	text-decoration: underline;
}

/****************************************************************/
/* Tables														*/
/****************************************************************/

.mceContentBody table {
	margin-bottom: 10px;
}

.mceContentBody table thead td,
.mceContentBody table thead th {
	color: white;
	font-weight: bold;
	background-color:#235669;
	text-align: center;
	padding: 4px;
}

.mceContentBody table tbody th {
	font-weight: bold;
	font-color: white;
	background-color: #C6DDE5;
	text-align: center;
	padding: 4px;
}

.mceContentBody table tbody td {
	background-color: transparent;
	padding-left: 4px;
	padding-right: 4px;
	border: 1px solid #C6DDE5;
	padding-top: 2px;
	padding-bottom: 2px;
}

.mceContentBody table tbody tr.highlight td,
.mceContentBody table tbody td.highlight {
	background-color: #F0F0F0;
}

.mceContentBody table td p {
	margin-top: 4px;
	margin-bottom: 4px;
}

.mceContentBody table td ul {
	margin-left: 20px;
	margin-top: 4px;
	margin-bottom: 0px;
}

.mceContentBody table td ul li {
	margin-top: 2px;
	margin-bottom: 2px;
}


/****************************************************************/
/* Content Boxes												*/
/****************************************************************/

.contentLeft ul li,
.contentRight ul li {
	margin-left: -6px;
	background-image: url("images/bullet.gif");
}

.contentLeft div,
.contentRight div {
	background-color: #F5F7FE;
	margin-bottom: 0px;
	background-image: url("images/gradient_blue.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 11px;
}
.contentLeft p,
.contentLeft ul,
.contentRight p,
.contentRight ul {
	margin: 4px;
}
.contentLeft h2,
.contentRight h2 {
	margin: 0px;
	padding: 3px;
	padding-left: 4px;
	clear: none;
	font-size: 11px;
	background-color: #00345E;
	color: white;
}
.contentLeft {
	float: left;
	clear: left;
	width: 150px;
	margin-right: 10px;
}
.contentCentre {
	margin-right: 6px;
	clear: none;
	float: left;
	width: 424px;
}
.contentRight {
	float: right;
	clear: right;
	width: 140px;
}

/****************************************************************/
/* Text Panels													*/
/****************************************************************/

.textPanelIcon {
	text-decoration: none;
	margin-right: 4px;
}

.textPanelH3 {
	text-decoration: none;
}

.textPanelLink {
	clear: both;
	margin-bottom: 12px;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
}

.textPanelLink A {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

.textPanel {
	clear: both;
	padding: 6px;
	background-color: #F9F9F9;
	margin-bottom: 30px;
}

/*****************************************************************************/
/* Search Styles
/*****************************************************************************/

#content .searchTerm {
	background-color:	#ffd77d;
	font-weight:		bold;
}

#content .searchTitle {
	background-color:	#C6DDE5;
}

#content .searchCounter {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}

#content .searchTitle a {
	font-weight: bold;
}

#content .searchSummary {
	font-weight: normal;
	background-color: #FFFFFF;

}
#content .searchResultPath {
	color: #000000;
	font-size: 9px;
	margin-bottom: 0px;
	font-weight: normal;
	margin-left: 10px;
}

/*****************************************************************************/
/* RSS News Ticker Styles
/*****************************************************************************/

.mediaTicker {
	text-align:left;
	height: 135px;
	padding: 5px;
}

#content .contentRight div div {
	background-image:none;
	background-color:transparent;
}

#mediaTicker_parent .mediaTicker .rsstitle a {
	/*font-weight: bold;*/
	font-size: 10px;
}

#mediaTicker_parent .mediaTicker .rssdate{
	color: gray;
	font-size: 10px;
}

#mediaTicker_parent .mediaTicker a{
	text-decoration: none;
}

#mediaTicker_parent .mediaTicker .rssdescription {
	font-size:10px;
	margin-top:6px;
	margin-bottom:20px;
}

/*****************************************************************************/
/* Noticeboard Styles
/*****************************************************************************/

.mceContentBody .noticeboard {
	float:left;
	margin-top: 5px;
}

.mceContentBody .noticeboard td {
	background-color: transparent;
	border: 0px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	vertical-align: top;
}

.mceContentBody .noticeboard td.hover {
	background-color: #F0F0F0;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.mceContentBody .noticeboard h4 {
	margin-top: -2px;
	margin-bottom: 4px;
	font-size: 11px;
}

/*****************************************************************************/
/* Hero Banners
/*****************************************************************************/

a.heroLink img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

a.heroLink:hover img {
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
}
