/*normal stylesheet*/
/*2 column page. Flexible main content. fixed menu left hand side. Wrap centres content on page*/
* {
	margin: 0;
	padding: 0;
  }

body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;   /* This takes font size to a standard dimension so that 1 em = 10 px */
	height: 100%;
	background: #FFFFFF;
	text-align: center;
}

#wrap {
	width: 768px;
	margin: 20px auto 15px;
	text-align: left;
	background-color: #E3E3E3;
}
	
#container {
	background: url(blueBg.gif) repeat-y left 45px
	}


#header {
	margin: 0px;
	position: relative;
	height: 100px;
	text-align: left;
	background: #003366 url(../../numbers/common_folder/glossary_logo_default+high.jpg) no-repeat;
}

#headerKruskal {
	margin: 0px;
	position: relative;
	height: 120px;
	text-align: left;
	background: #003366 url(../biostatistics/kruskall/local_folder/toolkit_banner_blue.jpg) no-repeat 0px 20px;
	padding-right: 18px;
	
}

#headerLin {
	margin: 0px;
	position: relative;
	height: 120px;
	text-align: left;
	padding-right: 18px;
	background: #003366 url(../biostatistics/linear_regression/local_folder/toolkit_banner_blue.jpg) no-repeat 0px 20px;
	}

#headerMan {
	margin: 0px;
	position: relative;
	height: 120px;
	text-align: left;
	background: #003366 url(../biostatistics/mann_whitney/local_folder/toolkit_banner_blue.jpg) no-repeat 0px 20px;
	padding-right: 18px;	
}


#headerMeasure {
	margin: 0px;
	position: relative;
	height: 120px;
	text-align: left;
	background: #003366 url(../numerical_skills/measurements/local_folder/toolkit_banner_blue.jpg) no-repeat 0px 20px;
	padding-right: 18px;	
}

#headerPowers {
	margin: 0px;
	position: relative;
	height: 120px;
	text-align: left;
	background: #003366 url(../numerical_skills/powers/local_folder/toolkit_banner_blue.jpg) no-repeat 0px 20px;
	padding-right: 18px;	
}

#headerOneWay {
	margin: 0px;
	position: relative;
	height: 120px;
	text-align: left;
	background: #003366 url(../biostatistics/one_way_chi_square/local_folder/toolkit_banner_blue.jpg) no-repeat 0px 20px;
	padding-right: 18px;	
}

#headerPaired {
	margin: 0px;
	position: relative;
	height: 120px;
	text-align: left;
	background: #003366 url(../biostatistics/paired_t_test/local_folder/toolkit_banner_blue.jpg) no-repeat 0px 20px;
	padding-right: 18px;	
}

#headerPearson {
	margin: 0px;
	position: relative;
	height: 120px;
	text-align: left;
	background: #003366 url(../biostatistics/pearson/local_folder/toolkit_banner_blue.jpg) no-repeat 0px 20px;
	padding-right: 18px;	
}

#equations {
	margin: 0px;
	position: relative;
	height: 120px;
	text-align: left;
	padding-right: 18px;
	background: #003366 url(../numerical_skills/equations/local_folder/toolkit_banner_blue.jpg) no-repeat 0px 20px;
}

#headerSpearman {
	margin: 0px;
	position: relative;
	height: 120px;
	text-align: left;
	background: #003366 url(../biostatistics/spearman/local_folder/toolkit_banner_blue.jpg) no-repeat 0px 20px;
	padding-right: 18px;	
}

#headerWilcoxon {
	margin: 0px;
	position: relative;
	height: 120px;
	text-align: left;
	background: #003366 url(../biostatistics/wilcoxon/local_folder/toolkit_banner_blue.jpg) no-repeat 0px 20px;
	padding-right: 18px;	
}
#headerTwoWay {
	margin: 0px;
	position: relative;
	height: 120px;
	text-align: left;
	background: #003366 url(../biostatistics/two_way_chi_square/local_folder/toolkit_banner_blue.jpg) no-repeat 0px 20px;
	padding-right: 18px;	
}

#headerTtest {
	margin: 0px;
	position: relative;
	height: 120px;
	text-align: left;
	background: #003366 url(../biostatistics/t_test/local_folder/toolkit_banner_blue.jpg) no-repeat 0px 20px;
	padding-right: 18px;	
}

#headerAnova {
	margin: 0px;
	position: relative;
	height: 120px;
	text-align: left;
	padding-right: 18px;
	background: #003366 url(../biostatistics/one_way_anova/local_folder/toolkit_banner_blue.jpg) no-repeat 0px 20px;
}

