/* CSS Document */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	/*background-image:url(/images/main-slice.gif);
	background-position:left;
	background-repeat:repeat-y; */
	background-color: #194191;
	}
a {
	text-decoration: none;
	font-weight: bold;
	color:  #000;
	outline: none;
	}
a:visited {
	color:  #000;
	}
a:active {
	color:  #000;
	}
a:hover {
	color: #000;
	text-decoration: underline;
	}

.main {
	line-height: 22px;
	margin-top: 20px;
	margin-right: 180px;
	margin-bottom: 10px; 
	}

.main a {
	text-decoration: none;
	font-weight: bold;
	color:  #666;
	outline: none;
	}
.main a:visited {
	color:  #666;
	}
.main a:active {
	color:  #666;
	}
.main a:hover {
	color: #666;
	text-decoration: underline;
	}
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	color: #333333;
	}

.error {
	color:#990000;
}

.headshot {
	float: left;
}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #333;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #333;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #333;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #333;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #333;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #333;
	}
img {
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}
.copy_dropcap {
	font-size: 180%;
	color: #194191;
	font-weight: bold;
	float: left;
	margin: 0em 3px 0em 0em;
	background-color: #EBEDF3;
	position: relative;
    top: -0.1em;
	padding-right: 2px;
	padding-left: 2px;
	border-top: 1px solid #B2BDD1;
	border-right: 1px solid #B2BDD1;
	border-bottom: 3px solid #B2BDD1;
	border-left: 1px solid #B2BDD1;
}
#top {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	background-color: #194191;
	width: 100%;
	height: 58px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 58px;
	}
html>body #top {
	height: 58px; /* ie5win fudge ends */
	}
#left {
	position: absolute;
	top: 60px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #fff;
	width: 161px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 161px;
	height: 95%;
	}
html>body #left {
	width: 161px; /* ie5win fudge ends */
	}
#middle {
	position: absolute;
	top: 58px;
	width: 739px;
	padding: 20px;
	border: 0px;
	background: #fff;
	margin: 0px 210px 0px 160px; 
	}
#right {
	position: absolute;
	top: 78px;
	left: 740px; /* Opera5.02 will show a space 
	at right when there is no scroll bar */
	margin: 0px;
	padding: 10px;
	/*border: 1px solid #194191; */
	background-color: #CCD8E8;
	width: 160px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 160px;
	}

#navbar {
display:none;
}
	
#right-home {
	position: absolute;
	top: 195px;
	left: 780px; /* Opera5.02 will show a space 
	at right when there is no scroll bar */
	margin: 0px;
	padding: 10px;
	border: 1px solid #194191; 
	background-color: #CCD8E8;
	height: 100%;
	width: 160px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 160px;
	}
html>body #right {
	width: 160px; /* ie5win fudge ends */
	}
SPAN.TreeviewSpanArea a {
        font-size: 10pt;
        font-family: verdana,helvetica; 
        text-decoration: none;
        color: black
   }
SPAN.TreeviewSpanArea a:hover {
        color: '#820082';
		text-decoration: underline;
   }