@charset "utf-8";
body {
	background-color: #1A1918;
	background-image: url(images/pagebg.png);
	background-repeat: repeat-x;
	margin-top: 10px;
}
a:link {
	color: #9C0303;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9C0303;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #9C0303;
}


/* CSS Document */

.headerbg1 {
	background-image: url(images/header_row1_rightbg.png);
	background-repeat: no-repeat;
}
.headerbg2 {
	background-image: url(images/header_row2_rightbg.png);
	background-repeat: no-repeat;
}
.row3_bg_red {
	background-image: url(images/header_row3_rt%20of%20flash.png);
	background-repeat: repeat-y;
}
.row3_bg_black {
	background-image: url(images/header_row3_addressbg.png);
	background-repeat: repeat-y;
}
.row4leftbg {
	background-image: url(images/row4_left.png);
	background-repeat: no-repeat;
}
.leftborder {
	background-image: url(images/leftborderbg.png);
	background-repeat: repeat-y;
}
.rightborder {
	background-image: url(images/rightborderbg.png);
	background-repeat: repeat-y;
}
.leftcolumnbg {
	background-image: url(images/leftcolumnbg.png);
	background-repeat: repeat-y;
}
.contentbg {
	background-image: url(images/contentbg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.footerleft {
	background-image: url(images/footer_leftbg.png);
	background-repeat: repeat-x;
}
.footerright {
	background-image: url(images/footer_rightbg.png);
	background-repeat: repeat-x;
}
.footerbottom {
	background-image: url(images/footer_bottombg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}



#navcontainer {
	width: 263px;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#navcontainer a
{
	display: block;
	padding: 0px;
	width: 263px;
	background-image: url(images/leftmenubg.png);
	background-repeat: no-repeat;
	height: 34px;
}

#navcontainer a:link, #navlist a:visited
{
	color: #010101;
	text-indent: 22px;
	text-decoration: none;
	line-height: 22px;
}

#navcontainer a:hover
{
	color: #FFFFFF;
}




.smallwhite {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	left: 10px;
}

.redtext {color: #990000}
.blackcolour {color: #000000}
.newsheadline {
	color: #9A0202;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.xsmallwhite {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.greycolour {color: #9B9B9B}
.smallblack {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.style4 {color: #FFFFFF}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style6 {font-family: Arial, Helvetica, sans-serif}
