@charset "UTF-8";
/* CSS Document */

/* Padding happens in this order: TOP, RIGHT, BOTTOM, LEFT */
/* Padding is the space inside the div box and margin is the space outside the div box */

<!-- 
body  {
	background-color: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
/*	background-image: url(/common/images/bg_strip_afterschool.gif); */
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;	
	}

a:link {
	color: #0446be;
}

a:hover {
	color: #0446be;
	background-color: #f3f3f3;
	text-decoration: none;
}
a:visited {
	color: #0446be;
	background-color: none;
}

/*Skip Navigation on top link*/
a:link.skipit { color: #003333; font-size: 6px; text-decoration: none; } 
a:visited.skipit { color: #003333; font-size: 6px; text-decoration: none; } 
a:link:hover.skipit {
	color: #003333;
	font-size: 6px;
	background-color: #003333;
	text-decoration: none;
} 

#mainContent a:link { color: #0446BE;} 
#mainContent a:visited { color: #0446BE;} 
#mainContent a:link:hover {
	color: #0446BE;
	background-color: #F3F3F3;
	text-decoration: none;
} 


/* END Navigation on top link*/
.twoColFixLt #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(/connections/images/containerbg_connections.gif) repeat-y left;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 192px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #E1DD93 url(/connections/images/side-image.jpg) no-repeat top; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-left: 0px;
}
.twoColFixLt #mainContent {
	padding: 0px 25px 0px 0px; /* Padding happens in this order: TOP, RIGHT, BOTTOM, LEFT */
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 220px;
	background-color: #FFFFFF;
	padding-right: 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
	width:565px; 
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:510px;
  
}

.oneColFixLt #mainContent {
	padding: 0px 20px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;

	width:760px; 
	voice-family: "\"}\""; 
	voice-family:inherit;
	padding: 0px 30px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:730px;
}

.oneColFixLt #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:0px;
	color: #000000;
	line-height: 17px;
}


.nli {
	padding-left: 45px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 1px;
}

.olIndent {
	padding-left: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
	list-style-type: a;
	list-style-position: outside;
	text-indent: 1px;
}

.liNoIndent {
	margin-top: 0px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
	list-style-type: none;
	list-style-image: url(/images/bullet.gif);
	list-style-position: outside;
	text-indent: 0px;
}


.masthead {
	background-color: #012369;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-variant: normal;
	margin: 0px;
	padding: 0px;
	width: 760px;
	letter-spacing: 0.08em;
}
.masthead2 { display: none;  }

.logo {
	height: 72px;
	width: 148px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6px;
	color: #003333;
	text-align: center;
	padding-top: 0px;
}


.proftitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	color: #7EB6E9;
	text-align: left;
	vertical-align: middle;
	padding-bottom: 2px;
	width: 330px; }
	
.search {
	color: #d5dc91;
	text-align: left;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 4px;
	width: 229px;
	letter-spacing: 0.1em;
}

.cart { 
	text-align: right; width: 58px; border: none; }

	
.space {
	padding-right: 12px;
}

#navigationtop {
	background-color:#DBD265;
	text-transform: capitalize;
	padding: 0px;
	color: #003745;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	white-space: nowrap;
	height: 27px;
}
#navigationtop #navlistsr span {
	padding-right: 24px;
}



/*########ERIC Myer TAB STYLE########*/


#navlistsr
{
	font: bold 11px Verdana, sans-serif;
	background-color: #DBD265;
	margin-top: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#navlistsr li {
	list-style: none;
	margin: 0;
	display: inline;
}

#navlistsr li a {
	padding: 0px 3px 0px 3px;
	background: #DBD265;
	text-decoration: none;
}

#navlistsr li a:link { color: #0446BE; }
#navlistsr li a:visited {
	color: #0446BE;
}

#navlistsr li a:link:hover {
	color: #195972;
	background: #DBD265;
}

/* ******************************** */
/* START: CSS STYLES ADDED BY BRIAN */
.navlisttable {
	font: bold 11px Verdana, sans-serif;
	background-color: #DBD265;
}
.navlisttable a {
	padding: 0px 3px 0px 3px;
	background: #DBD265;
	text-decoration: none;
}

