
	body {
		text-align: center;
	}
	
	a {
		text-decoration: none;
		color: blue;
	}
	
	#frame {
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid #517090;
		text-align: left;
		width: 760px;
		background: #9e8954;
	}
	
	#left {
		width: 150px;
		float: left;
	}
	
	#menu {
		padding: 10px;
	}
	
	#menu a {
		color: #fff;
		display: block;
		font-weight: bold;
		padding: 3px;
		
	}
	
	#menu a:hover {
		color: #6c5a2c;
	}
	
	#main {
		background: #fff;
		width: 610px;
		float: left;
	}
	
	#logo {
		margin-left: 20px;
		margin-top: 20px;
		height: 110px;
	}
	
	#content {
		margin: 20px;
		margin-top: 0;
	}
	
	#footer {
		padding: 10px;
	}
	
	#footer a {
		color: #9e8954;
		text-decoration: none;
		padding-left: 10px;
		background: #fff;
	}
	
	.logoText {
		font: 270% Arial;
		color: #79797d;
	}
	
	.straplineText {
		font: 120% Arial;
		color: #929295;
	}
	
	#footer a:hover {
		color: #6c5a2c;
		background: #fff;
	}
	
	#submenu {
		padding-left: 5px;
	}
	
	.sectionSelected {
		background: #c9ba99;
	}
	
	.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;
	}
