.pageborder {
	border: 1px solid #036868;
	text-align: center;
}
.header-BG {
	background-image: url(images/EBI_header.png);
	background-repeat: no-repeat;
}
.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.nav-BG {
	background-image: url(images/nav-bg.png);
	background-repeat: repeat-y;
	background-position: top;
}
.nav-Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333581;
	text-align: left;
	padding-left: 0px;
	list-style-image: url(images/bullet-red.gif);
	line-height: 28px;
}
.nav-Text a{
	text-decoration: none;
	color: #333581;
}
.nav-Text a:hover{
	color:#CC0000;
	text-decoration: none;
}
.address-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333581;
	padding-left: 15px;
}
.padding-body {
	padding: 15px;
}
.page-titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	padding-left: 15px;
}
.photo-padding {
	margin: 15px;
	text-align: left;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 0px 15px;
	display: block;
	text-align: left;
}

#menu {
width: 182px; /* set width of menu */
} 

#menu ul { 
list-style-image: url(images/bullet-red.gif);
list-style-position: outside;
padding-left: 7px;
line-height: 28px;
text-align: left;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font: bold 12px arial, helvetica, sans-serif;
margin: 0;
}

#menu a {
color: #333581;
text-decoration: none;
}

#menu a:hover {
color: #CC0000;
}

#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 115%;
	background-color:#333581;
	color: #FFFFFF;
	font: bold 12px arial, helvetica, sans-serif;
	list-style: none;
	margin: 0px;
	line-height: 28px;
	border: 1px solid #FFFFFF;
}

#menu ul ul a{
  color: #FFFFFF;
}

#menu ul ul a:hover{
  color:#FFFF99;
}

#menu ul ul ,
#menu ul  li:hover ul ul
{display: none;}

#menu ul li:hover ul,
#menu ul ul li:hover ul
{display: block;}

/*--- menu from Schuylerville --*/

/* NOTES:																	*/
/* -These parameters currently only are exact for font-size: 12px;			*/

#nav {
	list-style-image: url(images/bullet-red.gif);
}
#nav, #nav ul {
	margin: 0;
	font: bold 12px arial, helvetica, sans-serif;
	float : left; /* */
	width: 182px; /* set width of menu */
	text-align: left;
}
#nav ul {
	padding-left: 20px;
	line-height: 28px;
	color: #333581;
	text-decoration: none;
}
#nav li {
	position : relative;
	float : left;
	line-height : 1.85em;
	clear: left;
	color: #333581;
}

#nav li ul {
	position : absolute;
	left: -999em;
	margin-left : 13.5em;
	margin-top : -1.95em;
	background-color:#62A1A1;
	color: #FFFFFF;
	font: bold 12px arial, helvetica, sans-serif;
	list-style: none;
	line-height: 28px;
	border: 1px solid #FFFFFF;
}

#nav li ul a {
  color: #ffffff;
}
#nav li ul a:hover {
  color: #ffffff;
	background-color: #9AC2C2;
}

/* #nav li ul ul { third-and-above-level lists 
	position : absolute;
	left: -999em;  /* DO NOT CHANGE - this is the code to "hide" sub-menus by sliding them off screen to left */
	/*margin-left : 12.6em;
	margin-top : -2em;
	
} */

#nav li a {
	width: 14em;
	display: block;
	color: #333581;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0.5em;
	line-height: 24px;
}

#nav li a:hover {
	color: #CC0000; /* Menu "Over" text color */
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em; /* DO NOT CHANGE - this is the code to "hide" sub-menus by sliding them off screen to left */
	color: #ffffff;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto; /* DO NOT CHANGE - this is the code to "show" menus by returning them to screen */
}

#content {
	margin-left : 14em;
	font-family: Arial, Helvetica, sans-serif;
	color: #6666CC;
}.numbered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.red-italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	padding-right: 25px;
	text-align: justify;
}
.numbered-copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-align: justify;
	padding-right: 25px;
}
.padding-15 {
	padding-left: 15px;
}
.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	padding-left: 15px;
}

