		body {
				margin-top: 0;
				background-color: #F2F2E8;
			}
			
			.container {
				width: 864px;
				margin: 0 auto;
				background: url('images/bg.gif') repeat-y #FFF right;
			}
			
			.footer {
				width: 778px;
				margin: 0 auto;
				text-align: center;
				height: 73px;
				clear: both;
				line-height: 73px;
				font-size: 12px;
				color: #FFF;
				font-family: Arial; 
				background: url('images/footer.gif') no-repeat #FFF right;
			}
			
			.footer a {
				color: #FFFF99;
				text-decoration: underline;
			}
			
			.header {
				width: 783px;
				margin: 0 auto;
				height: 230px;
				background: url('images/header.gif') no-repeat #FFF center;
			}
			
			#yellow {
				color: #FFFF99;
			}
			
			.header h1 {
				float: left;
				margin: 0;
				padding: 0;
				font-weight: normal;
				color: #FFF;
				padding-left: 73px;
				font-family: Georgia;
				font-size: 29px;
				line-height: 81px;
			}
			
			.header p {
				float: right;
				font-size: 12px;
				font-family: Arial;
				color: #FFF;
				line-height: 63px;
				padding-right: 17px;
				font-weight: bold;
			}
			
			.content {
				width: 783px;
				margin: 0 auto;
				font-family: Arial;
				font-size: 12px;
			}
			
			.left {
				float: left;
				width: 350px;
				border-right: 9px solid #f2f2f2;
				text-align: center;
			}
			
			.left p {
				color: #969696;
				text-align: center;
				font-weight: bold;
			}
			
			.right {
				float: right;
				width: 410px;
				padding-left: 5px;
			}
			
			.left li {
				list-style-image: url('images/bullet1.gif');
			}
			
			.right li {
				list-style-image: url('images/bullet2.gif');
				font-size: 11px;
			}
			
			.left a {
				color: #0D73A3;
			}
			
			.left #first {
				float: right;
				text-align: left;
				width: 150px;
			}
			
			.left #second { 
				float: left;
				text-align: left;
				width: 100px;
			}
			
			.right #first {
				float: left;
				margin-left: 15px;
				padding: 0;
				text-align: left;
				width: 40%;
			}
			
			.right #second { 
				float: right;
				text-align: left;
				padding: 0;
				width: 40%;
			}
			
			.right h1 {
				font-weight: normal;
				font-size: 21px;
				color: #0D73A3;
			}
			
			.right img {
				text-align: center;
				border: 0;
			}
			
			.content h1 {
				font-weight: normal;
				font-size: 21px;
				color: #0D73A3;
			}
			
			#links {
				text-align: center;
			}
			
			#links a {
				color: #0D73A3;
			}
