/****************************************/
/**** Base Styles ***********************/
/****************************************/

body {
	font: 0.8em Tahoma, sans-serif;
	margin: 1px;
}

h1,h2,h3 {
	text-align: center;
}

form {
	margin: 0px;
}

table {
	border-collapse: collapse;
}
	td,th {
		font-size: 0.8em;
	}

img {
	border: none;
}
	
fieldset {
	padding: 1em; 
}

/************************/
/* Error Handler Styles */
/************************/

	.ErrorAlertFrame {
		width: 100%;
	}
	
	.ErrorDetailsTable {
		width: auto;
		margin: 1em;
	}
	
	.ErrorLabel{
		text-align: right;
	}
	
/****************************************/
/**** Generic Styles ********************/
/****************************************/


	/************************************/
	/******** Layout Declaration ********/
	/************************************/

	.WebsiteCell {
		width: 100%;
		height: 100%;
	}

	.HeaderRow {
		height: 161px;
		padding: 0px;
		margin: 0px;
	}
	
	.BodyRow {
		width: 100%;
		height: 100%;
	}
	
		.TitleCell {
			text-align:center;
		}
		.BodyCell1{
			width: 150px;
		}
		.MenuRow {
			height: 1em;
		}
			.MenuTable {
				width: 150px;
				cursor: pointer;
				cursor: hand;
				border-collapse: separate;
				text-align: center;
			}
			
			.MenuLink, .MenuLink:hover, .MenuLink:visited {
				display:block;
				width:100%;
				background:none;
				color:#FFFFFF;
				text-decoration:none;
			}
			
	.ContentCell {
		text-align: right;
		height: auto;
	}
	
		.ContentLayer {
			width: auto;
			height:auto;
			padding: 4px;

			background: #FFFFFF;
			text-align: justify;
		}
		
	.CopyrightCell {
		height: 1em;
		
		font-size: 0.6em;
		color: #FFFFFF;
	}
	
	/************************************/
	/****** Appearance Declaration ******/
	/************************************/
	
	.WebsiteTitle {
		display: block;
		margin: 0.5em;
		
		font-size: 2em;
		font-style: italic;
	}
	.WebsiteDescription {
		font-size: 1em;
		font-style: italic;
	}
	.WhiteLink, .WhiteLink:hover, .WhiteLink:visited {
		color: #FFFFFF;
	}
	
	.ContactDetails {
		margin-left: 30px;
	}
	
	.ContactDetailLabel {
		text-align: right;
	}
	
	.EventDetails {
		margin-left: 30px;
	}
	
	.SectionHeading {
		width: 99%;
		height: 1.4em;
		background-image: url(../images/heading.jpg);
		background-color: 9902BE;
		background-repeat: repeat-x;
		background-position: left bottom; 
		color: #FFFFFF; 
		font-weight: bold; 
		font-size: 1.4em;
		padding: 0px;
		padding-left: 4px;
	}