/* CSS Document */
.MenuButton {
	font-family: Century Gothic;
	font-size: medium;
	background-color: #FFFFFF;
	width: 150px;
	margin-bottom: 5px;
	font-weight: bold;
}

.MenuButton a {
	text-decoration: none;
	color: #000000;
}

.MenuButton a:hover {
	text-decoration: underline;
	color: #008000;
}

.GreenBlock {
	margin-right: 2px;
	border: thin solid #008000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-image: url(images/bullet.gif);
	height: 15px;
	width: 15px;
	vertical-align: top;
}

.QuoteBlock {
	border: thin solid #008000;
	font-family: Century Gothic;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #91DE94;
	text-align: center;
	margin-top: 30px;
	padding: 5px;
}

.Title {
	font-family: Century Gothic;
	font-size: xx-large;
	color: #000000;
	text-decoration: none;
}

.ContactBlock {
	border: thin solid #008000;
	font-family: Century Gothic;
	font-size: medium;
	text-decoration: none;
	background-color: #FFFFF;
	text-align: center;
	padding: 5px;
	margin-top: 20px;
}

.MainBlock {
	border: thin solid #008000;
	font-family: "Century Gothic";
	font-size: medium;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	padding: 5px;
}

.LanscapeBlock {
	border: thin solid #EEEEEE;
	font-family: Century Gothic;
	font-size: medium;
	text-decoration: none;
	background-color: #FFFFF;
	text-align: center;
	padding: 5px;
}
