body {
	background: #FFF;
	font-family: Georgia, Helvetica, Arial, Verdana, Tahoma, sans-serif;
	text-align: center;
}

#HeaderBorder {
	border: 1px solid #BDBDBD;
	margin: 0 auto;
	-moz-border-radius: 6px;
	width: 800px;
}

	#Header {
		background: #FFF url(headerbg.gif) repeat-x;
		border: 1px solid #FFF;
		height: 75px;
		-moz-border-radius: 6px;
	}

#Content {
	border: 1px solid #DDD;
	margin: 10px auto;
	padding: 20px;
	text-align: justify;
	width: 760px;
}

	#Content h1 {
		border-bottom: 1px dotted #18598C;
		font-size: 18px;
		margin-bottom: 0;
	}

	#Content p.Subtitle {
		color: #18598C;
		font-size: 12px;
		margin-top: 0;
	}

	#Content h2 {
		font-size: 16px;
	}

	#Content p {
		color: #222;
		font-size: 14px;
		line-height: 120%;
	}

#Footer {
	border-top: 1px solid #18598C;
	margin: 0 auto;
	width: 800px;
}

	#Footer ul {
		list-style: none;
		margin: 0 auto;
		padding: 0;
		width: 140px;
	}

		#Footer ul li {
			float: left;
			margin: 0;
		}

			#Footer ul li a {
				color: #18598C;
				font-size: 12px;
				text-decoration: none;
			}

				#Footer ul li a:hover {
					border-bottom: 1px solid #18598C;
					color: #000;
				}

				#Footer ul li .Divider {
					color: #999;
					margin: 0 4px;
				}
