<style type="text/css">
	body {
		margin:10px 10px 0px 10px;
		padding:0px;
		font-size: 8pt
		font-family: Verdana, Arial, Geneva, sans-serif;
		color: #000;
		}
	
	#leftcontent {
		position: absolute;
		margin-left:10px;
		top:130px;
		width:150px;
		font-family: Verdana, Arial, Geneva, sans-serif;		
		}

	#centercontent {
		position: absolute;
		top:130px;
		height:179px;
		margin-left: 150px;
		width:700px;
		font-family: Verdana, Arial, Geneva, sans-serif;
		/*border:1px solid #000;*/
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 150px;
		height:179px;
		}
	html>body #centercontent {
   		margin-left: 150px;
		}

	#banner {
		position: absolute;
		margin-left: 10px;
		width:820px;
		height:179px;
		/*border-top:1px solid #000;*/
		/*border-right:1px solid #000;*/
		/*border-left:1px solid #000;*/
		voice-family: "\"}\"";
		voice-family: inherit;
		height:179px;
		}
		
	html>body #banner {
		height:48px;
		}
		
	p, h1, h2, pre, li, td {
		margin:0px 10px 10px 10px;
		font-size:10pt;
		font-family: Verdana, Arial, Geneva, sans-serif;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}

	h2  {
		font-size:12px;
		padding-top:10px;
		}
	h5  {
		font-size:12px;
		padding-top:10px;
		}

	h6  {
		font-size:10px;
		padding-top:10px;
		}

		
	#banner h1 {
		font-size:14px;
		font-weight=bold;
		padding:10px 10px 0px 10px;
		margin:0px;
		}
		
	#centercontent h1 {
		font-size:24px;
		font-weight=bold;
		padding:20px 10px 20px 10px;
		margin:0px;
		}

	#centercontent h2 {
		font-size:20px;
		font-weight=bold;
		padding:20px 10px 20px 150px;
		margin:0px;
		}

	#centercontent h3 {
		font-size:18px;
		font-weight=bold;
		padding:20px 10px 20px 150px;
		margin:0px;
		}


	#leftcontent h5 {
		font-size:12px;
		font-weight=bold;
		}	

	#leftcontent h6 {
		font-size:10px;
		}

	A:link {
		text-decoration: none;
		color:#000000;
		}
		
	A:visited {
		text-decoration: none;
		color:#000000;
		}
	
	A:active {
		font-weight:bold;
		text-decoration: none;
		color:#000000;
		}
	A:hover {
		text-decoration: underline;
		color:#000000;
		}

	
		
	img	{
		border:0;
		}

	EM 	{
        	padding: 2px; 
	        margin: 0.5em;
        	border-width: medium;
	        border-style: dashed;
        	line-height: 2.4em;
		color: maroon;
  		}
	.box 	{/*this is a box where the bottom-navigation*/
      		/* and the copyright will be placed*/
  		background: #FFFFFF;
  		color : #000099;
  		font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
  		font-size: 12px;
 		padding : 2px;
  		margin: 2px;
  		border-color : #6699CC;
  		border-style : groove;
  		border-width : 2px;/* the border property in longhand*/
  		}

	.newsbox{/*this is a box for the news*/
      		/* and the copyright will be placed*/
  		background: #FFCC99;
  		color : #000099;
  		font-family : Verdana, Arial, Tahoma, Verdana, Helvetica;
  		font-size: 12px;
 		padding : 2px;
  		margin: 2px;
  		border-color : #6699CC;
  		border-style : groove;
  		border-width : 2px;/* the border property in longhand*/
  		}

	.classbox{/*this is a box for the classroom*/
      		/* and the copyright will be placed*/
  		background: #6699CC;
  		color : #000099;
  		font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
  		font-size: 12px;
 		padding : 2px;
  		margin: 2px;
  		border-color : #6699CC;
  		border-style : groove;
  		border-width : 2px;/* the border property in longhand*/
  		}

	.navbox {/*button-like box for the left-side navigation*/
   		font-size: 15px;/*readability for the links*/
   		font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
   		background-color: #003399;
   		border-color: #FF6633;/*or, in shorthand, the three*/
   		border-style: groove; /*border-properties would read:*/
   		border-width: 2px;/*border: 2px groove #FF6633;*/
   		padding: 1px;
   		margin: 2px;
		color: white;
		}
	


	.navigation {/*The navigation on the left side, positioned absolutely*/
    		position: absolute;
    		top: 100px;
    		left: 3px;
    		width: 135px;
    		height: auto;
    		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    		line-height : 110%;/*line-height set to 110% in order to*/
    		}                  /*have the navigation elements better separated*/

	
	
   //-->	
</style>