/* 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-image: url(../../Templates/_images/back.gif);
}
.centreWidth {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #EFEFEF;
}
.fixedWidth {
	margin: 10px;
	padding: 4px;
	background-color: #333333;
	border: solid #CCCCCC 1px;
	width: 90%;
	max-width: 1200px;
}
.fullWidth {
	width: 100%;
	margin: 0px 2px;
	padding: 0px;
	background-color: #FFFFFF;
}
.menuWidth {
	width: 100%;
	margin: 0px 2px;
	padding: 0px;
	background-image: url(../../Templates/_images/back_cT_main.gif);
}
.footerWidth {
	width: 100%;
	margin: 0px 2px;
	padding: 0px;
	background-image: url(../../Templates/_images/back_cF_main.gif);
	min-width: 760px;
}

/* Top Container */

#cT {
}
.cTtable {
	margin: 10px;
	width: 90%;
}

/* Navigation Container */

#cN {
}
.cNtable {
	margin: 0px;
	padding: 0px 50px 1px 0px;
	font-size: 0px;
	background-image: url(../../Templates/_images/back_cT.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 96px;
}

/* Banner Container */

#cB{
}
.cBtable {
	padding-left: 15px;
}

/* Primary Container */

#cPC{
}
.cPCtable {
	margin: 15px;
	padding: 15px;
	width: auto;
	height: 250px;
}
.cdefaultPCtable {
	width: 12px;
	background-image:url(../../Templates/_images/back_Vert.gif);
	background-repeat:repeat-y;
	background-position:top;

}

/* Left Side Container */

#cLS {
}
.cLStable {
	padding: 20px 0px 0px 0px;
	width: 246px;
	background-color: #003366;
	background-image: url(../../Templates/_images/back_cLS.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.cHomeBtable {
	padding: 10px 0px 10px 0px;
	background-color: #003366;
	background-image: url(../../Templates/_images/back_cLS.gif);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
}

/* Right Side Container */

#cRS {
}
.cRStable {
	padding: 0px;
}

/* FOOTER Container */

#cF {
}
.cFtable {
	color: #FFFFFF;
	background-image: url(../../Templates/_images/back_cF.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 57px;
	padding-left: 10px;
}

/* TOP RIGHT Container */

#cTR {
}
.cTRtable {
}

/* TOP LEFT Container */

#cTL {
}
.cTLtable {
}

/* SPARE Container */

#cS {
}
.cStable {
}