.navlisttable a:link { color: #003745; }
.navlisttable a:visited {
	color: #003333;
}

.navlisttable a:link:hover {
	color: #195972;
	background: #DBD265;
}
/* END: CSS STYLES ADDED BY BRIAN */
/* ******************************** */



/*########ERIC Myer TAB STYLE########*/

/*#########left side navigation########*/

div#nav {
	width: 190px;
	margin: 0px 0 0 0px;
/*	font-size: .80em; */
	font-size: 12px;
	background-color: #E1DD93;
}
div#nav ul {
	color:#0446BE;
	margin: 0;
	padding: 0px 0px 10px 0px;
	width: 190px;
	background: #E1DD93;
	
}
div#nav ul.level2 {background: #F9F9F9;}
div#nav ul.level3 {background: #F3F3F3;}
div#nav li {
	color:#0446BE;
	position: relative;
	list-style: none;
	margin: 0px 4px 0px 4px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #a93d1c;
}
div#nav li:hover {background: #F3F3F3; color:#0446BE;}
div#nav li.submenu:hover {background-color: #f6f2db; }
div#nav li a {color: #0446BE; display: block; padding: 0.25em 0 0.25em 0.5em;
  text-decoration: none; width: 15em; }
div#nav li a:link:hover {color: #0446BE; border-left-color: #eeeeee;  }
div#nav>ul a {width: auto; color:#0446BE;}
div#nav ul ul {position: absolute; top: 0; left: 15em;
  display: none;}
div#nav ul.level1 li.submenu:hover ul.level2, 
div#nav ul.level2 li.submenu:hover ul.level3 {display:block;}

div#nav li.subbullets:hover {background-color: transparent; }
td#bullets:hover {background: #f6f2db; }


/* ******************************** */
/* START: CSS STYLES ADDED BY BRIAN */
div#nav li.active {background-color: #ffffff; }
div#nav2 li.active {background-color: #ffffff; }
div#nav3 li.active {background-color: #ffffff; }
/* END: CSS STYLES ADDED BY BRIAN */
/* ******************************** */


/*#########left side navigation########*/


/*#########left side navigation  SECOND PART!!!!!!########*/

div#nav2 {
	width: 190px;
	margin: 0px 0 0 0px;
/*	font-size: .80em; */
	font-size: 12px;
	background-color: #E1DD93;
}
div#nav2 ul {
	color:#0446BE;
	margin: 0;
	padding: 0px 0px 10px 0px;
	width: 190px;
	background: #E1DD93;
	
}
div#nav2 ul.level2 {background: #F9F9F9;}
div#nav2 ul.level3 {background: #F3F3F3;}
div#nav2 li {
	color:#0446BE;
	position: relative;
	list-style: none;
	margin: 0px 4px 0px 4px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #a93d1c;
}
div#nav2 li:hover {background: #F3F3F3; color:#0446BE;}
div#nav2 li.submenu:hover {background-color: #f6f2db; }
div#nav2 li a {display: block; padding: 0.25em 0 0.25em 0.5em;
  text-decoration: none; width: 15em; }
div#nav2 li a:link:hover {color: #0446BE; border-left-color: #eeeeee;  }
div#nav2>ul a {width: auto; color:#0446BE;}
div#nav2 ul ul {position: absolute; top: 0; left: 15em;
  display: none;}
div#nav2 ul.level1 li.submenu:hover ul.level2, 
div#nav2 ul.level2 li.submenu:hover ul.level3 {display:block;}


div#nav3 {
	width: 190px;
	margin: 0px 0 0 0px;
/*	font-size: .80em; */
	font-size: 12px;
	background-color: #E1DD93;
}
div#nav3 ul {
	color:#0446BE;
	margin: 0;
	padding: 0px 0px 10px 0px;
	width: 190px;
	background: #E1DD93;
	
}
div#nav3 ul.level2 {background: #F9F9F9;}
div#nav3 ul.level3 {background: #F3F3F3;}
div#nav3 li {
	color:#0446BE;
	position: relative;
	list-style: none;
	margin: 0px 4px 0px 4px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #a93d1c;
}
div#nav3 li:hover {background: #F3F3F3; color:#0446BE;}
div#nav3 li.submenu:hover {background-color: #f6f2db; }
div#nav3 li a {display: block; padding: 0.25em 0 0.25em 0.5em;
  text-decoration: none; width: 15em; }
div#nav3 li a:link:hover {color: #0446BE; border-left-color: #eeeeee;  }
div#nav3>ul a {width: auto; color:#0446BE;}
div#nav3 ul ul {position: absolute; top: 0; left: 15em;
  display: none;}
