@charset "UTF-8";
#main {
	font-family: Arial, Helvetica, sans-serif;
	width: 780px;
	border: 1px solid #666666;
	margin: -10px 0 0 -10px;
}
#header {
	background-image: url(images/bg.jpg);
	height: 109px;
	padding: 15px 0 0 130px;
	background-repeat: no-repeat;
}
#nav {
	width: 175px;
	font-size: 12px;
	float: left;
}
#content01 {
	font-size: 12px;
	border-left: 1px solid #666666;
	padding: 50px 30px 30px 30px;
	margin-left: 175px;
	color: #006699;
	width: 499px;
	min-height: 500px;
}
#nav a {
	text-decoration: none;
	color: #0D1771;
}
#content01 a {
	color: #003366;
	font-weight: bold;
}
.glossarylink {
	color: #3366CC;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
.quickfind  {
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.5;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	margin-top: 10px;
	width: 780px;
}
.arrowlistmenu{
	width: 174px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Arial;
	color: #0d1771;
	background: black url(images/titlebar.png) repeat-x center left;
	margin-bottom: 0px;
	padding: 3px 0 3px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(images/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #0d1771;
	background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.arrowlistmenu ul li a:visited{
	color: #0d1771;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #0033CC;
}
