body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	width: 900px;
	margin: 30px auto;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	padding: 0px;
	margin: 20px 0px 0px 0px;
}
h1 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	padding: 0px;
	margin: 20px 0px 0px 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	padding: 8px 20px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	padding: 0px;
	margin: 20px 0px 20px 0px;
	border-bottom: solid 1px #999999;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	padding: 0px;
	margin: 20px 0px 0px 0px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}
.pLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	text-decoration: underline;
}
.pLink:hover {
	text-decoration: none;
}
#banner {
	float: left;
	width: 600px;
	font-size: 12px;
}
#contact {
	float: right;
	width: 250px;
	font-size: 12px;
}
#contact p {
	font-size: 12px;
}
.clearBoth {
	clear: both;
	height: 1px;
	border-bottom: solid 0px #999999;
}
.links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.links:hover {
	color: #666666;
	text-decoration: underline;
}
.mainLinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	padding: 8px 20px;
	margin-right: 10px;
}
.mainLinks:hover {
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
}
#footer {
	margin-top: 38px;
	font-size: 12px;
}
.picShadow {
	box-shadow: 3px 3px 5px #999999;
}
.buttonLink {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	padding: 10px 20px;
	border: 1px solid #666666;
	border-radius: 16px;
	box-shadow: 3px 3px 5px #999999;
	text-decoration:none;
}
.buttonLink:hover {
	color: #999999;
	box-shadow: 0px 0px 0px #999999;
}
