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

.articletitleblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0C6EB5;
}
.text13 {
	font: 13px Arial, Helvetica, sans-serif;
}

#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: 976px;
	background: #0077C1;
	margin-top: 2px;	
}

#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: 47px;
}

#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: #ffffff;
	background-color: #0077C1;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
}

#topmenubar a:hover {		/*describes specifics of the look of 2nd tier */
	color: #F68A0C;
	font-weight: bold;
	background-color: #0077C1;
}

#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: 15px;
	padding-bottom: 14px;
	padding-left: 0px;
	font: bold 13px Arial, Helvetica, sans-serif;
	border-bottom: 0px;
	color: #ffffff;
	background: #0077C1;
	/*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: #F68A0C;
	font-weight: bold;
	background-color: #0077C1;
}

#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: -10px;  /*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: 140px;
margin: 0;
padding: 0;
}

#leftmenu {
width: 140px;
}

#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;
	font-weight: bold;
	display: block;
	padding: 7px 0px;
	padding-left: 3px;
	padding-right: 0px;
	margin: 0;
	color: #0077C1;
	border-bottom: 1px solid #C8DAE6;
	text-decoration: none;
	width: 138px;
}
#leftmenu h2 a:hover {	/*only need to specify attributes here that will be different from the standard <a: hover> defined above*/
	color: #8CC635;
	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: #0077C1;
	background-color: #ffffff;
	/*background-color: #0077C1;*/
	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: #F68A0C;
	font-weight: bold;
	background-color: #0077C1;
}

#leftmenu li {
position: relative;
}

#leftmenu ul ul {
position: absolute;
top: 4px;
left: 100%;
width: 188px;
border: 1px solid #0077C1;
}

div#leftmenu ul ul 
{display: none;}

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

