/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	white-space: normal;
	
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: normal;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}

.dtree a.highlight {
	border: #FFFF00 solid medium;
}

.dtree .clip {
	overflow: hidden;
}

/*///////////////////////////////////////////*/

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	opacity: .98;
	filter: alpha(opacity=98);
}

#nav a {
	display: block;
	/*width: 6em;*/
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

#nav ul li a {
	display: block;
	/*width: 6em;*/
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

#nav li { /* all list items */
	float: left;
	/*width: 6em; /* width needed or else Opera goes nuts */
	background: #060FC2;
	border-right: #FFFFFF thin solid;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #CCCCFF;
	/*width: 6em; */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	text-align: left;
}

#nav li ul, #nav li ul li { /* second-level lists */
	background: #CCCCFF;
	/*width: 6em; */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}

/*///////////////////////////////////////////*/


#sideNav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
	vertical-align: top;
	position: relative;
	left: 5px;
}

#sideNav ul, #sideNav ul li ul {
	vertical-align: top;
	position: relative;
	left: 0px;
}

#sideNav a {
	text-decoration: none;
	color: #FFFFFF;
}

/*///////////////////////////////////////////*/

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	/*background: #FFFFFF;*/
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: left;
	padding-left: 125px;
	width: 805px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 20;
	border-right: #060FC2 solid medium;
}

/*///////////////////////////////////////////*/

html {
	margin: 0px;
	padding: 0px;
	height: 100% ;
}
 
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	/*min-width: 950px;*/
	/*background-color: #7C7497; /* testing coloring */
	background: url(graphics/body_bkg.gif) repeat-y top left;
}

a img {
	border: none;
}

.content h1 {
	font-size: large;
	color: #0014E4;
	text-decoration: underline;
	display: inline;
}

.content h2 {
	font-size: small;
	color: #0014E4;
	text-decoration: underline;
	display: inline;
}

.thVertical {
	writing-mode: tb-rl;
	filter: flipv fliph;
}

.sec_header {
	font-size: x-large;
	text-align: center;
	color: #0014E4;
	border-top: thin #0014E4 solid;
	border-bottom: thin #0014E4 solid;
	margin-right: 5px;
	font-variant: small-caps;
}

.sec_footer {
	font-size: small;
	text-align: center;
	color: #0014E4;
	border-top: thin #0014E4 solid;
	border-bottom: thin #0014E4 solid;
	margin-right: 5px;
	padding-bottom: 2px;
}

.mainbody {
	min-height: 100%;
	border: 1px solid #000000;
	/* background-color: #C8C2D3; /* testing coloring */
}

#top_menu {
	position: absolute;
	top: 65px;
	left: 121px;
	z-index: 35;
}

.catNorm {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	line-height: 1.5em;
}

.catSmall {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: normal;
}