#headerSelect {
	margin: 0px;
	position: relative;
	height: 120px;
	text-align: left;
	background: #003366 url(../biostatistics/test_choice/local_folder/toolkit_banner_blue.jpg) no-repeat 0px 20px;
	padding-right: 18px;	
}

#header img {
border:none
}

#headerIndex {
	background: url(../../numbers/common_folder/numbers_logo_default.jpg) no-repeat left;
	height: 100px;
	width: 420px;
	padding-top: 30px;
}


/*skip navigation link*/

#skipCont {
	/*color: #000000;*/
	position: relative;
	height: 20px;
	width: 768px;
	font: 1.0em Arial, Helvetica, Verdana, sans-serif;
	background: #003366;
	padding-bottom: 25px;
	}

.skip {
	color: #FFFFFF;
	position: absolute;
	top: 10px;
	right: 10px;
	padding-bottom: 5px;
	}
	
.skip li {
	display: inline;
	list-style-type: none;
	padding: 0px 7px;
	}
	
.skip a {
	color: #FFFFFF; 
	font: 1.0em/1.2em Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}

.skip a:hover, .skip a:focus {
	text-decoration: none;
	border: none;
		
}
	
	
#endNav {
	color: #FFFFFF;
	left: -11px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	}
	
ul#accessLinks {
	list-style: none;
	margin: 0;
	padding: 10px;
	display: inline;
	border: 2px solid #CCC;
	}
	
	
ul#accessLinks li{
	display: inline;
	padding: 5px;
	}
	
ul#accessLinks li a:link, li a:visited a:hover {
	text-decoration: none;
}

li#accessibilityNorm a {
	color:#000000;
	display: inline;
	background-color:#E3E3E3;
	border: 1px solid #000000;
	padding: 5px;
	text-decoration: none;
	}
	
li#accessibilityLow a {
	color:#444444;
	display: inline; 
	background-color:#FFFFCC;
	border: 1px solid #000000;
	padding: 5px;
	text-decoration: none;
	}
	
li#accessibilityHigh a {
	color:#FFFFFF;
	display: inline; 
	background-color:#003366;
	border: 1px solid #FFFFFF;
	padding: 5px;
	text-decoration: none;
	}
	
.topPad {
	padding-top: 20px;
	}


#left {
	text-align: center;
	float: left;
	width: 150px;
	top: 45px;
	padding-bottom: 75px;
	background-color:#003366;	
}


#leftTool {
	text-align: center;
	float: left;
	width: 150px;
	top: 115px;
	padding-bottom: 75px;
	background-color:#003366;		
}

#main {
	float: left;
	color: #000000;
	width: 538px;
	word-spacing: 0.2em;
	font: 1.2em/1.7em Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
	padding-bottom: 100px;
	background-color:#E3E3E3;
	padding-left: 40px;
		 }
		 

#mainTool {
	float: left;
	color: #000000;
	width: 538px;
	word-spacing: 0.2em;
	font: 1.2em/1.7em Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
	padding-bottom: 100px;
	background-color:#E3E3E3;
	padding-left: 50px;
	padding-right: 30px;
		 }
	
/*This div is used when there is no left navigation*/	 
#mainNoLeft {
	color: #000000;
	margin-right: 40px;
	margin-left: 40px;
	position: relative;
	width: 688px;
	top: 0px;
	left: 0px;
	word-spacing: 0.2em;
	font: 1.2em/1.7em Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
	
		 }
		 
/*This div is used when there is no left navigation*/	 
#mainNoLeftCrit {
	color: #000000;
	margin-right: 10px;
	margin-left: 15px;
	padding-bottom: 20px;
	position: relative;
	width:740px;
	top: 0px;
	left: 0px;
	word-spacing: 0.2em;
	font: 1.2em/1.7em Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
		 }
		 
	/*This div is used when there is no left navigation*/	 
#mainNoLeftGraph {
	color: #000000;
	/*margin-right: 40px;*/
	margin-left: 20px;
	position: relative;
	width: 700px;
	top: 0px;
	left: 0px;
	word-spacing: 0.2em;
	font: 1.2em/1.7em Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
		 }

.equation {	     /* style for equations as paragraphs  */
	color: #000000;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 1.25em;
	text-align: center;
	}
	
.variable {      /* style as equation, but for individual characters in normal text - use in span  */
	color: #000000;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 1.25em;
	}	

