body {
	font-family: Times, TimesNR, "New Century Schoolbook",serif;
	font-size: 100%;
}

#container_homepage {
	width: 794px;
	background-color: #E2ECFA;
	margin: auto;
	padding: 0px;
	text-align: left;
	border: 0px #000000 solid;
}

#container {
	width: 794px;
	background-color: #FFFFFF;
	margin: auto;
	padding: 0px;
	text-align: left;
	border: 0px #000000 solid;
}

#navbar {
	display: block;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	height: 2.5em; 	/* Note taller menu items. See header1_homepage & header1 below */
	overflow: hidden;
	border-right: 1px #EBEBEB solid;
	margin: 0px 0px 0px 0px;
	text-align: center;
	border: 0px #000000 solid;

}

#navbar a {
	float: left;
	white-space: nowrap;
	border-right: 1px #EBEBEB solid;
	background-color: #2761B8;		
	padding: 6px 14px 4px 14px;	/* Padding for main menu items */
	color: #EBEBEB;			/* Text color for all menu items */
	text-decoration: none;
	overflow: hidden;
}

#navbar a:hover {
	background-color: #EBEBEB;	/* White background on hover for all menus */
	color: #2761B8;			/* Blue characters on hover on all menus */
}

#navbar ul {
	margin: 0px 0px 0px 0px;
	padding:0;
	list-style-type: none;
	z-index: 10000;

}


#navbar .active {
	background-color: maroon;
}

#navbar li {
 display: block;

}

#navbar li:hover {
  cursor: pointer;
}

#navbar ul li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;

  margin-top: 1.6rem;
  margin-left: 673px;
  display: none;
}

#navbar ul li ul a {
  min-width: 90px;


}

#navbar ul li:hover > ul,
ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

#navbar ul li ul li {
  clear: both;
  width: 100%;
}

#header1_homepage {
	position: relative;
	margin-top: 26px; /* Note change in top margin to accommodate taller menu items */
	margin-left: 12px;
	width: 760px;
	text-align: center;
	font-size: 200%;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #2761B8;
	background-color: #E2ECFA;

	}

#header2_homepage {
	position: relative;
	margin-top: 8px;
	margin-left: 0px;
	width: 780px;
	text-align: center; 
	font-size: 200%;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #2761B8;
	background-color: #E2ECFA;

	}


#header1 {
	position: relative;
	margin-top: 26px;  /* To use this menu version, a change here to 26px may be necassary */
	margin-left: 12px;
	width: 760px;
	text-align: center;
	font-size: 200%;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #2761B8;
	/* background-color: #E2ECFA; */
	}

#header2 {
	position: relative;
	margin-top: 8px;
	margin-left: 0px;
	width: 780px;
	text-align: center; 
	font-size: 200%;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #2761B8;
	/* background-color: #E2ECFA; */
	}

#logo1 {
	position: relative;
	margin-top: 30px;
	margin-left: 162px;
	width: 180px;
	border-width: 4px;
	border-color: #2761B8;
	border-style: ridge;	
	padding: 6px 6px 2px 6px;
	border-right-width: 4px;
	}

#logo2 {
	position: relative;
	margin-top: -194px;
	margin-left: 399px;
	width: 229px;
	border-width: 4px;
	border-color: #2761B8;
	border-style: ridge;	
	padding: 6px 6px 2px 6px;
	border-left-width: 4px;
	}

#lineOne {
	background: #2761B8;  		/* Box color */
	border: 0px solid #2761B8;	/* Box border size and color */
	position: relative;		/* Box position is absolute to entire page */
	width: 760px;  			/* Width of box */
	height: 2px;			/* Height of box */
	margin: 30px 0px 0px 12px; 	/* Position of box within entire page */
	}

#mainContent {
	position: relative;	
	margin-left: 64px;
	margin-top: 30px;
	width: 706px;
	height: 290px;
	padding: 0px 10px 0px 0px;
	background: #E2ECFA;
	border: 0px solid #990000;
}

#text {
	position: relative;	
	margin-left: 0px;
	margin-top: 4px;
	width: 756px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/* background-color: #E2ECFA; */
}


#lineTwo {
	background: #2761B8;  		/* Box color */
	border: 0px solid #263f73;	/* Box border size and color */
	position: relative;		/* Box position is relative to entire page */
	width: 760px;  			/* Width of box */
	height: 2px;			/* Height of box */
	margin: 30px 0px 0px 16px; 	/* Position of box within entire page */
	}

#footer-1 {
	position: relative;
	margin-top: 6px;
	margin-left: 111px;
	width: 588px;
	text-align: center;
	font-size: 85%;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	}

#footer-2 {
	position: relative;
	margin-top: 2px;
	margin-left: 114px;
	width: 588px;
	text-align: center;
	font-size: 85%;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	}

#footer-3 {
	position: relative;
	margin-top: 10px;
	margin-left: 111px;
	width: 588px;
	text-align: center;
	font-size: 70%;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	}

#footer-4 {
	position: relative;
	margin-top: -13px;
	margin-left: 425px;
	font-size: 70%;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	}

#footer-5 {
	position: relative;
	margin-top: -13px;
	margin-left: 602px;
	font-size: 70%;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	}

