	html {
		margin: 0px;
		padding: 0px;
		z-index:1;
	}

	body {
		font: 11px Georgia;
		font-weight: normal;
		background: #EAEAEB url('gifs/bground.gif') repeat;
		background-position: center;
		margin: 0;
		padding: 0 0 20px 0;
		text-align: center;
	}

	td {
		font: 11px Georgia;
		font-weight: normal;
	}
	
	#container {
		background: #FFF url('gifs/HeaderImage.jpg') no-repeat;
		position:relative;
		width: 780px;
		margin: 0 auto;
		padding-top: 340px;
		text-align: left;
	}
	
	#lside {
		float:left;
		width: 130px;
		padding: 0 0 0 20px;
		text-align: left;
	}
	
	#body {
		float:left;
		width: 430px;
		padding-top: 0px;
		margin: -60px 0 60px 0;
	}

	#bodyNoRside {
		float:left;
		width: 620px;
		padding: 0 10px 0 0;
		margin: -60px 0 60px 0;
	}
	
	#rside {
		float: left;
		width: 160px;
		padding: 0 10px 0 24px;
		margin: -60px 0 0 0;
	}
	
	#blueHorizonText {
		position:absolute;
		left:230px;
		top:140px;
		width: 440px;
		color: white;
		font-family: Georgia,Garamond,Times;
		font-size:12px;
		font-weight: normal;
		z-index: 99;
	}	
	
	.rsideQuoteText {
		margin: 0px;
		color: #104468;
		font-family: Georgia,Garamond,Times;
		font-size: 14px;
		font-style: italic;
		text-align: right;
	}

	.bold {
		font-weight: bold;
	}
	
	.boldHeader {
		font-size:16px;
		font-weight: bold;
	}

	.sectionHeader {
		font-family: Georgia, Garamond;
		font-size: 21px;
		font-weight: bold;
		color: #104468;
		font-style: italic;
		margin-bottom: 10px;
	}

	.formInput {
		font-size:11px;
		width:160px;
	}

	.btnSubmit {
		background:#2F6D99;
		border-top:2px solid #eee;
		border-left:2px solid #eee;
		border-right:2px solid #104468;
		border-bottom:2px solid #104468;
		color:#fff;
		font-size:11px;
		font-weight:bold;
	}	
	
	p {
		font: 12px Georgia;
		text-align: justify;
	}

	p.title {
		font: 16px Georgia bold;
		text-align: justify;
		border-bottom: 1px solid #000;
	}	
	
	#birthdays p {
		font-size: 10px;
	}
	
	a, a:visited {
		color: #000;
		text-decoration: underline;
	}

	a:hover {
		color: #C00;
		text-decoration: none;
	}	

	a.bold, a.bold:visited {
		color: #000;
		text-decoration: underline;
		font-weight:bold;
	}

	a.bold:hover {
		color: #C00;
		text-decoration: none;
		font-weight:bold;
	}	
	
	a.lside, a.lside:visited {
		font-size: 16px;
		font-weight: bold;
		color: #104468;	
		text-decoration: underline;
		line-height: 24px;
	}

	a.lside:hover {
		font-size: 16px;
		font-weight: bold;
		color: #C00;
		text-decoration: none;
		line-height: 24px;
	}	
	