			body {
				background-color: #4d8dbb;
				background-image: url('images/bg.gif');
				background-position: top center;
			}
			table#container {
				width: 75%;
			}
			td#content {
				padding: 15px;
			}
			* {
				font-family: trebuchet ms, tahoma, sans-serif;
			}
			td#main, td#main td {
				font-size: 13px;
			}
			h1 {
				margin: 0px 210px 15px 0px;
				padding: 0px 0px 3px 0px;
				border-bottom: 3px solid #27587c;
				font-size: 16px;
				color: #0d314a;
			}
			h2 {
				margin: 0px;
				padding: 0px;
				color: #2b4f7f;
				font-size: 16px;
			}
			p {
				margin: 0em 0em 1em 0em;
			}
			a {
				color: #d85729;
			}
			
			#tagline {
				padding-left: 40px;
				color: #d85729;
				font-style: italic;
				vertical-align: top;
			}
			#npca {
				width: 180px;
				text-align: right;
				color: #000;
				font-size: 16px;
			}
			#phoneNumber {
				width: 180px;
				text-align: right;
				color: #d85729;
				font-size: 20px;
				font-weight: normal;
			}
			
			#copyright {
				font-size: 12px;
				text-align: right;
				color: #2b4f7f;
				padding-top: 4px;
			}
			
			div#leftLinks ul {
				width: 180px;
				float: right;
				background-color: #bedcf1;
				background-image: url('images/rightNavBg.jpg');
				background-position: bottom right;
				background-repeat: no-repeat;
				border: 1px solid #0d314a;
				border-right: 10px solid #1c2646;
				padding: 0px;
				margin: 0px 0px 10px 20px;

				list-style: none;
			}
			
			div#leftLinks li {
				text-align: left;
				margin: 0px;
			}
			
			div#leftLinks li a {
				font-family: Tahoma;
				color: #1c2646;
				font-size: 13px;
				display: block;
				padding: 8px 5px 8px 10px;
				text-decoration: none;
				height: 1%;
			}
			
			div#leftLinks li a:hover {
				color: #fff;
				text-decoration: none;
				background-color: #d85729;
			}
			
			table.photos {
				margin-top: 4px;
				background-color: #ddd;
				border: 1px solid #474e63;
				color: #1c2646;
				width: 550px;
			}
			
			table.photos td {
				text-align: center;
				padding: 10px;
			}
			
			table.photos tr.caption td {
				font-size: 12px;
				text-align: center;
				vertical-align: top;
				padding: 0px 20px 10px 20px;
			}
			
			table.blueprints {
				border: 1px solid #474e63;
				background-color: #ddd;
				color: #1c2646;
				font-size: 13px;
				width: 550px;
			}
			table.blueprints td {
				border-bottom: 1px solid #aaa;
			}
			div.topLink {
				float: right;
			}