#lineThree {
	background: #2761B8;  		/* Box color */
	border: 0px solid #263f73;	/* Box border size and color */
	position: relative;		/* Box position is relative to entire page */
	width: 760px;  			/* Width of box */
	height: 2px;			/* Height of box */
	margin: 8px 0px 0px 16px; 	/* Position of box within entire page */
	}

#footer-6 {
	position: relative;
	margin-top: 2px;
	margin-left: 107px;
	width: 588px;
	text-align: center;
	font-size: 70%;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	}

#lineFour {
	background: #2761B8;  		/* Box color */
	border: 0px solid #263f73;	/* Box border size and color */
	position: relative;		/* Box position is relative to entire page */
	width: 760px;  			/* Width of box */
	height: 3px;			/* Height of box */
	margin: 150px 0px 0px 86px; 	/* Position of box within entire page */
	}

#group1 {
	position: relative;
	margin: 35px 0px 0px 86px;
}

#group1_title {
	position: relative;
	margin: 0px 0px 0px 110px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
}

#group2 {
	position: relative;
	margin: -157px 0px 0px 241px;
}

#group2_title {
	position: relative;
	margin: 0px 0px 0px 261px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
}

#group3 {
	position: relative;
	margin: -157px 0px 0px 396px;
}

#group3_title {
	position: relative;
	margin: 0px 0px 0px 430px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
}

#group4 {
	position: relative;
	margin: -157px 0px 0px 551px;
}

#group4_title {
	position: relative;
	margin: 0px 0px 0px 569px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
}

#group5 {
	position: relative;
	margin: -157px 0px 0px 706px;
}

#group5_title {
	position: relative;
	margin: 0px 0px 0px 730px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
}

#group6 {
	position: relative;
	margin: 20px 0px 0px 86px;
}

#group6_title {
	position: relative;
	margin: 0px 0px 0px 108px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
}

#group7 {
	position: relative;
	margin: -157px 0px 0px 241px;
}

#group7_title {
	position: relative;
	margin: 0px 0px 0px 267px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
}

#group8 {
	position: relative;
	margin: -157px 0px 0px 396px;
}

#group8_title {
	position: relative;
	margin: 0px 0px 0px 420px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
}

#group9 {
	position: relative;
	margin: -157px 0px 0px 551px;
}

#group9_title {
	position: relative;
	margin: 0px 0px 0px 588px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
}

#group10 {
	position: relative;
	margin: -157px 0px 0px 706px;
}

#group10_title {
	position: relative;
	margin: 0px 0px 0px 727px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
}

#group11 {
	position: relative;
	margin: 20px 0px 0px 86px;
}

#group11_title {
	position: relative;
	margin: 0px 0px 0px 101px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
}

#group12 {
	position: relative;
	margin: -157px 0px 0px 241px;
}

#group12_title {
	position: relative;
	margin: 0px 0px 0px 265px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
}

#group13 {
	position: relative;
	margin: -157px 0px 0px 396px;
}

#group13_title {
	position: relative;
	margin: 0px 0px 0px 430px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
}

#group14 {
	position: relative;
	margin: -157px 0px 0px 551px;
}

#group14_title {
	position: relative;
	margin: 0px 0px 0px 603px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
}

#group15 {
	position: relative;
	margin: -157px 0px 0px 706px;
}

#group15_title {
	position: relative;
	margin: 0px 0px 0px 754px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
}

#group16 {
	position: relative;
	margin: 20px 0px 0px 86px;
}

#group16_title {
	position: relative;
	margin: 0px 0px 0px 131px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
}

#group17 {
	position: relative;
	margin: -157px 0px 0px 241px;
}

#group17_title {
	position: relative;
	margin: 0px 0px 0px 263px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
}

#lineFive {
	background: #2761B8;  		/* Box color */
	border: 0px solid #263f73;	/* Box border size and color */
	position: relative;		/* Box position is relative to entire page */
	width: 760px;  			/* Width of box */
	height: 2px;			/* Height of box */
	margin: 20px 0px 0px 90px; 	/* Position of box within entire page */
	}



#sliderBox {
	position: absolute;
	margin-left: 1px;
	margin-top: 40px;
	width: 942px;
	height:630px;
	background-color: #E2ECFA;
	border: 0px solid #000000;
}

#bigBlueX {
	position: absolute;
	margin-left: 918px;
	margin-top: 36px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 160%;
	color: #2761B8;
}

#bigBlueX a:link {
	color: #2761B8;
	text-decoration: none;
}

#bigBlueX a:visited {
	color: #2761B8;
	text-decoration: none;
}

#lineSeven {
	background: #2761B8;  		/* Box color */
	border: 0px solid #263f73;	/* Box border size and color */
	position: relative;		/* Box position is relative to entire page */
	width: 760px;  			/* Width of box */
	height: 2px;			/* Height of box */
	margin: 50px 0px 0px 100px; 	/* Position of box within entire page */
}



#footer-12 {
	position: relative;
	margin-top: 2px;
	margin-left: 181px;
	width: 588px;
	text-align: center;
	font-size: 70%;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	}



#footer-18 {
	position: relative;
	margin-top: 2px;
	margin-left: 181px;
	width: 588px;
	text-align: center;
	font-size: 70%;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	}

#mit {
	position: relative;
	margin-top: 0px;
	margin-left: 181px;
	width: 588px;
	text-align: center;
	font-size: 70%;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
}

