/* From original home page-2/2004 */

h1
{padding-top:0px;
height:122px;
margin-bottom:.0001pt;
page-break-after:avoid;
font-size:14.0pt;
font-family:sans-serif;
font-weight:bold;
text-align:center;
vertical-align:middle;
color: white
}

/* Added - LW 3/2004 - the links on the right and left */
/* unvisited link color is aqua #99CCFF*/

:link {color: #99CCFF ; text-decoration: none}
:visited {color: navy ; text-decoration: none}
a:hover {color: yellow ; text-decoration: underline}
:active {color: purple ; text-decoration: none}

/* Added - LW 3/2004 - the links in the essay text */
a.TextLink:link {color: navy; text-decoration: none}
a.TextLink:visited {color: purple; text-decoration: none}
a.TextLink:hover {text-decoration: underline}

/* from glish.com example "3 Column - the Holy Grail" */

	body {
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px
	      }
	#banner {
		top:0px;
		left:0px;
		height:122px;
		background:silver;
                padding: 0px 0px 0px 0px
		}
	#banner h1 {
		font-size:18px;
 		padding:0px 0px 0px 0px;
		margin-top:40px;
		margin-bottom:-40px
		}
	
/* from alistapart.com example "Creating Liquid Layouts with Negative Margins" */
/* Outer wrapper is below the header and above the footer*/
	#outerwrapper{margin:0px;padding:0px 0px 0px 0px;
		background: url(greyleft.gif) white repeat-y left 50%
		}

/* from alistapart.com example "Creating Liquid Layouts with Negative Margins" */
/* Inner wrapper is directly inside outer wrapper, includes container, rightcontent and a clearing class*/
	#innerwrapper{      
		background: url(greyright.gif) repeat-y right 50%
		}

/* from alistapart.com example "Creating Liquid Layouts with Negative Margins" */
	.clearing {
		CLEAR: both; 
		HEIGHT: 0px
		}
	.last {
		margin-bottom: 0;
	}

/* from alistapart.com example "Creating Liquid Layouts with Negative Margins" */
/* Container is directly outside of content*/
	#container{      
		width:100%;
		float:left;
                margin-right:-340px;
		background:  url(greyright.gif) repeat-y right 50%
		}

/* from alistapart.com example "Creating Liquid Layouts with Negative Margins" */
/* Content includes left and center columns but not right*/
	#content{      
 		background:  url(greyleft.gif) repeat-y left  50%;
                margin-right:340px
 		}
/* from alistapart.com example "Creating Liquid Layouts with Negative Margins" */
	#footer{
		background:silver ;
		left:0px;
		height:60px;
                padding: 10px 10px 10px 10px
		}

	#leftcontent {
		float:left;
		width:145px;
                padding: 10px 10px 0px 10px;
		border:1px none ;
		color: white;
                font-size:12.0pt;
                font-family:sans-serif;
                font-weight:bold
		}

	#centercontent {
                margin-left:168px;
		padding:10px 10px 0px 10px;
                font-size:12.0pt;
                font-family: times;
                font-weight:normal
		}

	#rightcontent {
		float:right;
		width:320px;
                padding:10px 10px 0px 10px;
		border:1px none;
		color:white;
		font-size:12.0pt;
                font-family:sans-serif;
                font-weight: bold
		}
