/* default text styles */
/*
main dark blue - 243EB3
main light blue - 5ACBFF
highlight blue - AAF0FF
einSpine grey - ADA8A4
einSpine paler grey - BBB6B0
link visited - 551A8B

*/

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	font-weight: normal;
	color: #000;
	font-size: 76%;
	background-color: transparent;
}

p, td, th, li {
	font-size: 1.0em;
	margin: 0.5em 0;
	padding: 0;
	background-color: transparent;
}
th { text-align:left; }

/* headings */

h1 {
	font-size: 2.2em;
	font-weight: bold;
	line-height: 1.3em;
	margin: 20px 0 10px 0; 
	letter-spacing: -1.5px; 
	color: #111D50;
	background-color: transparent;
}

h2 {
	font-size: 1.7em;
	font-weight: bold;
	color: #1B2D7D; 
	margin: 0.7em 0 0.4em 0;
	padding: 0;
	letter-spacing: -1px;
	line-height: 1.3em;
	background-color: transparent;
}

h3, h4, h5, h6 {
	margin: 0.7em 0 0.4em 0;
	padding: 0;
	line-height: 1.0em;
	font-weight: bold;
	color: #1B2D7D; 
	background-color: transparent;
	}

h3 { font-size: 1.4em; letter-spacing: -1px; }
h4 { font-size: 1.2em; letter-spacing: -0.5px; }
h5 { font-size: 1.0em; }
h6 { font-size: 1.0em; font-weight: normal; }

.intro {
	font-size: 1.1em;
	font-weight: bold;
	color:#000000;
}

li { margin: 0; padding: 0; }
ul { margin-top: 0.2em; }

 a:link {color:#243EB3; text-decoration: underline;}
 a:visited {color: #989490; text-decoration: underline;}
 a:hover {color:#989490; text-decoration: none;}


/* **************************** */
/* in page elements */
.topLink {
	float: right;
	background-image: url(/im/topLink.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 10px;
	padding-left: 5px;
	padding-bottom: 15px;
	text-decoration:none;
}
.topLink2 {
	background-image: url(/im/topLink.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	text-decoration:underline;
}
.topLink:hover { text-decoration: underline; background-position: 0% 100%; }

.bigLink a {
	background-image: url(/im/bigLink.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-weight: bold;
	font-size:1.1em; /* matches .intro */
	background-color: transparent;
}
.bigLink a:hover { background-position: 2% 50%; }	

.matrix table {
	border-width: 2px 2px 2px 2px;
	border-spacing: 0px;
	border-style:none;
	border-color: #AAF0FF;
	border-collapse: collapse;
	background-color: transparent;
}

.matrix th, .matrix tr, .matrix td{
	border-width: 2px;
	padding: 2px 2px 2px 6px;
	border-style: solid;
	border-color: #AAF0FF;
	background-color: transparent;
}


#videos { 
	height: 313px;
	margin: 0; 
	padding: 15px 17px 0px 20px; 
	background-image: url(/im/pageBGvideo.GIF);
	background-repeat: no-repeat;
}

#videos img {
	margin-bottom: 4px;
	padding: 0;
	border: none;
}
#videosPlayer {
	float: right;
}



/*  GLOSSARY   */

#dhtmltooltip {
	position: absolute;
	width: 200px;
	border: 1px solid #33FF99;
	padding: 2px;
	background-color: #FFF;
	visibility: hidden;
	z-index: 100;
	font-size: 0.9em;
	line-height: 1.1em;
}
.tooltipLink {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 2px dashed #33FF99;
}

/*  sitemap  */

#sitemap li{
	font-size: 0.9em;
}