.normal {		/*  style as main div text, but for individual characters in equations - use in span  */
	color: #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight:  normal;
	font-size:0.8em;
	}

 /*  style as main div text, but used for "simple" rating  */
.simple {      
	color: #006600;
	font: normal 1.2em Arial, Helvetica, Verdana, sans-serif;
	}

/*  style as main div text, but used for "intermediate" rating  */
.intermediate {       
	color: #855100;
	font: normal 1.2em Arial, Helvetica, Verdana, sans-serif;
	}

/* style as main div text, but used for "advanced" rating  */
.advanced {        
	color: #D60000;
	font: normal 1.2em Arial, Helvetica, Verdana, sans-serif;
	}

	
a.extlink:link {
	padding: 2px 4px 1px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
 	border-bottom: 1px solid #003366;
}



a.extlink:visited  {
	padding: 2px 4px 1px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
 	border-bottom: 1px solid #003366;
	
}

a.extlink:focus {
	padding: 2px 4px 1px;
	font-weight: bold;
	color: #003366;
	text-decoration:none;
}


a.extlink:hover {
	padding: 2px 4px 1px;
	font-weight: bold;
	color: #003366;
	text-decoration:none;
	border-bottom: none;
}


a.extlink:active {
	padding: 2px 4px 1px;	
	font-weight: bold;
	color: #003366;
	text-decoration:none;
	border-bottom: none;
}

.subLink {
	padding: 2px 0px;
	text-decoration: none;
	list-style: none;
}

.subLink li {
	padding: 10px;
	text-decoration: none;
	}


.subLink a:link {
	padding: 2px 0px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
 	border-bottom: 1px solid #003366;
}

.subLink a:visited {
	padding: 2px 0px;	
	font-weight: bold;
	color: #003366;
	text-decoration:none;
	border-bottom: 1px solid #003366;
}

.subLink a:focus {
	padding: 2px 0px;	
	font-weight: bold;
	color: #003366;
	text-decoration:none;
}


.subLink a:hover {
	padding: 2px 0px;	
	font-weight: bold;
	color: #003366;
	text-decoration:none;
	border-bottom: none;
}


.subLink a:active {
	padding: 2px 0px;	
	font-weight: bold;
	color: #003366;
	text-decoration:none;
	border-bottom: none;
}

.subLinkB {
	padding: 2px 0px 0px;
	text-decoration: none;
	list-style: none;
}

.subLinkB li {
	padding: 10px 10px 5px;
	text-decoration: none;
	list-style: none;
	}


.subLinkB a:link {
	padding: 2px 0px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	list-style: none;
 	border-bottom: 1px solid #003366;
}

.subLinkB a:visited {
	padding: 2px 0px;	
	font-weight: bold;
	color: #003366;
	list-style: none;
	text-decoration:none;
	border-bottom: 1px solid #003366;
}

.subLinkB a:focus {
	padding: 2px 0px;	
	font-weight: bold;
	color: #003366;
	text-decoration:none;
	list-style: none;
}


.subLinkB a:hover {
	padding: 2px 0px;	
	font-weight: bold;
	color: #003366;
	text-decoration:none;
	border-bottom: none;
	list-style: none;
}


.subLinkB a:active {
	padding: 2px 0px;	
	font-weight: bold;
	color: #003366;
	text-decoration:none;
	border-bottom: none;
	list-style: none;
}





.siteOne {
	padding: 2px 0px 0px;
	text-decoration: none;
	list-style: none;
}

.siteOne li {
	padding: 0px 10px;
	text-decoration: none;
	list-style: none;
	}


.siteOne a:link {
	padding: 2px 0px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	list-style: none;
 	border-bottom: 1px solid #003366;
}

.siteOne a:visited {
	padding: 2px 0px;	
	font-weight: bold;
	color: #003366;
	list-style: none;
	text-decoration:none;
	border-bottom: 1px solid #003366;
}

.siteOne a:focus {
	padding: 2px 0px;	
	font-weight: bold;
	color: #003366;
	text-decoration:none;
	list-style: none;
}


.siteOne a:hover {
	padding: 2px 0px;	
	font-weight: bold;
	color: #003366;
	text-decoration:none;
	border-bottom: none;
	list-style: none;
}


.siteOne a:active {
	padding: 2px 0px;	
	font-weight: bold;
	color: #003366;
	text-decoration:none;
	border-bottom: none;
	list-style: none;
}


.siteTwo li {
	padding: 0px 10px 0px 30px;
	text-decoration: none;
	list-style: none;
	}


