body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	background: white; 
	margin: .5em 0 0 0;  /* disallows margins from browsers, to fix centering bug in IE */
	text-align: center; /* to fix IE centering bug */
}   
h1 { text-align: center; color: #008080; text-transform: uppercase; }
h2 { text-transform: uppercase; color: #b18b72; background-color: #dbeeee; }

div#containerbody { 
	margin-left: auto; 
	margin-right: auto; 
	width: 795px; 
	text-align: left;  /* realigns text, needed with IE centering bug fix */
}

#header { background-color: rgb(255,255,255); margin-left: auto; margin-right: auto;  }


.dividerline { border-right: 2px solid #a6d2d2; }

#leftnav { width:165px; background-color: rgb(219, 238, 238); float: left; margin-top: 10px; margin-right: 10px; padding: 10px; }

#content { margin-left: 195px; } 

a:link, a:visited { color: #008080; text-decoration: none; font: 10pt Arial; font-weight: bold; }
a:hover { color: #b18b72; text-decoration: underline; font: 10pt Arial; font-weight: bold; }

.header_nav { border: 1px solid #008080; padding: .5em 2em .5em 2em; }
.hidden { display: none; }

.current { font-weight: bold; color: #b18b72; }

.logos { background-color: #009999; width: 100%; }

.bannersirsiemulate { background-color: rgb(0,102,153); width: 100%; }

/* td { text-align: center; }  */

.label { font-style: italic; text-decoration: underline; }

.recommend { display: block; margin-left: 3em; color: navy; } 

.classlink { display: block; text-indent: 2em; }