@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #2c6c9e;
}
.menuFont {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
}

.banner {
	height: 100px;
	margin: 10px;
	padding: 0px;
	text-align: center;
}
.menu {
	text-align: center;
	height: 50px;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.menuBox {
	text-align: center;
	margin: 10px;
	padding: 0px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.bottomNav {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	height: 50px;
}
.bottomNavBox {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	margin: 15px;
}
a:hover {
    color: #cd0000;
    text-decoration: none;
	text-shadow: 1px 1px 1px #ffffff;

}
.lightPurple {
	color: #cfbac8;
	text-decoration:none
}
.lightCoral {
	color: #f8b091;
	text-decoration:none
}
.lightSalmon {
	color: #fbb9b7;
	text-decoration:none
}
.lightTeal {
	color: #8feceb;
	text-decoration:none
}
.lightYellow {
	color: #fcfa74;
	text-decoration:none
}
.lightGreen {
	color: #a7ec79;
	text-decoration: none
}
.lightPeach {
	color: #fcd5b0;
	text-decoration: none
}
.lightBlue {
	color: #66b7ea;
	text-decoration:none
}
.menu2 {
	text-align: left;
	height: auto;
	margin: 10px;
	padding: 10px;
	/* [disabled]font-size: 18px; */
	/* [disabled]color: #FFF; */
	/* [disabled]font-weight: bold; */
	font-family: "Times New Roman", Times, serif;
	float: left;
	width: 600px;
	position: fixed;
	left: 0px;
	top: 0px;
	list-style-type: square;
}
.MenuHeading {
	font-size: 26px;
	color: #A2C7E6;
	font-family: "Times New Roman", Times, serif;
}
li {
	list-style-type: square;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	text-decoration: none;
	font-size: 30px;
}
.imgPosition {
	text-align: bottom;
}
