div.mainmenuBox {
  position: relative;
  z-index: 10;

}

div.mainmenu {
  width: 220px;
  position: absolute;
  top: 0px;
  left: 0px;
  float:left;
}


div.mainmenu/* Hide from IE5.0/Win */ {
	left: 0;
}

html>body div.mainmenu { /* Repeat for IE5/Mac */
  left: 0;
}


div.mainmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
	font-size: 9pt;
	line-height: 11pt;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
	font-weight: bold;
	margin-left:5px;
}

div.mainmenu ul li {
	display: block;
	padding: 5px 10px;
	margin-bottom: 5px;
	border-width: 1px;
	border-style: solid;
	text-align: right;
	/* The color of the subject buttons -- if these are changed, they must also be changed in subjectlist.js  */
	border-color: #BBB;
	background-color: #e5e5e5;
}




/* Main button link colors */
div.mainmenu ul li a:link,
div.mainmenu ul li a:visited {
	text-decoration: none;
	
}

div.mainmenu ul li a:hover {
  color: black;
  text-decoration: underline;
}



div.contentBox {
  position: relative;
  left:219px;
  margin-right:219px;
  border-color: #000000;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	height:350px;
	
}

div.content {
  	padding: 0px;
	width: 100%;
	height:310px;
}


/* Individual subject lists */
div.subjectListBox {
  position:absolute;
  margin-left:10px;

}
subjectListBoxTest{
position:absolute;
}
div.subjectListBox h4 {display: none;}

ul.subjectList {
	border:0px;
	padding:0px;
	list-style: none;
	font-size: 9pt;
	line-height: 11pt;
	height: 25em; /* Minimum height */

}

ul.subjectList li {
  display: block;
  padding: 8px 10px 8px 15px;
  margin: 0;
	border-color: #d9ccd0;
	border-width: 0 0 1px 0;
	border-style: solid;
	   

  
}

ul.subjectList li a { text-decoration: none; padding: 5px 0px 8px 0px;}
ul.subjectList li a:hover { text-decoration: underline; }

/*
for business lists - 2 columns - by TN
*/
ul.subjectListB {
	margin: 10px;
	padding: 0 1em;
	list-style: none;
	font-size: 9pt;
	line-height: 11pt;
	float:left;
	height: 25em; /* Minimum height */
}

ul.subjectListB li {
  display: block;
  /*width: 40%;*/
}

ul.subjectListB li a {
  padding: 5px 10px 8px 10px;
  margin: 0;
	border-color: #d9ccd0;
	border-width: 0 0 1px 0;
	border-style: solid;
	display: block;
/*	height: 2.5em;*/
}

ul.subjectListB li a { text-decoration: none; }
ul.subjectListB li a:hover { text-decoration: underline; }

/*
end business lists
*/



ul.small {margin:0px;}
ul.small li {padding:0px; margin:0px;border:0px; }
ul.small li a {padding:0px; margin:0px; }