﻿/* Stylesheet for website layout*/

		body {
			background: #527483;
			margin: 0;
			border-collapse: collapse;
			z-index: -4;
		}
		
		#header {
            position: relative;
			margin: 0;
			border: 0;
			padding: 0;
			width: 900px;
			height: 160px;
			background: #527483;
		}
		
		#navigation {		
			position: absolute;
			top: 160px;
			left: 0;
			color: white;
			width:180px;
			padding-left: 5px;
		}
		
		#navigation ul {
			border: 0;
			margin: 0;
			padding: 0;
			list-style: none;
			line-height: 70px;
			background: #527483;
			}
			
		#navigation p {
			border: 0;
			padding: 0;
			margin: 0;
		}
		
		#navigation li {
			border: 0;
			padding: 0;
			margin: 0;
		}
		
		#navigation ul a {
			color: #a3d4e5;
			text-decoration: none;
			font-size: 18px;
			font-family: "Verdana", Helvetica, sans-serif;
			display: block;
			margin: 20px 0 0 0;
			padding: 0 0 0 65px;
			background: url(../images/button.jpg);
			/*border: solid 1px #49432f;*/
			}
			
			
		
		#navigation a:hover {
			color: #000;
			background: url(../images/button2.jpg);
			/*border: solid 1px #49432f;*/
		}
		
		#content {
			border-left: 200px solid #527483;
			border-top:0;
			border-bottom:0;
			border-right:0;
			padding: 15px 50px;
			background: #527483 url(../images/hbrv2body.jpg) no-repeat;
			color: white;
			font-family: verdana, Helvetica, sans-serif;
			min-height: 600px;
			width: 700px;
			font-size: 0.9em;
		}
		
		#header h1 {
				font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
				font-style: italic;
				color: #a3d4e5;
				font-size: 36pt;
				letter-spacing: 6pt;
				border: 0;
				margin: 20px 0 0 20px;
				position: absolute;
				top: 0;
				left: 0;
				z-index: 2;

			}
		
		#header h2 {
				font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
				color: #1c252c;
				font-size: 24pt;
				font-style: italic;
				letter-spacing: 4pt;
				border: 0;
				margin: 0 0 0 200px;
				z-index: 2;
				position: absolute;
				top: 80px;
				left: 0;
			}
		
			#header h1.shadow1 {
				font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
				font-style: italic;
				color: #1c252c;
				font-size: 36pt;
				letter-spacing: 6pt;
				position: absolute;
				top: 2px;
				left: 2px;
				border: 0;
				margin: 20px 0 0 20px;
				z-index: 1;
			}
			
			#header h2.shadow2 {
				font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
				font-style: italic;
				color: #a3d4e5;
				font-size: 24pt;
				letter-spacing: 4pt;
				position: absolute;
				top: 81px;
				left: 1px;
				z-index: 1;
				border: 0;
				margin: 0 0 0 200px;
			}
		
		#container {
			position: relative;
			width: 906px; /* width + border for IE 5.x */
			w\idth: 900px; /* real width */
			border: 0;
			padding: 0;
			margin: auto;
			background:#527483;
			/*border-width: 0 3px 3px 0;
			border-right: solid #ccc;*/
		}
		
		#contentbacker {
			margin: 25px 40px;
			border: 0;
			padding: 10px;
			