.wrapper {
	max-width: 1000px;
	margin: 0 auto ;
	background: #008fff;
}

body { background: #008fff; }

a { text-decoration: none; color: #00015b; }
a:hover { color: white; }
/* a:visited { color: #00015b; } */

* {	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;

/* Warning: Needed for oldIE support, but words are broken up letter-by-letter
-ms-word-break: break-all;
word-break: break-all;
Non standard for webkit
word-break: break-word;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;  */

word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}

.menuBar { margin: 0 auto; }

.bottomMenu { 	margin: 0 auto; padding: 30px 0; max-width: 1000px; }
.bottomMenu li { position: relative; display: inline-block; padding: 8px 18px; margin: 0; background: white; border: 1px solid black; }
.bottomMenu li a:hover { color: blue; }

/* ----------------------------------------------------------------- */
.menuDropDown {
	margin: 0 auto;
	padding: 10px 0;
	max-width: 1000px;
}

.menuDropDown li {
    position: relative;
	display: inline-block;
	padding: 8px 18px;
	margin: 0;
	background: radial-gradient(at 50%,#ffffff,#7cafe9);
	border: 1px solid black;
}

.menuDropDown ul li a {
 	text-decoration: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: 400;
	color: blue;
	font-size: 1em;
	display: block;
}

/* .menuDropDown ul li:hover, ul li a:hover {
	background: #ffffff;
	color: red;
} */

.menuDropDown ul li ul {
	z-index: 1;
	position: absolute;
	top: 34px;
	left: 0px;
	display: none;
	opacity: 0;
	visibility: hidden;
}

.menuDropDown ul li ul li {
 	margin: 0;
	padding: 0 4px 0 4px;
	display: block;
	font: bold 12px/24px sans-serif;
	color: blue;
	text-align: left;
    background: #ffffff;
/*    background: rgba(219,229,241,0.7); */
	white-space: nowrap;
}

.menuDropDown ul li ul li a { 
	display: block;
  font: bold 12px/24px sans-serif;
  background: none;
  color: blue;
min-width: 100px;
}

.menuDropDown ul li ul li a:hover { 
	background: blue;
	color: white;
}

.menuDropDown ul li ul li:hover {
	background: blue;
	color: white;
} 

.menuDropDown ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.homeMainImage { margin: 20px auto 40px; max-width: 100%; }

.homeMainImage2 { margin-top: 20px; max-width: 100%; }

.imageHolder { max-width: 1000px; margin: 20px auto 0px; }

.tableMenu { font-size: 24px; }

.tableMenu td { padding: 30px; }

.bodyText { font-size: 16px; background: white; padding-bottom: 40px; margin-top: 20px; margin-bottom: 20px; border-radius: 24px; box-shadow: 5px 5px 5px #bbbbbb; max-width: 700px; }

.bodyText p { padding: 5px 40px 25px; text-align: left; font-weight: 100; }

.bodyText h2 { text-align: left; padding-left: 40px; }

.bodyText h3 { text-align: left; padding-left: 40px; }

.bodyText em { line-height: 200%; font-weight: 100; }

.bodyText strong { line-height: 200%; font-size: 120%; }

.links a:hover { color: blue; }










.footerLinks {
	text-align: center;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin: 80px 0;
	color: black;
}

.footerLinks li {
	padding: 4px 18px;
	display: inline-block;
	font-size: 12px;
	color: black;
}

.footerLinks li:hover {
	color: blue;
}

.footer {
	margin: 0 auto;
	font-size: 12px;
	color: #444444;
	padding-bottom: 40px;
	text-align: center;
	}


.hidden {
	display: none;
}

.clearFix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
}