.siteTwo a:link {
	padding: 2px 0px;
	color: #003366;
	text-decoration: none;
	list-style: none;
 	border-bottom: 1px solid #003366;
}

.siteTwo a:visited {
	padding: 2px 0px;	
	color: #003366;
	list-style: none;
	text-decoration:none;
	border-bottom: 1px solid #003366;
}

.siteTwo a:focus {
	padding: 2px 0px;	
	color: #003366;
	text-decoration:none;
	list-style: none;
}


.siteTwo a:hover {
	padding: 2px 0px;	
	color: #003366;
	text-decoration:none;
	border-bottom: none;
	list-style: none;
}


.siteTwo a:active {
	padding: 2px 0px;	
	color: #003366;
	text-decoration:none;
	border-bottom: none;
	list-style: none;
}




.siteThree li {
	padding: 0px 5px 0px 50px;
	text-decoration: none;
	list-style: none;
	}


.siteThree a:link {
	padding: 2px 0px;
	color: #003366;
	text-decoration: none;
	list-style: none;
 	border-bottom: 1px solid #003366;
}

.siteThree a:visited {
	padding: 2px 0px;	
	color: #003366;
	list-style: none;
	text-decoration:none;
	border-bottom: 1px solid #003366;
}

.siteThree a:focus {
	padding: 2px 0px;	
	color: #003366;
	text-decoration:none;
	list-style: none;
}


.siteThree a:hover {
	padding: 2px 0px;	
	
	color: #003366;
	text-decoration:none;
	border-bottom: none;
	list-style: none;
}


.siteThree a:active {
	padding: 2px 0px;	
	color: #003366;
	text-decoration:none;
	border-bottom: none;
	list-style: none;
}



.siteFour li {
	padding: 0px 10px 0px 70px;
	text-decoration: none;
	list-style: none;
	}


.siteFour a:link {
	padding: 2px 0px;
	
	color: #003366;
	text-decoration: none;
	list-style: none;
 	border-bottom: 1px solid #003366;
}

.siteFour a:visited {
	padding: 2px 0px;	
	
	color: #003366;
	list-style: none;
	text-decoration:none;
	border-bottom: 1px solid #003366;
}

.siteFour a:focus {
	padding: 2px 0px;	
	color: #003366;
	text-decoration:none;
	list-style: none;
}


.siteFour a:hover {
	padding: 2px 0px;	
	color: #003366;
	text-decoration:none;
	border-bottom: none;
	list-style: none;
}


.siteFour a:active {
	padding: 2px 0px;	
	color: #003366;
	text-decoration:none;
	border-bottom: none;
	list-style: none;
}



.leftMargin {
	margin-left: 20px;	
	}
	
.leftMarginB li {
	margin-left: 20px;
	list-style: none;
	margin-bottom: 10px;
	}
	
.leftMarginB a:link {
	list-style: none;	
	font-weight: bold;
	color: #003366;
	text-decoration:none;
	border-bottom: 1px solid #003366;
	}
	
.leftMarginB a:visited {
	list-style: none;	
	font-weight: bold;
	color: #003366;
	text-decoration:none;
	border-bottom: 1px solid #003366;
	}
	
.leftMarginB a:hover {	
	list-style: none;
	font-weight: bold;
	color: #003366;
	text-decoration:none;
	border-bottom: none;
	}

.center{
text-align:center;
}

.bold {
	font-weight: bold;
	}
	
.Ital{
	font-style: italic;
}

ul#accesibList {
	color: #000000;
	list-style-type: none;
	}
	
ul.accesibList {
	padding-left: 50px;
	}

/*left hand links.  active, focus, hover show button shape*/
	
ul#navmenu {
	color: #FFFFFF;
	text-align: center;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	/*width: 150px;*/
	font: 1.2em Arial, Helvetica, Verdana, sans-serif;
	/*left: 0px;*/
} 


#navmenu li {
	margin: 0;
	padding: 5px 0;
	display: block;
	/*width: 150px;*/
}





#navmenu li a {
	text-decoration: none;
	display: block;
	border-top: none #003366;
	border-right: 3px solid #003366;
	border-bottom: none #003366;
	border-left: 3px solid #003366;
}

#navmenu li a:link {
	color: #FFFFFF;
	padding-top: 18px;
	padding-bottom: 18px;
	text-decoration: none;
	display: block;
	border-right: 3px solid #003366;
	border-left: 3px solid #003366;
}

