div.mainmenuBox {
  position: relative;
  min-width:700px;
}

div.mainmenu {
  
  float:left;
}


div.mainmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
	font-size: 12pt;
	/*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 {
 
  /*left:219px;*/
  /*margin-right:219px;*/
  border-color: #B9AEB1;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	/*height:380px;*/

	
}

div.content {
  	padding: 0px;
	width: 100%;
}



	

/* Individual subject lists */
div.subjectListBox {
  position:absolute;
  /*margin-left:10px;*/
}

div.subjectListBox h4 {display: none;}

ul.subjectList {
	border:0px;
	padding:0px;
	list-style: none;
  margin-left:1px;
}

ul.subjectList li {
  display: block;
  padding: 8px 10px 8px 15px;
  margin: 0;
	border-color: #e5e5e5;
	border-width: 0 0 1px 0;
	border-style: solid;
	
  
}

ul.subjectList li a { text-decoration: none; 
}
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; }


div.subjectListBox-art ul.subjectList li {
width:98%;
}