@charset "utf-8";


body {
	margin: 0;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #333333;
}
.oneColFixCtrHdr #container {
	width: 1004px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	border: 2px solid #FFFFFF;
	background-color: #000000;
}
.oneColFixCtrHdr #header {
	background-color: #000000;
	background-position: center top;
	height: 180px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContent {
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/site/website_11.jpg);
	background-color: #000000;
	padding-top: 10px;
	height: 100%;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	border-top-color: #0090FF;
	border-right-color: #0090FF;
	border-bottom-color: #0090FF;
	border-left-color: #0090FF;
	color: #66FFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

a.transImageLink img {
filter:Alpha(opacity=25);
-moz-opacity:0.25;
opacity:0.25; 
border:none;
}
a.transImageLink:hover img {
filter:Alpha(opacity=100);
-moz-opacity:1.0;
opacity:1.0; 
border:none;
}

/*Items below added to replace default link styles.  [ICM 23/1/11] */
a:link {color: #ffffff; text-decoration: underline; }
a:visited {color: #008000; text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: none; }
a:active {color: #F7ABEC; text-decoration: underline; 