#navmenu li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 18px;
	padding-bottom: 18px;
	display: block;
}

#navmenu li a:focus  {
	color: #FFFFFF;
	background-color: #003366;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	border-top: 3px solid #CECECE;
	border-right: 3px solid #CECECE;
	border-bottom: 3px solid #000000;
	border-left: 3px solid #000000;
	font-weight: bold;
}
   
#navmenu li a:hover {
	color: #FFFFFF;
	background-color: #003366;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	border-top: 3px solid #CECECE;
	border-right: 3px solid #CECECE;
	border-bottom: 3px solid #000000;
	border-left: 3px solid #000000;
	font-weight: bold;
}
#navmenu li a:active {
	color: #FFFFFF;
	background-color: #003366;
	padding-top: 15px;
	padding-bottom: 15px;
	border-style: solid;
	border-width: 3px;
	border-color: #333 #333 #fff #fff;
	display: block;
	font-size: 1em;
}


/*styles for menu bottom items*/
ul#botItems {
	color: white;
	text-align: center;
	list-style-type: none;
	margin: 0px;
	padding: 60px 0px 0px;
	width: 150px;
	font: 0.9em Arial, Helvetica, Verdana, sans-serif;
}

ul#botItems li a:link {
	color: white;
	text-decoration: none;
}
ul#botItems li a:visited {
	color: white;
	text-decoration: none;
}
ul#botItems li a:hover {
	color: #FFFFFF;
}
ul#botItems li a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.padTop { padding-top: 15px }
.padTopS { padding-top: 5px }
.padTopBig { color: #5894ae; padding-top: 60px }
.padBot { padding-bottom: 15px }
.padBotWhen { padding-bottom: 100px }
.padBotWhenMM { padding-bottom: 110px }
.padBotWhenM { padding-bottom: 120px }
.padBotS { padding-bottom: 5px }
.padBotL { padding-bottom: 35px }
.padBotXL { padding-bottom: 70px }
.padBotFuncXL { padding-bottom: 50px }
.padBotXSL { padding-bottom: 85px }
.padBotBio { padding-bottom: 138px }
.padBotXSSL { padding-bottom: 35px }
.padBotXXL { padding-bottom: 125px }
.padBotXXXSL { padding-bottom: 395px }
.padBotXXXL { padding-bottom: 1100px }
.padBotXXXLAcc { padding-bottom: 1010px }
.padBotXXXXL { padding-bottom: 5970px }
.padBotFuncMod { padding-bottom: 130px }
.padBotKrusWhen { padding-bottom: 90px }
.padBotKrusWhenL { padding-bottom: 160px }
.padBotKrusHow { padding-bottom: 225px }
.padBotKrusHowL { padding-bottom: 160px }
.padBotKrusHowSL { padding-bottom: 190px }
.padBotKrusMoreL { padding-bottom: 345px }
.padBotKrusMoreLL { padding-bottom: 430px }
.padBotKrusExam { padding-bottom: 235px }
.padBotKrusExamL { padding-bottom: 300px }
.padBotThou { padding-bottom: 4500px }
.padBotThouX { padding-bottom: 5000px }
.topPadLarge{padding-top: 30px;}
.listPad { padding-left: 50px}





#navmenu li.staticlink {
	width: 130px;
	color: #000000;
	text-decoration: none;
	padding-top: 18px;
	padding-bottom: 18px;
	display: block;
	border-left: 10px solid #003366;
	border-right: 10px solid #E3E3E3;
	background: #E3E3E3;
}

#topBorder {
	background: url(../../numbers/common_folder/blue_square.gif);
	height: 10px;
	width: 150px;
}
	

/*list style for glossary menu items, using the glossary symbol as a bullet*/
ul.glossary {
	color: #444444;
	word-spacing: 0.2em;
	text-align:left;
	list-style-type: disc;
	list-style-image: url(../../numbers/common_folder/glossary_icon.png);
	margin-left: 50px;
	padding: 10px 0px;
	/*font: 1.1em/1.7em Arial, Helvetica, Verdana, sans-serif;*/
}

ul.glossary li {
	padding-bottom: 10px;	}

/*heading style for glossary separators*/
h1.glossary  {
	color: #000000;
	word-spacing: 0.2em;
	text-align:left;
	background-color:#A4A4AC;
	display:block;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
	font: 1.6em 'Century Gothic', Arial, Helvetica, Verdana, sans-serif;
	margin-left: 13px;
	margin-top: 15px;
	}
	
