/* Template Sets the overall style of the template with attributes such as widths, borders, backgrounds, margins, padding */

/* Table styles */

body {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}
.centreWidth {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../../Templates/_images/back_cF.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
}
.fixedWidth {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.fullWidth {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url(../../Templates/_images/back_Width.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/* Top Container */

#cT {
}
.cTtable {
	background-image: url(../../Templates/_images/back_cT.gif);
	background-color: #00225D;
	background-repeat: no-repeat;
	background-position: left;
	height: 32px;
	border-bottom: 1px solid #FFFFFF;
	padding: 0px 20px 0px 0px;
}

/* Navigation Container */

#cN {
	height: 22px;
	background-color: #dad0b4;
	border-bottom: 1px solid #cfc29f;
	}
.cNtable {
	margin: 0px;
	padding: 0px;

}

/* Banner Container */

#cB{
}
.cBtable {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}
.cHomeBtable {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0px;
	width: 202px;
	background-image: url(../../Templates/_images/back_HomeB.gif);
	background-repeat:no-repeat;
}

/* Primary Container */

#cPC{
}
.cPCtable {
	margin: 0px;
	padding: 20px 15px 15px 5px;
	width: 100%;
	height: 250px;
}
.cHomePCtable {
	margin: 0px;
	padding: 24px 15px 5px 10px;
	width: auto;
}

/* Left Side Container */

#cLS {
}
.cLStable {
	padding: 0px;
	width: 190px;
	background-image: url(../../Templates/_images/back_cLS.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 300px;
	border-right: 25px solid #FFFFFF;
	background-color: #DACFB3;
}

/* Right Side Container */

#cRS {
	width: 280px;
}
.cRStable {
	padding: 0px;
	padding-right: 10px;
	padding-top: 25px;
}

/* FOOTER Container */

#cF {
}
.cFtable {
	padding: 15px;
	height: 41px;
}

/* TOP RIGHT Container */

#cTR {
}
.cTRtable {

}

/* TOP LEFT Container */

#cTL {
	width: 265px;
	padding: 28px 10px 0px 0px;
}
.cTLtable {
}

/* SPARE Container */

#cS {
}
.cHomeStable {
	width: 420px;
	background-image: url(../../Templates/_images/back_HomeS.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #6A7C9A;
}
