@charset "UTF-8";
/* CSS Document */

body {
	background: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
	padding-top: 20px;
}
		
	#bgbar {
		background: #ffffff;
		background-image: url(bg1.png);
		background-repeat: repeat-x;
		height: 335px;
	}
	
			#bgbar2 {
				background: #ffffff;
				background-image: url(bg2.png);
				background-repeat: repeat-x;
				height: 157px;
			}
		
		img.logo {
			height: 145px;
			width: 646px;
			position: relative;
			padding: 78px 0px 0px 0px;
		}
		
			img.logo2 {
				height: 102px;
				width: 448px;
				position: relative;
				padding: 32px 0px 0px 0px;
			}

#container {
	width: 800px;
	margin: auto;
	text-align: left;
	padding-top: 40px;
	padding-bottom: 50px;
}

		h1 {
			font-size: 40px;
			padding-bottom: 8px;
			margin-left: -50px;
		}
		
		h2 {
			font-size: 25px;
			padding-bottom: 8px;
		}
		
		h3 {
			font-size: 25px;
			padding-top: 30px;
			margin-bottom: -5px;
		}
		
		p {
			font-size: 18px;
			padding-top: 20px;
		}
		
		a {
			text-decoration: none;
			color: blue;
		}
		
			a:hover {
				text-decoration: none;
				color: red;
			}
			
			a:visited {
				text-decoration: underline;
				color: purple;
			}