/*--------------------------------------------------*/
/* Main page content 			                    */	

	#banner{
	
	}


	#pageContent{
	
	}
		
	#mainColumn{
		float: right;
		width: 605px;
	}

	#topContent{
		width: 580px;
		border: 1px solid #dbdbdb;
		padding:10px;
		overflow: hidden;
		background: #f3f2f2 url('../../img/global/boxBackground.gif') repeat-x;
		margin: 0 0 10px 0;
	}
	
	.topContentPic{
		float: left;
		width: 167px;
	}
		
	.topContentCopy{
		float: right;
		width: 410px;
	}
			
	#breadcrumbs{
		width: 580px;
		text-align: right;
		float: right;
	}
	
	#breadcrumbLinks{
		display: inline;
		
	}

	#contentBoxes{
		width: 600px;	
	}

			#contentBoxes {
				margin-top:10px;
				width: 602px;
				background: url('/a/img/global/contentBoxes.jpg') repeat-y 0 0;
			}

			#eventsBox{
				float: right;
				width: 235px;
				min-height:180px;
				border-top: 1px solid #dbdbdb;
				/*border-bottom: 1px solid #dbdbdb;*/
				padding: 5px 5px 4px 5px;
			}

			#usefulResourceBox{
				float: left;
				width: 330px;
				min-height:180px;
				border-top: 1px solid #dbdbdb;
				/*border-bottom: 1px solid #dbdbdb;*/
				padding: 5px 5px 4px 5px;
			}

			.eventDates{
				text-align: center;
			}

			.eventDates span.dates{
				float: left;
				width: 170px;
				color: #00aeef;
				font-size: 1.2em;
				font-weight: normal;
				line-height: 30px;

			}
			.eventDates span.chevronLeft{
				float: left;
				width: 30px;
				margin: 5px 0 0 0;
			}

			.eventDates span.chevronRight{
				float: right;
				width: 30px;
				margin: 5px 0 0 0;
			}

			#eventNumber {
				clear:both;
				color: #00aeef;
				font-size: 1.1em;
				text-align: center;
				height:15px;
			}

			#eventDetail .eventImage{
				float: left;
				width: 115px;
			}

			#eventDetail .eventInfo{
				clear:both;
				width: 210px;
				border-bottom:1px solid #dbdbdb;
			}

			#eventDetail {	
				clear:both;	
				width:230px;
	/*			height:103px;
				overflow:auto;*/
			}

			#newsEventsBottom {
				clear:both;
				height:14px;
			}

	#rolloverInfo .UK{
		float:left;
	}

	#rolloverInfo .US{
		float:right;
	}
	

		
/*-------------------------------*/
/* Basic Form                    */
	
				
				.contactForm fieldset {
					padding-bottom: 5px;
					border: none;
				}

				.contactForm .error {
					color: red;
					background: inherit;
					font-weight: bold;
				}

				.contactForm .row {
					padding: 5px 0 0 11.5em;
					clear: both;
				}

				.contactForm .row .label { /* NS7: Cannot apply styles to label object */
					float: left;
					width: 10em;
					margin: 0 1em 0 -10.5em;
					text-align: right;
				}
				
				.contactForm .row .label abbr.required {
					border: 0;
				}
