/* 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("../_images/back.gif");
	background-repeat: repeat;
	background-color: #FFFFFF;
}
.centreWidth {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
.fixedWidth {
	background-color: #FFFFFF;
	width: 90%;
	margin: 0px;
	padding: 0px;
	border-left: 8px solid #FFFFFF;
	border-right: 8px solid #FFFFFF;
}
.fullWidth {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image:  url("../_images/back1.gif");
	background-repeat: repeat-x;
	background-position: top left;
}
.menuWidth {
	background-color: #FFFFFF;
	background-image:  url("../_images/backTop.gif");
	background-repeat: repeat-x;
	background-position: top left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}
/* Top Container */

#cT {
}
.cTtable {
	background-image:  url("../_images/back_cT.gif");
	background-position: top right;
	background-repeat: no-repeat;
}

/* Navigation Container */

#cN {
}
.cNtable {
	margin: 0px;
	padding: 0px;
	height: 28px;
	background-image:  url("../_images/back_cN.gif");
	background-position: top;
	background-repeat: repeat;
	text-align: right;
}

/* Banner Container */

#cB{
}

/* Primary Container */

#cPC{
}
.cPCtable {
	padding: 0px 50px 25px 30px;
}

/* Left Side Container */

#cLS {
}
.cLStable {
	padding: 0px 10px 0px 0px;
	width: 240px;
}

/* Right Side Container */

#cRS {
}
.cRStable {
	padding: 15px;
	width: 145px;
}

/* FOOTER Container */

#cF {
}
.cFtable {
	font-size: 10px;
	padding: 4px 16px 4px 250px;
	height: 34px;
}

/* TOP RIGHT Container */

#cTR {
}
.cTRtable {
}

/* TOP LEFT Container */

#cTL {
}
.cTLtable {
}

/* SPARE Container */

#cS {
}
.cStable {
	background-color: #CEDDEA;
	padding: 1px;
}
.Spacer {
	border: 2px solid #FFFFFF;
	background-color: #CEDDEA;
	font-size: 2px;
	border-top: none;
}
.SpacerVert {
	background-color: #CEDDEA;
	font-size: 2px;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	padding-top: 10px;
	margin-top: 10px;
}
