@import url('../Default/global/global.css');

/* ####################################
   Page Layout
   ################################## */

		#Content {
			min-width: 440px;		/* Centre column (Minimum full width - full padding) */

			padding-left: 220px; 		/* LC width */
			padding-right: 240px; 		/* RC width */

		}

			#Primary {
				position: relative;
				float: left;
				overflow: hidden;

				width: 100%;				
			}

			#Secondary {
				position: relative;
				float: left;
				overflow: hidden;

				width: 240px;				/* RC width - padding */
				margin-right: -240px;			/* RC width */
			}

				#SecondaryContent {
					width: 182px;
					margin: 0px 0px 0px 18px;
					padding: 0px 0px 0px 18px;
					
					border-left: #cccccc 1px solid;
				}

			#Tertiary {
				position: relative;
				float: left;
				overflow: hidden;

				width: 220px;				/* LC width - padding */
				right: 220px;				/* LC width */
				margin-left: -100%;
			}
			* html #Tertiary {
				/* IE6 Only */
				left: 240px;                /* RC width */
			}
			
/* ####################################
   Custom Element Styles
   ################################## */

.SubContainerText h2 a {
	color: #000;
	text-decoration: none;
}

	.SubContainerText h2 a:link {
		color: #000;
		text-decoration: none;
	}

	.SubContainerText h2 a:visited {
		color: #000;
		text-decoration: none;
	}

	.SubContainerText h2 a:hover {
		color: #000;
		text-decoration: underline;
	}

	.SubContainerText h2 a:active {
		color: #000;
		text-decoration: underline;
	}



#Primary h3 a {
	color: #cf6703;
	text-decoration: underline;
}

	#Primary h3 a:link {
		color: #cf6703;
		text-decoration: underline;
	}

	#Primary h3 a:visited {
		color: #cf6703;
		text-decoration: underline;
	}

	#Primary h3 a:hover {
		color: #cf6703;
		text-decoration: none;
	}

	#Primary h3 a:active {
		color: #cf6703;
		text-decoration: none;
	}
	
	
.SubContainerText a {
	font-size: 95%;
	color: #cf6703;
	text-decoration: underline;
}

	.SubContainerText a:link {
		color: #cf6703;
		text-decoration: underline;
	}

	.SubContainerText a:visited {
		color: #cf6703;
		text-decoration: underline;
	}

	.SubContainerText a:hover {
		color: #cf6703;
		text-decoration: none;
	}

	.SubContainerText a:active {
		color: #cf6703;
		text-decoration: none;
	}

