body {
	margin:0px; padding:0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}
li {  font-size: 13px}

.header { min-width:120px; ; font-family: Georgia, "Times New Roman", Times, serif; clip:  rect(   )}
.header a { color:#5C00B9; text-decoration:none; }
.header a:hover { color:#CC0000; text-decoration:underline; }
.header h1 { color:#000080; ; font-size: 24px}
.header h2 { color:#311555; ; font-size: 20px}
.header h3 { color:#1D6729; border-bottom: 1px dotted #ccc; text-decoration:none; border-top: 1px dotted #ccc; ; font-size: 16px}
.header h4 { color:#231658; border-bottom: 1px dotted #ccc; text-decoration:none; border-top: 1px dotted #ccc; ; font-size: 14px}
.header h5 { color:#5C3D7A; }
.header h6 { color:#004080; }


/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 220px 5px 180px;
	padding:3px;
	text-align:left;
	z-index:4; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#content a:hover { color:#CC0000; }
.content h1 { color:#000080; }
.content h2 { color:#311555; }
.content h3 {
	color:#1D6729;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
}
.content h4 { color:#231658; border-bottom: 1px dotted #ccc; border-top: 1px dotted #ccc; }
.content h5 { color:#5C3D7A; }
.content h6 { color:#004080; }
.content a {
	color:#5C00B9;
	text-decoration:none;
}
.content a:hover{
	color:#CC0000;
	text-decoration:underline;
}
.content td { margin:0px; padding:0px; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:13px; }
.content li a { color:#5C00B9; text-decoration:none; }
.content ol { min-width:120px; ; margin-top: 15px; margin-right: 15px; margin-bottom: 15px; margin-left: 15px ; clip: rect( ) }


#nav {
	position:absolute;
	width:160px;
	top:135px;
	left:0px;
	padding:4px;
	z-index:3;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"; font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.1em}\"";
	voice-family:inherit;
	width:160px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#nav {width:160px;}

#nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#nav li {
	margin: 0px 0px 6px 0px;
	border: 1px solid #ccc;
; background-image: url(images/light-grey.png)
}

#nav a {
	display: block;
	width: 100%;
	padding: 2px 0;
	text-decoration: none;
	color: #000080;
	font-weight:bold;
; font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.1em
; background-image: url(images/light-grey.png)
}

#nav a:hover {
	background-color: #EAF0FB;
	color:#0033FF;
	text-decoration:none;
	background-image:url(images/light_blue.png);
	background-repeat:repeat;
; font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.1em; font-weight: bold
}

#nav p {
	margin: 0px 0px 5px 0px;
	padding: 5px;
	font-size: .7em;
}

#nav strong{
	font-size: 1.2em;
}

#footer {
	font-size: .7em;
}

.highlight {  color: #C40F3D; font-weight: bold}

.abbreviations { font-size: 12px; background-color: #E1E9F2; }
.copyright {  font-size: 0.8em}

