	body {
		margin:10px 10px 0px 10px;
		padding:0px;
		}
	
	#leftcontent {
		position: absolute;
		left:10px;
		top:120px;
		padding:20px;
		width:160px; /* adjusted to take padding into account */
                height:480px;/* longer to fill out page */
		background:#f5f5f3;
		/*border:0px solid #2d4c9e;*/
		border:1px solid #000;
		text-align:right;
		}

	#centercontent {
		background:#fff;
   		margin-left: 199px;
   		margin-right:199px;
		padding-left:10px;
		padding-right:10px;
		border:0px 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: 201px;
   		margin-right:201px;
		}
	html>body #centercontent {
   		margin-left: 201px;
   		margin-right:201px;
		}
	#centercontent p {
		padding-top:2px;
		padding-bottom:2px;
		}
	#centercontent h1,h2,h3 {
		clear:both;
		}

	#footer {
		position: float;
		clear:both;
		text-align:center;
		border-top:3px solid #2d4c9e;
		margin-left:249px;
		margin-right:249px;
		/* css parse bug - IE5x only reads to this point */
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 251px;
   		margin-right:251px;
		border-top:3px solid #2d4c9e;
		}

	#footer h4 {
		text-align:center;
 		padding:0px;
		margin:0px;
 		}

	#rightcontent {
		position: absolute;
		right:10px;
		top:120px;
		width:200px;
                /*height:480px;*/
		background:#1f4695;
		border:1px solid #000;
		}
	#rightcontent div {
		position: float;
		background:#fff;
		border:1px solid #000;
		margin: 10px;
		}
        #rightcontent div h3,h4,p {
		margin:0px;
		padding-left:5px;
		padding-right:5px;
		}
	
	#banner {
		background:#fff;
		height:109px;
                /*
		border-top:1px solid #000;
		border-right:1px solid #000;
		border-left:1px solid #000;
                */
		border:0px;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:109px;
		}
	html>body #banner {
		height:109px;
		}
	/* /*p,h1,pre specs left over from starting template
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
	*/
		
	h1 {
		/*font-size:14px;*/
		padding-top:10px;
		margin-bottom:0px;
		}
	h2 {
		padding-top:0px;
		margin-top:0px;
		}
		
	#banner h1 {
		font-size:14px;
		padding:10px 10px 0px 10px;
		margin:0px;
		}

	img.floatLeft { 
    		float: left; 
    		margin: 4px; 
		}
	img.floatRight { 
    		float: right; 
    		margin: 4px; 
		}
	
/* Link properties of the center column */
	#centercontent a:link {
		color:#2d4c9e;
		background:transparent;
	       }
	#centercontent a:visited {
		color:#5e5a41;
		background:transparent;
	       }
/* Link properties of the left-hand column */

	#leftcontent a:link {
	/*	font-family:Impact;*/
		font-style:normal;
		color:#2d4c9e;
		background:transparent;
		}
	#leftcontent a:visited {
		color:#5e5a41;
		background:transparent;
	       }
	#leftcontent a:hover {
		font-family:Arial;
		font-style:bold;
	/*	color:#fff; */
		background:transparent;
		}
	#leftcontent a:active {
		color:#fff;
		background:transparent;
	      }
/*
	a:visited {
		font-family:Arial;
		color:#22ae0d;
		background:transparent;
	       }

	a:active {
		color:#22ae0d;
		background:transparent;
	      }
*/
