	
	body {
		text-align: center;
	}
	
	a {
		color: blue;
		text-decoration: none;
	}
	
	#frame {
		width: 772px;
		border: 1px solid #ccc;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		background: #d9dbdb;
	}
	
	#main {
		width: 560px;
		float: left;
		background: #fff;
	}
	
	#header {
		height: 300px;
		background-image: url(img/header.gif);
		background-repeat: no-repeat;
	}
	
	#logo {
		padding: 30px;
		padding-top: 230px;
		
		height: 50px;
	}
	
	.logoText {
		font-size: 450%;
		font-weight: bold;
		color: #fff;
	}
	
	.straplineText {
		font-size: 80%;
		font-weight: normal;
		color: #fff;
		margin-top: 20px;
	}
	
	
	#menuColumn {
		width: 210px;
		float: left;
		background: #d9dbdb;
	}
	
	#menu {
		margin: 10px;
		margin-top: 300px;
	}
	
	#menu a {
		display: block;
		color: #000066;
		font-weight: bold;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 3px;
	}
	
	#menu a:hover {
		color: #fff;
		background: #417aa0;
	}
	
	#submenu a {
		font-size: 11px;
		font-weight: normal; 
		border-bottom: none;
		
	}
	
	#content {
		margin: 30px;
	}
	
	
	#footer {
		margin-top: 10px;
		width: 772px;
		margin-left: auto;
		margin-right: auto;
		
	}
	
	#footer a {
	background: #fff;
		color: #808080;
		padding: 5px;
	}
	
	.sectionSelected {
		color: #fff;
		background: #417aa0;
	}
	
	.pageSelected {
		text-decoration: underline;
	}
	
	/*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;
	}
	
	.simpleForm {
		margin-top: 10px;
		padding: 10px;
		border: 1px solid #ccc;
	}
	
	.simpleForm label {
		margin-top: 4px;
		float: left;
		width: 100px;
		font-weight: bold;
	}
	
	.simpleForm h4 {
		margin-top: 0;
		border-bottom: 1px solid #efefef;
		display: block;
	}
	
	.simpleFormRow {
		padding-bottom: 4px;
	}