<STYLE type="text/css">

#container {
	width: 100%;
}

#leftcol {
	left: 1em;
	top: 8px;
	width: 150px;
	text-align: right;
}

#leftcol ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
	font-family: Arial,Helvetica;
	text-decoration: none;
	font-size: 1.15em;
	text-align: right;
}

#leftcol ul li:first-child {
	color: Green;
	text-decoration: underline;
}

#leftcol a {
	color: Blue;
	text-decoration: none;
	font-size: 0.85em;
}

#leftcol a:hover {
	font-weight: bold;
	color: Navy;
}

#leftcol a.current, #leftcol a.current:hover {
	font-weight: normal;
	color: Red;
}

#content {
	position: absolute;
	top: 8px;
	left: 180px;
	right: 10px;
}

#content a {
	color: blue;
	text-decoration: none;
}


#content h3 {
	font-style: normal;
	font-weight: normal;
	color: Darkslategray;
	text-decoration: underline;
	font-size: 1.25em;
	margin-bottom: -0.5ex;
}

#content ul {
	padding-left: 1ex;
	margin: 2ex;
}

#content ul li.current {
	background-color: Lemonchiffon;
	border: solid;
	color: black; 
}

#content li b {
	font-weight: bold;
	color: Orangered;
}

#content li em, #content li i {
	font-style: normal;
	font-weight: bold;
	color: Brown;
}

#content li i {
	font-style: italic;
}

#floater {
    ul {display:none;}
}

#floater a:hover ul {display:inline}



/* These are for the web pages that haven't been transitioned from TABLE to DIV format yet. */

td.links       {  line-height: 20px; }
a.links        {  font-family: Arial, Helvetica; text-decoration: none; color: blue; }
a.links:hover  {  font-family: Arial, Helvetica; font-weight: bold; color:navy; }
a.links-title  {  font-family: Arial, Helvetica; font-size: large; text-decoration: underline; color: green; }
a.links-current{  font-family: Arial, Helvetica; text-decoration: none; color: red; }

li.current   {  background-color: khaki; border: solid; color: black; }
li.current a {  color: #151B8D; text-decoration: underline;}
li.current b {  font-weight: bold; color: red; }
li.current em {  font-style: normal; font-weight: bold; color: blue; }

.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    horizontal-align: middle;
    width: 140px;
    height: 140px;
}

</STYLE>

