body {
	margin: 0; /* to prevent IE from screwing up 100% width */
	padding: 0; /* to prevent IE from screwing up 100% width */
	background-color: #063959;
}
p, td {
	font: 13px Arial, Helvetica, sans-serif;
}
.articletitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #134985;
}

#divScroll {
padding-left: 5px;
padding-right: 5px;
overflow: auto;
width: 310px;
height: 470px;
text-align:left;
border: 1px solid #4290cc;
}

#topmenubar {
	/*width: 100%;*/
	float: left;	
	width: 774px;	
}

#topmenubar ul {	/*controls placement of 1st level - top */
	list-style: none;
	margin: 0; /* -right controls space between buttons */
	padding: 0;
	/*width: 6em; controls width of top and second tier menus - use if all widths are the same*/
	float: left;
	height: 55px;
}

#topmenubar a {  /*describes specifics of the look of 2nd tier since they all have links*/
	display: block;
	margin: 0;
	padding: 4px 5px;
	padding-left: 10px;
	color: white;
	background-color: #1C70A5;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
}

#topmenubar a:hover {		/*describes specifics of the look of 2nd tier */
	color: #000;
	background-color: #EECA7B;
}

#topmenubar ul ul li a {font: 13px Arial, Helvetica, sans-serif}

#topmenubar h2 {  /*nothing in h2 but 1st tier name with link, but needs margin: 0*/
	margin: 0;
}

#topmenubar h2 a {  /*only need to specify attributes here that will be different from the standard <a> defined above*/
	padding-top: 21px;
	padding-bottom: 18px;
	padding-left: 0px;
	font: 13px Arial, Helvetica, sans-serif;
	border-bottom: 0px;
	color: #fff;
	background: url(images/nav_top_bg.jpg);
	/*background: url(images/grad-bg.gif) repeat-x;*/
	margin: 0;
	text-align: left;
}
#topmenubar h2 a:hover {	/*only need to specify attributes here that will be different from the standard <a: hover> defined above*/
	color: #fff;
	font-weight: bold;
}

#topmenubar li {position: relative;}

#topmenubar ul ul {
	position: absolute;
	z-index: 500;
	width: 250px;  /*if added, could make the second tier longer than the first tier*/
	left: 0px;  /*controls left offset */
}

div#topmenubar ul ul,
div#topmenubar ul li:hover ul ul,
div#topmenubar ul ul li:hover ul ul
{display: none;}

div#topmenubar ul li:hover ul,
div#topmenubar ul ul li:hover ul,
div#topmenubar ul ul ul li:hover ul
{display: block;}

#leftnav {
float: left;
width: 166px;
margin: 0;
padding: 0;
}

#leftmenu {
width: 166px;
}

#leftmenu ul {
list-style: none;
margin: 0;
padding: 0;
}

#leftmenu h2 {  /*nothing in h2 but 1st tier name with link, but needs margin: 0*/
	margin: 0;
}

#leftmenu h2 a {  /*only need to specify attributes here that will be different from the standard <a> defined above*/
	font: 13px Arial, Helvetica, sans-serif;
	display: block;
	padding: 5px 0px;
	padding-left: 8px;
	padding-right: 0px;
	margin: 0;
	color: #063959;
	border-bottom: 1px solid #9DDBFF;
	text-decoration: none;
	width: 158px;
}
#leftmenu h2 a:hover {	/*only need to specify attributes here that will be different from the standard <a: hover> defined above*/
	font-weight: bold;
}

#leftmenu h3 {  /*nothing in h2 but 1st tier name with link, but needs margin: 0*/
	margin: 0;
}

#leftmenu h3 a {  /*describes specifics of the look of 2nd tier since they all have links*/
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding: 4px 4px;
	margin-right: 12px;
	color: white;
	background-color: #1C70A5;
	text-decoration: none;
	width: 180px;
}
#leftmenu h3 a:hover {	/*only need to specify attributes here that will be different from the standard <a: hover> defined above*/
	color: #000;
	background-color: #EECA7B;
}

#leftmenu li {
position: relative;
}

#leftmenu ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#leftmenu ul ul 
{display: none;}

div#leftmenu ul li:hover ul 
{display: block;}