div#nav3 ul.level1 li.submenu:hover ul.level2, 
div#nav3 ul.level2 li.submenu:hover ul.level3 {display:block;}

.submenubullet {
	background-image: url(https://sedl.org/images/bullets/navmenu-bullet.gif);
	background-repeat: no-repeat;
	padding-left: 19px;
}

.submenubulletactive {
	background-image: url(https://sedl.org/images/bullets/navmenu-bulletactive.gif);
	background-repeat: no-repeat;
	padding-left: 19px;
}

/*#########left side navigation########*/




.siteSection {
	color: #FFFFFF;
	margin-right: 0px;
	margin-left: 192px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.07em;

	padding: 15px 25px 15px 0px; /* Padding happens in this order: TOP, RIGHT, BOTTOM, LEFT */
	background-image: url(/imagesN/headerpage.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}


h1 {
	padding-top: 0px;
/*	padding-right: 15px; */
	padding-bottom: 0px;
/*	padding-left: 30px; */
	color: #A33E1F;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	font-style: normal;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 7px;
	margin-left: 0px;
}
	
	
h2 {
	padding-top: 0px;
	/*	padding-right: 15px; */
	padding-bottom: 0px;
	/*	padding-left: 30px; */
	color: #A3A455;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	font-style: normal;
	margin-top: 15px;
	margin-bottom: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 0px;
	margin-left: 0px;
}

h3 {
	padding-top: 0px;
/*	padding-right: 15px; */
	padding-bottom: 0px;
/*	padding-left: 30px; */
	color: #6993a1;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	font-style: normal;
	margin-top: 1em;
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 0px;
	margin-left: 0px;
}

h4 {
	padding-top: 0px;
/*	padding-right: 15px; */
	padding-bottom: 0px;
/*	padding-left: 30px; */
	color: #5a5a5a;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	font-style: normal;
	margin-top: 1em;
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 0px;
	margin-left: 0px;
}

#sidebar1 .tocheader {
	color: #FFFFFF;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
	background-color: #A93D1C;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 201px 0px 0px;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}
#sidebar1 .tocheader2 {
	color: #FFFFFF;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
	background-color: #A93D1C;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 10px 0px 0px;
	text-transform: uppercase;
	letter-spacing: .07em;
}
#sidebar1 .tocheader3 {
	color: #FFFFFF;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
	background-color: #A93D1C;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 10px 0px 0px;
	text-transform: uppercase;
	letter-spacing: .07em;
}

#sidebar1 .sidebar2 {
	background-color:#E1DD93;
	padding: 0px;
	margin: 0px;
}


.rightnav p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0px 5px 5px;
	padding: 5px;
	background-color: #ffffff;
	width: 175px;
	float:right;
	color: #003333;
	font-size: 12px;
	border-top: medium solid #003333;
	border-right: 1px solid #003333;
	border-bottom: 1px solid #003333;
	border-left: 1px solid #003333;
}


.footer {
	background-color: #000000;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}
.footer p {
	color:#ffffff;
	font-size:10px;
	padding-top: 0px;
	margin-left: 0px;
	margin-top: 10px;
	background-color: #000000;
}

a:link.sedl {
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}
a:visited.sedl {
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}
a:hover.sedl {
	color: #DBD265;
	font-size: 10px;
	text-decoration: none;
	background-color: #000000;
}

a:link.toc {
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}
a:link:hover.toc {
	color: #93C0C7;
	font-size: 10px;
	text-decoration: none;
	background-color: #003333;
}
a:visited.toc {
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}

a:link.search {
	color: #DBD265;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: .1em;
	text-align: left;
	vertical-align: middle;
}
a:link:hover.search {
	color: #91B7C3;
	font-size: 12px;
	text-decoration: none;
	background-color: #003333;
}
a:visited.search {
/*	color: #DBD265; */
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	text-align: left;
	vertical-align: middle;
}


.none { border: none; }	


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
	margin-top: 1px;
/*	margin-top: -25px; */
}


.rt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	text-align: right;
}
.footer p .fltrt {
	float: right;
	margin-left: 8px;
	margin-top: -25px;
}

.footer p .fltlft {
	float: left;
	margin-right: 10px;
	margin-top: -25px;
	margin-left: 10px;
	letter-spacing: .1em;
}

