body  {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bkg/bkgRpt.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
a:link {
	color: #3CF;
}
a:visited {
	color: #66D0FF;
}
a:hover {
	color: #000;
}
a:active {
	color: #66D0FF;
}
#footer {
	float: left;
	width: 470px;
	height: 127px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	padding-top: 90px;
	padding-left: 480px;
}
#leftHolder {
	float: left;
	width: 226px;
}
#mainBkg {
	background-image: url(../images/bkg/centreBkg.gif);
	background-position: left top;
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	background-color: #FFF;
}
#nav {
	float: left;
	height: 70px;
	width: 100%;
}
#rightHolder {
	float: left;
	width: 724px;
}
#bottom-15 {
	margin-bottom: 15px;
}
.adHolder {
	float: left;
	width: 160px;
	height: 350px;
	margin-left: 45px;
	margin-top: 20px;
	background-color: #999;
	border: 1px solid #000;
}
.contentHolder {
	float: left;
	width: 100%;
}
.featurePic {
	float: left;
	margin-bottom: 15px;
	margin-right: 10px;
}
.featureHolder {
	float: left;
	width: 350px;
	padding-left: 20px;
	margin-top: 15px;
}

.featureHolder-inside {
	float: left;
	width: 338px;
	margin-bottom: 5px;
	text-align: justify;
}
.font-15 {
	font-size: 15px;
}

.infoHolder {
	float: left;
	width: 340px;
	margin-top: 15px;
	padding-left: 20px;
}
.infoHolder-full {
	float: left;
	width: 650px;
	margin-top: 15px;
	padding-left: 20px;
}
.infoHolder-inside {
	float: left;
	width: 330px;
	margin-bottom: 5px;
	text-align: justify;
	font-weight: bold;
}
.infoHolder-insideFull {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 17px;
}
.infoHolder-HeaderTxt {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	text-align: justify;
	font-size: 18px;
	color: #000;
	font-family: "Lucida Console", Monaco, monospace;
	margin-top: 10px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}


.imageHolder {
	float: left;
}
.leftBkg {
	background-image: url(../images/bkg/leftBkg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}.rightBkg {
	background-image: url(../images/bkg/rightBkg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.infoHolder-Title {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-size: 15px;
	color: #D21312;
	font-family: "Lucida Console", Monaco, monospace;
}
.CommingBanner {
	position: absolute;
	z-index: 15;
}
.relHolder {
	z-index: 100;
	position: relative;
}
#rightAlign {
	text-align: right;
}