h1.glossaryDim  {
	color: #000000;
	word-spacing: 0.2em;
	text-align:left;
	background-color:#A4A4AC;
	display:block;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
	font: 1.6em 'Century Gothic', Arial, Helvetica, Verdana, sans-serif;
	margin-top: 15px;
	}
	
h1.accessibility  {
	color: #000000;
	word-spacing: 0.2em;
	text-align:left;
	font: bold 1.2em Arial, Helvetica, Verdana, sans-serif;
}

.siteTwoHead  {
	color: #000000;
	word-spacing: 0.2em;
	font: italic 1em Arial, Helvetica, Verdana, sans-serif;
	}

.glossaryTop {
	list-style: none;
    margin: 13px;
    padding: 0;    
    overflow:auto;
    width:100%;	
	}
	
	
.glossaryTop li{
	display: inline;
    float:left;
    margin:0 2px;
    display:inline;
    line-height:1.2em;
    text-align:center;
	}
	
.glossaryTop li a,
.glossaryTop li span{
    text-decoration: none;
    border: 1px solid #003366;
    padding: 2px 3px;
	margin-top: 10px;
    font-weight: bold;
    color: #fff;
    background: #003366;
    float:left;
    width:1em;
}
.glossaryTop li span,
.glossaryTop li a:hover{
    color:#036;
    background:transparent
}
.glossaryTop li.other a{width:auto}

.glossaryTopNext {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;	
	}
	
	
.glossaryTopNext li{
	display: inline;
	padding: 4px 4px 4px 16px;
	text-decoration: none;
	}
	
.glossaryTopNext li a {
	padding: 2px 1px 2px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
 	border-bottom: 1px solid #003366;
}


.glossaryTopNext li a:visited {
	text-decoration: none;
	padding: 2px 1px;	
	font-weight: bold;
	color: #003366;
	border-bottom: 1px solid #003366;
}

.glossaryTopNext li a:focus {
	padding: 2px 1px;	
	font-weight: bold;
	color: #003366;
	text-decoration:none;
}


.glossaryTopNext li a:hover {
	padding: 2px 1px;	
	font-weight: bold;
	color: #003366;
	text-decoration:none;
	border-bottom: none;
}


.glossaryTopNext li a:active {
	padding: 2px 1px;	
	font-weight: bold;
	color: #003366;
	text-decoration:none;
	border-bottom: none;
}


/*no border on normal state for magnifying glass*/
 img {
	border: thin solid #FFFFCC;
}

/*border on hover state for magnifying glass*/
a:hover img {
	border: thin solid #000000;
}

/*no border on answer div*/
ul.Assess li a img {
border:none
}

ul.Assess li a:hover img {
border:none
}

ul.Assess {
	padding-left: 50px;
	}
	
ul.Assess li {
	padding-top: 10px;
	
	}

#contImages{
	position: relative;
	}
	
#bioscience {
	position:absolute;
	background: url(../../numbers/common_folder/biosci_HEA_default.jpg) no-repeat;
	border: none;
}

#bioscience, a img {
	border: none;
	}
	
#bioscience, a:hover img {
	border: none;
	}

#mainTool img{
	border: none;
	}
	
#aru {
	position: absolute;
	top: 0;
	left: 270px;
	background: url(../../numbers/common_folder/ARU_default.jpg) no-repeat;
	}
	
#aru, a img {
	border: none;
	}
	
#aru, a:hover img {
	border: none;
	}
	
#centerImg,img {
	text-align: center;
	border: none;
	}
	
.padLeft {
	padding-left:14px
	}
	
.bold {
	font-weight: bold;
}
	
th {
	color:#000000;
	width: 64px;
	padding: 1px;
	text-align: center;
}

td {
	color:#000000;
	padding: 1px;
	text-align: center;
}

.tdBgAlt {
	color: #FFFFFF;
	background-color: #003366;
	}
	
	
.tableHead {
	font-weight: bold;
	font-size: 1.3em;
	padding-bottom: 9px;
}

.cellPad {
	padding: 5px;
}

.top a:link {
	margin-left: 420px;
	font-weight: bold;
	color: #003366;
	
}

.top a:visited {
	margin-left: 420px;
	font-weight: bold;
	color: #003366;
}

.top a:focus {	
	font-weight: bold;
	margin-left: 420px;
}


.top a:hover {
	font-weight: bold;
	color: #003366;
	margin-left: 420px;
}


.top a:active {
	font-weight: bold;
	color: #003366;
	margin-left: 420px;
}
	