#address { display: none; }
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* ******************************** */
/* ******************************** */
/* START: CSS STYLES ADDED BY BRIAN */
/* ******************************** */
/* ******************************** */
.mainContentIndent {
	padding-left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000000;
	line-height: 17px;
}

.productSummary {

}

.productThumb {
	text-align: center;
	padding-top: 6px;
}

.dottedBox {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	/*	margin-left: 30px; */
	border: 2px #003366 dotted;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	background-color: #D1E8F0;
}

.dottedBoxyw {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	/*	margin-left: 30px; */
	border: 2px #003366 dotted;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	background-color: #FEFCE3;
}

.quote {
	float: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 17px;
	font-style: italic;
	color: #0D4350;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	width: 163px;
		
}

.name {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 12px;
	margin-top: 1px;
	color: #000000;
	padding-bottom: 8px;
	padding-left: 0px;
	text-transform: uppercase;
}

.noBorder {
	border: 0px;
}

.oneBorder {  border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px}

.centerAlign { text-align: center;}
.rightAlign { text-align: right;}
.noWrap { white-space:nowrap;}

.clearfloatRight { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:right;
}

.normalText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
}

.smallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 17px;
}

.whitetext, .text_white { color:#ffffff; }
.whitetext a:link,  a:link.text_white { color: #ffffff; }
.whitetext a:visited,  a:visited.text_white { color: #ffffff; }
.whitetext a:hover,  a:hover.text_white { color: #f5e347; text-decoration: none; background-color: #000000; }

.tiny {  font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 12px}

.shoppingcart_cross_sell {  border: #6F2218; border-style: dotted; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px}

.alert {
	background: #fff6bf url(/common/images/bullets/exclamation.gif) 15px 50% no-repeat;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	}

.info {
	background: #f8fafc url(/common/images/bullets/information.gif) 15px 50% no-repeat;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
	}
.success {
	background: #e2f9e3 url(/common/images/bullets/checkmark.jpg) 5px 50% no-repeat;
	padding: 5px 20px 5px 45px;
	border: 1px solid #99cc99;
	color: #006600;
}

.navlist {list-style-type: none; padding: 0 0 1px 0;}
ul.navlist li {display: inline;}
#sitemenu {padding: 5px 0 5px 0;text-align: center;background-color: #DBD265;font-weight: bold;text-transform: capitalize;}
#sitemenu a {color: #1A3F96;text-decoration: none;border-bottom: 1px solid #C9C696;}
/*#sitemenu a:link:hover {border-bottom: 1px solid #333333; color: #185A73;} */
#sitemenu a:link:hover {color: #1A3F96;}
ul#sitemenunav, ul#sitemenunav2 {font-size: 11px;margin: 0;padding: 2px 0 2px 0;font-family: Verdana, Arial, San-Serif;font-size: 11px;}
ul#sitemenunav3 {margin: 6px 0 0 0;padding: 6px 0 6px 0;font-family: Verdana, San-Serif;font-size: 9px;background-color: #FBF8C7;color: #333333;} 
ul#sitemenunav li, ul#sitemenunav2 li, ul#sitemenunav3 li {padding: 0 0 0 8px;margin: 0 0 0 8px;border-color: #C9C696;border-width: 0 0 0 0px;border-style: solid;}
ul#sitemenunav li.first, ul#sitemenunav2 li.first, ul#sitemenunav3 li.first {margin: 0;padding: 0;border-width: 0;}
ul#sitemenunav3 li a	{font-style: italic;}

li {
	margin-bottom:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 17px;

}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

TEXTAREA {
	border: #333333 1px solid;
}
.outline_border {
	border: #333333 1px solid;
}
sub, sup { line-height: 0.1em; }

.text_red { color: #CC0000;}

.hanging-indent {
	text-indent: -3em; padding-left: 3em;
	list-style-type:none;
}

/* ******************************** */
/* ******************************** */
/* END: CSS STYLES ADDED BY BRIAN */
/* ******************************** */
/* ******************************** */

/* ******************************** */
/* BEGIN: CSS STYLES ADDED BY SHAILA */
/* ******************************** */

.boardhead {
	font-size: 13px;
	color: #447886;
/*	width: 500px; */
	background-color: #C0D6DD;
	height: 27px;
	padding-top: 7px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 0px;
	margin-top: 10px;
}
.boardmembers {
	font-size: 12px;
	color: #000000;
/*	width: 500px; */
	background-color: #FDFEBE;
	padding-top: 7px;
	font-weight: normal;
	padding-left: 10px;
	margin-top: 0px;
	line-height: 15px;
	padding-bottom: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A93D1C;
	margin-bottom: 1px;
}

.boardmembers_lt {
	font-size: 12px;
	color: #000000;
/*	width: 500px; */
	background-color: #FEFCE3;
	padding-top: 7px;
	font-weight: normal;
	padding-left: 10px;
	margin-top: 0px;
	line-height: 15px;
	padding-bottom: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A93D1C;
	margin-bottom: 1px;
}
.contacthead {
	font-size: 13px;
	color: #447886;
	width: 320px;
	background-color: #C0D6DD;
	height: 27px;
	padding-top: 7px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 0px;
	margin-top: 10px;
}
.contacttext {
	font-size: 12px;
	color: #000000;
	width: 320px;
	background-color: #FDFEBE;
	padding-top: 7px;
	font-weight: normal;
	padding-left: 10px;
	margin-top: 0px;
	line-height: 15px;
	padding-bottom: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A93D1C;
	margin-bottom: 1px;
}
.table-staff {
	border: 2px dotted #003333;
	font-size: 12px
}


.dottedBlueBox {
	margin-left: 0px;
	border: 2px #003366 dotted;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding: 8px;
	background-color: #D1E8F0;
	background-image: url(/imagesN/store-bkg.jpg);
	background-repeat: no-repeat;
}

.dottedBlueBox2 {
	margin-left: 0px;
	border: 2px #003366 dotted;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding: 8px;
	background-color: #D1E8F0;
	background-image: url(/imagesN/res-bkg.jpg);
	background-repeat: no-repeat;
}

.dottedBlueBox3 {
	margin-left: 0px;
	border: 2px #003366 dotted;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding: 8px;
	background-color: #D1E8F0;
	background-image: url(/imagesN/news-bkg.jpg);
	background-repeat: no-repeat;
}
.blueboxhead2 {
	font-size: 11px;
	background-color: #FFFFFF;
	width: 40px;
}


.blueboxtext2 {
	font-size: 12px;
	line-height: 17px;
	width: 370px;
	color: #000000;
}

a:link.proj {
	color: #FFFFFF;
	letter-spacing: .05em;
	height: 37px;
	text-decoration: none;
	
}

a:visited.proj {
	color: #FFFFFF;
	letter-spacing: .05em;
	height: 37px;
	text-decoration: none;
	
}

a:hover.proj {
	color: #003333;
	letter-spacing: .05em;
	height: 37px;
	text-decoration: none;	
}

a:link.help2  {
	color: #8FC3D2;
	letter-spacing: .05em;
	height: 27px;
	text-decoration: none;
	
}

a:visited.help2  {
	color: #8FC3D2;
	letter-spacing: .05em;
	height: 27px;
	text-decoration: none;	
}

a:hover.help2  {
	color: #FFFFFF;
	letter-spacing: .05em;
	height: 27px;
	text-decoration: none;	
	}
	
.vsmall {
	font-size: 10px;
	font-style: italic;
}
	
	
/* END: CSS STYLES ADDED BY SHAILA */
/* ******************************** */

--> 

#connections_banner a:link {
	color: #941F1F;
	background-color: #941F1F;
	text-decoration: none;
}

#connections_banner a:hover {
	color: #941F1F;
	background-color: #941F1F;
	text-decoration: none;
}

#connections_banner a:visited {
	color: #941F1F;
	text-decoration: none;
}

ul.circle {list-style-type:circle}
ul.square {list-style-type:square}
ol.upper-roman {list-style-type:upper-roman}
ol.lower-alpha {list-style-type:lower-alpha}


.projname {	font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: 200; color: #fbe600 !important;	text-align: left; vertical-align: middle;	padding: 20px 2px 0px 15px;	margin: 0px; }
.projname a { text-decoration: none; color: #fbe600 !important;}
.projname a:link { text-decoration: none; color: #fbe600 !important;}
.projname a:hover { text-decoration: none; color: #fbe600 !important;}
.projname a:visited { text-decoration: none; color: #fbe600 !important;}
.projtagline { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #ffffff; text-align: left; padding: 0px 2px 2px 15px; margin: 8px 0 0 0; }
