@charset "utf-8";
a.topMenu:link {
	font-family: Tahoma, Arial;
	font-size: 16px;
	background-image: url(../images/menuUp.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 60px;
	width: 176px;
	text-decoration: none;
	float: left;
	line-height: 55px;
	vertical-align: middle;
	color: #FF0000;
}
a.topMenu:visited {
	font-family: Tahoma, Arial;
	font-size: 16px;
	background-image: url(../images/menuUp.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 60px;
	width: 176px;
	text-decoration: none;
	float: left;
	line-height: 55px;
	vertical-align: middle;
	color: #FF0000;
}
a.topMenu:hover {
	font-family: Tahoma, Arial;
	font-size: 16px;
	background-image: url(../images/menuHover.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 60px;
	width: 176px;
	text-decoration: none;
	float: left;
	line-height: 55px;
	vertical-align: middle;
	color: #FFFFFF;
}
a.bottomMenu:link {
	font-family: Tahoma, Arial;
	font-size: 16px;
	text-decoration: none;
	color: #FF0000;
}
a.bottomMenu:visited {
	font-family: Tahoma, Arial;
	font-size: 16px;
	text-decoration: none;
	color: #FF0000;
}
a.bottomMenu:hover {
	font-family: Tahoma, Arial;
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
}
.imageWrapLeft {
	clear: both;
	float: left;
	margin: 4px;
	border: thin solid #FF0000;
}
.imageWrapRight {
	clear: both;
	float: right;
	margin: 4px;
	border: thin solid #FF0000;
}
.textMain {
	font-family: Tahoma, Arial;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	line-height: normal;
	list-style-type: circle;
}
.textFAQQuestions {
	font-family: Tahoma, Arial;
	font-size: 16px;
	color: #FF0000;
	text-decoration: none;
}

a.textMainLinks:link {
	font-family: Tahoma, Arial;
	font-size: 16px;
	color: #FF0000;
	text-decoration: none;
}
a.textMainLinks:visited {
	font-family: Tahoma, Arial;
	font-size: 16px;
	color: #FF0000;
	text-decoration: none;
}
a.textMainLinks:hover {
	font-family: Tahoma, Arial;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}

.subHead {
	font-family: "Monotype Corsiva", "Comic Sans MS";
	font-size: 36px;
	color: #FF0000;
	text-decoration: underline;
	line-height: normal;
}
