	
	body {
		background: #E1C1F4;
		text-align: center;
		font: 70% Verdana;
	}
	
	#frame {
		width: 774px;
		border: 2px solid #922FCC;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		background: #fff;
	}
	
	#header {
		height: 134px;
		background-image: url(img/header.jpg);
		background-repeat: no-repeat;
	}
	
	#logo {
	margin: 17px;
	margin-top: 0;
	padding-top: 17px;
	height: 100px;
		
	}
	
	.logoText {
	font-size: 200%;
	font-weight: bold;
	color: #fff;
	
		
	}
	
	.straplineText {
	font-size: 120%;
	font-weight: normal;
	color: #fff;
	}
	
	#main {
	

	}
	
	#menuColumn {
		width: 190px;
		float: left;
	}
	
	#contentColumn {
		width: 580px;
		float: left;
	}
	
	#menu {
		margin: 30px;
		background: #E1C1F4;
		border-bottom: none;
	}
	
	#menu a {
		display: block;
		color: #922FCC;
		font-size: 130%;
		font-weight: bold;
		text-align: left;
		padding: 10px;
		border: 1px solid #922FCC;
		text-decoration: none;
	}
	
	#menu a:hover {
		color: #fff;
		background: #922FCC;
	}
	
	#submenu a {
		font-size: 11px;
		font-weight: normal; 
		text-align: right;
		border-bottom: none;
		
	}
	
	#content {
		margin: 30px;
		border: 1px solid #922FCC;
	}
	
	/*Email Popup Styles*/
	
	#emailPopUp {
		background: #fff;
		height: 150px;
		width: 250px;
		border: 1px solid #000;
		padding: 10px;
		text-align: left;
	}
	
	#emailPopUp label {
		width: 85px;
		float: left;
		font-weight: bold;
	}
	
	#emailPopUpRow {
		padding-bottom: 3px;
	}
	
	#emailPopUpMess {
		width: 155px;
		height: 75px;
	}
	
	#emailPopUpName {
		width: 155px;
	}	
	
	#emailPopUpEmail {
		width: 155px;
	}
	
	#emailPopUpLoading {
		margin-top: 20px;
		height: 100px;
		background-image: url('img/loading.gif');
		background-repeat: no-repeat;
		background-position: center;
	}
	
	/*Calendar Styles*/
	.calEvent {
		border-bottom: 1px solid #ccc;
		padding-bottom: 5px;
		padding-top: 5px;
	}
	
	.calEvent h1 {
		font-size: 110%;
		font-weight: bold;
		margin: 0;
	}
	
	.calEvent p {
		margin: 0;
	}
	
	.calEvent h2 {
		font-size: 110%;
		font-weight: normal;
		margin: 0;
	}